mirror of https://github.com/ipxe/ipxe.git
[contrib] Bring bochs/qemu READMEs up to date with latest upstream code
parent
c0beec8baf
commit
a30c70727a
|
@ -25,9 +25,10 @@ To get bochs running is fairly simple:
|
||||||
|
|
||||||
3. Configure bochs with
|
3. Configure bochs with
|
||||||
pushd bochs
|
pushd bochs
|
||||||
./configure --enable-all-optimisations --enable-pci --enable-pnic \
|
./configure --enable-all-optimisations --enable-show-ips \
|
||||||
--enable-debugger --enable-magic-breakpoints \
|
--enable-cpu-level=6 \
|
||||||
--enable-disasm --enable-show-ips --enable-ne2000
|
--enable-pci --enable-pnic --enable-ne2000 \
|
||||||
|
--enable-debugger --enable-disasm
|
||||||
popd
|
popd
|
||||||
|
|
||||||
4. Build bochs:
|
4. Build bochs:
|
||||||
|
|
|
@ -58,7 +58,6 @@ To get qemu running is fairly simple:
|
||||||
popd
|
popd
|
||||||
|
|
||||||
9. Start qemu
|
9. Start qemu
|
||||||
export SDL_VIDEO_X11_DGAMOUSE=0
|
|
||||||
./qemu/i386-softmmu/qemu -L qemu/pc-bios \
|
./qemu/i386-softmmu/qemu -L qemu/pc-bios \
|
||||||
-net nic,model=rtl8139 -net tap,ifname=tap0 \
|
-net nic,model=rtl8139 -net tap,ifname=tap0 \
|
||||||
-boot a -fda ../../src/bin/rtl8139.pdsk
|
-boot a -fda ../../src/bin/rtl8139.pdsk
|
||||||
|
|
Loading…
Reference in New Issue