Форк ToaruOS
Go to file
Kevin Lange 793a8e9854 [git] Add .gitignore for .o and the kernel 2011-01-15 22:18:54 -05:00
include [gdt] Global Descriptor Table driver 2011-01-15 20:59:11 -05:00
.gitignore [git] Add .gitignore for .o and the kernel 2011-01-15 22:18:54 -05:00
Makefile [idt] IDT 2011-01-15 22:11:17 -05:00
README.md [docs] Update README 2011-01-15 22:15:06 -05:00
bootdisk.img [btdk] Replace bootdisk with a working GRUB disk. 2011-01-15 22:14:08 -05:00
gdt.c [gdt] Global Descriptor Table driver 2011-01-15 20:59:11 -05:00
idt.c [idt] IDT 2011-01-15 22:11:17 -05:00
link.ld Initial commit 2011-01-15 20:01:19 -05:00
main.c [idt] IDT 2011-01-15 22:11:17 -05:00
start.asm [idt] IDT 2011-01-15 22:11:17 -05:00
vga.c Initial commit 2011-01-15 20:01:19 -05:00

README.md

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. The bootdisk will start GRUB with a single menu entry to boot the kernel off of the same diskette.