Where could i download a linuxbios.bin file that runs with qemu? Maybe even find some documentation on how to compie the linuxbios to run under qemu. Thanks Again :)
Tyler
Tyler Pohl wrote:
Where could i download a linuxbios.bin file that runs with qemu? Maybe even find some documentation on how to compie the linuxbios to run under qemu. Thanks Again :)
Tyler
I believe qemu is a 440bx chipset emulation. I doubt you need to program memory timings much if at all ... should be pretty straightforward.
thanks
ron
On 6/12/06, Ronald G Minnich rminnich@lanl.gov wrote:
Tyler Pohl wrote:
Where could i download a linuxbios.bin file that runs with qemu? Maybe even find some documentation on how to compie the linuxbios to run under qemu. Thanks Again :)
Tyler
I believe qemu is a 440bx chipset emulation. I doubt you need to program memory timings much if at all ... should be pretty straightforward.
Yeah. Too bad the 440bx maintainer never got the 440bx stuff to work with V2. What a slacker.
* Ronald G Minnich rminnich@lanl.gov [060612 22:23]:
Tyler Pohl wrote:
Where could i download a linuxbios.bin file that runs with qemu? Maybe even find some documentation on how to compie the linuxbios to run under qemu. Thanks Again :)
Tyler
I believe qemu is a 440bx chipset emulation. I doubt you need to program memory timings much if at all ... should be pretty straightforward.
For x86/x86_64 there's a special target. Build LinuxBIOS for the emulation/qemu-i386 "mainboard".
On qemu/sparc you should use OpenBIOS instead