On Wed, May 09, 2007 at 11:35:38PM -0400, Corey Osgood wrote:
+3) Build the LinuxBIOS ROM image:
- $ make
- The generated ROM image is build/linuxbios.rom.
Might want to add something around here about how to make qemu use the new rom.
+4) You can now test the LinuxBIOS image using:
- $ qemu -L build -hda /dev/zero -serial stdio
It's right here: The '-L build/' tells QEMU to look in the build/ directory for its BIOS image file (which is called bios.bin, and is a copy of linuxbios.rom).
But yes, the documentation needs to be a bit more verbose.
Uwe.