You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Clyne 85c8fd05f1 | 3 months ago | |
---|---|---|
iso/boot/grub | 3 months ago | |
.gitignore | 3 months ago | |
LICENSE | 3 months ago | |
Makefile | 3 months ago | |
README.md | 3 months ago | |
acpi.cpp | 3 months ago | |
acpi.hpp | 3 months ago | |
ata.cpp | 3 months ago | |
ata.hpp | 3 months ago | |
boot.cpp | 3 months ago | |
circularbuffer.hpp | 3 months ago | |
gdt.cpp | 3 months ago | |
gdt.hpp | 3 months ago | |
idt.cpp | 3 months ago | |
idt.hpp | 3 months ago | |
kernel.cpp | 3 months ago | |
keyboard.cpp | 3 months ago | |
keyboard.hpp | 3 months ago | |
link.ld | 3 months ago | |
memmove.cpp | 3 months ago | |
memory.cpp | 3 months ago | |
memory.hpp | 3 months ago | |
multiboot.cpp | 3 months ago | |
multiboot.hpp | 3 months ago | |
pic.cpp | 3 months ago | |
pic.hpp | 3 months ago | |
pit.cpp | 3 months ago | |
pit.hpp | 3 months ago | |
portio.hpp | 3 months ago | |
tasking.cpp | 3 months ago | |
tasking.hpp | 3 months ago | |
textoutput.hpp | 3 months ago | |
vgaterminal.cpp | 3 months ago | |
vgaterminal.hpp | 3 months ago |
README.md
osdev
A hobby x86 operating system written in modern C++.