Форк ToaruOS
Go to file
Kevin Lange 21ed31f8da [make] Restructure directories. 2011-01-17 13:58:31 -06:00
core [make] Restructure directories. 2011-01-17 13:58:31 -06:00
include [sys] kprintf 2011-01-17 10:24:55 -06:00
.gitignore [git] Add .gitignore for .o and the kernel 2011-01-15 22:18:54 -05:00
Makefile [make] Restructure directories. 2011-01-17 13:58:31 -06:00
Makefile.inc [make] Restructure directories. 2011-01-17 13:58:31 -06:00
README.md [docs] Update README 2011-01-15 22:15:06 -05:00
bootdisk.img [make] Install kernel to /boot directory on local system. 2011-01-17 13:46:38 -06:00
link.ld Initial commit 2011-01-15 20:01:19 -05:00
main.c [sys] kprintf 2011-01-17 10:24:55 -06:00
start.asm [time] Timer, fix IRQs, 99 Bottles 2011-01-16 11:56:44 -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.