Форк ToaruOS
Go to file
2011-01-17 16:55:39 -06:00
core [isrs] Remove impossible condition 2011-01-17 16:54:29 -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
bootdisk.img [isrs] Remove impossible condition 2011-01-17 16:54:29 -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
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 with testing instructions. 2011-01-16 01:11:25 -05:00
start.asm [time] Timer, fix IRQs, 99 Bottles 2011-01-16 11:56:44 -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. 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.