Uwe Hermann wrote:
> 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.

Oh, whoops, my bad. I was thinking it had to be configured somewhere,
but perhaps I'm thinking of BOCHS.

-Corey

-- 
linuxbios mailing list
linuxbios@linuxbios.org
http://www.linuxbios.org/mailman/listinfo/linuxbios

Reply via email to