Форк ToaruOS
Go to file
Kevin Lange cdff01b502 [docs] Update README with testing instructions. 2011-01-16 01:11:25 -05:00
include [irq] Interrupt handling 2011-01-15 23:17:42 -05:00
.gitignore [git] Add .gitignore for .o and the kernel 2011-01-15 22:18:54 -05:00
Makefile [irq] Interrupt handling 2011-01-15 23:17:42 -05:00
README.md [docs] Update README with testing instructions. 2011-01-16 01:11:25 -05:00
bootdisk.img [irq] Interrupt handling 2011-01-15 23:17:42 -05:00
gdt.c [gdt] Global Descriptor Table driver 2011-01-15 20:59:11 -05:00
idt.c [isrs] Interrupt Service Routines 2011-01-15 22:41:17 -05:00
irq.c [irq] Interrupt handling 2011-01-15 23:17:42 -05:00
isrs.c [isrs] Interrupt Service Routines 2011-01-15 22:41:17 -05:00
link.ld Initial commit 2011-01-15 20:01:19 -05:00
main.c [irq] Interrupt handling 2011-01-15 23:17:42 -05:00
start.asm [irq] Interrupt handling 2011-01-15 23:17:42 -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.

For example, you can boot the disk in qemu:

qemu -fda bootdisk.img

Or you could set up a VirtualBox machine and load the floppy image.