From cdff01b50221c13635f565605332830f626ed11b Mon Sep 17 00:00:00 2001 From: Kevin Lange Date: Sun, 16 Jan 2011 01:11:25 -0500 Subject: [PATCH] [docs] Update README with testing instructions. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e0822734..52e97f47 100644 --- a/README.md +++ b/README.md @@ -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.