[docs] Update README with testing instructions.

This commit is contained in:
Kevin Lange 2011-01-16 01:11:25 -05:00
parent ed01e7119a
commit cdff01b502
1 changed files with 6 additions and 0 deletions

View File

@ -4,3 +4,9 @@ I'm writing an OS because I'm bored and want a massive project to suck up the li
## 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.