Toying with operating system development
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 0f5bbed9a9
add readme and license
4 months ago
iso/boot/grub wip: initial commit 4 months ago
.gitignore wip: initial commit 4 months ago
LICENSE add readme and license 4 months ago
Makefile wip: initial commit 4 months ago
README.md add readme and license 4 months ago
boot.s wip: initial commit 4 months ago
gdt.cpp wip: initial commit 4 months ago
gdt.hpp wip: initial commit 4 months ago
idt.cpp wip: initial commit 4 months ago
idt.hpp wip: initial commit 4 months ago
kernel.cpp wip: initial commit 4 months ago
link.ld wip: initial commit 4 months ago
memory.cpp wip: initial commit 4 months ago
memory.hpp wip: initial commit 4 months ago
multiboot.cpp wip: initial commit 4 months ago
multiboot.hpp wip: initial commit 4 months ago
pic.cpp wip: initial commit 4 months ago
pic.hpp wip: initial commit 4 months ago
pit.cpp wip: initial commit 4 months ago
pit.hpp wip: initial commit 4 months ago
portio.hpp wip: initial commit 4 months ago
tasking.cpp wip: initial commit 4 months ago
tasking.hpp wip: initial commit 4 months ago
textoutput.hpp wip: initial commit 4 months ago
vgaterminal.cpp wip: initial commit 4 months ago
vgaterminal.hpp wip: initial commit 4 months ago

README.md

osdev

A hobby x86 operating system written in modern C++.