Форк ToaruOS
Go to file
Kevin Lange 9c476e9426 [make] remove bootdisk on clean 2011-01-19 13:54:01 -06:00
core [core] Fix up everything to read multiboot parameters and print them out. 2011-01-19 00:04:27 -06:00
include [core] Fix up everything to read multiboot parameters and print them out. 2011-01-19 00:04:27 -06:00
.gitignore [main] Display RAM limits on boot 2011-01-19 10:16:33 -06:00
Makefile [make] remove bootdisk on clean 2011-01-19 13:54:01 -06:00
Makefile.inc [make] Clean up a bunch of stuff (thanks Dave) 2011-01-17 17:11:21 -06:00
README.md [docs] Update README with testing instructions. 2011-01-16 01:11:25 -05:00
bootdisk.src.img [disk] Stop tracking changes to bootdisk 2011-01-19 09:51:59 -06:00
link.ld [link] elf, gcc garbage 2011-01-17 17:04:12 -06:00
main.c [main] Reformat some output 2011-01-19 13:00:03 -06:00
start.asm [core] Fix up everything to read multiboot parameters and print them out. 2011-01-19 00:04:27 -06: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.