Форк ToaruOS
Go to file
2011-01-15 20:59:11 -05:00
include [gdt] Global Descriptor Table driver 2011-01-15 20:59:11 -05:00
bootdisk.img [gdt] Global Descriptor Table driver 2011-01-15 20:59:11 -05:00
gdt.c [gdt] Global Descriptor Table driver 2011-01-15 20:59:11 -05:00
link.ld Initial commit 2011-01-15 20:01:19 -05:00
main.c [gdt] Global Descriptor Table driver 2011-01-15 20:59:11 -05:00
Makefile [gdt] Global Descriptor Table driver 2011-01-15 20:59:11 -05:00
README.md [docs] Updated README 2011-01-15 20:03:53 -05:00
start.asm [gdt] Global Descriptor Table driver 2011-01-15 20:59:11 -05:00
vga.c Initial commit 2011-01-15 20:01:19 -05:00

klange's OS Development Repo

I'm writing an OS because I'm bored and want a massive project to suck up the little pieces of my time for the next few years.

Testing it Out

Grab bootdisk.img from the git repo and load it into a virtual machine. Despite its name, this isn't a boot disk, so you'll need a bootloader like Grub to start it up:

For example:

root (fd1)
kernel /kernel
boot