Форк ToaruOS
Go to file
Kevin Lange a81d275a56 [docs] Updated README 2011-01-15 20:03:53 -05:00
include Initial commit 2011-01-15 20:01:19 -05:00
Makefile Initial commit 2011-01-15 20:01:19 -05:00
README.md [docs] Updated README 2011-01-15 20:03:53 -05:00
bootdisk.img Initial commit 2011-01-15 20:01:19 -05:00
link.ld Initial commit 2011-01-15 20:01:19 -05:00
main.c Initial commit 2011-01-15 20:01:19 -05:00
start.asm Initial commit 2011-01-15 20:01:19 -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. 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