diff options
Diffstat (limited to 'contrib/bochs/README.qemu')
-rw-r--r-- | contrib/bochs/README.qemu | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/bochs/README.qemu b/contrib/bochs/README.qemu index 18575103..0c388973 100644 --- a/contrib/bochs/README.qemu +++ b/contrib/bochs/README.qemu @@ -47,13 +47,13 @@ To get qemu running is fairly simple: 8. Build gPXE floppy disk images and pad to 1.44MB pushd ../../src - make bin/rtl8139.pdsk + make bin/rtl8139.dsk popd 9. Start qemu ./qemu/i386-softmmu/qemu -L qemu/pc-bios \ -net nic,model=rtl8139 -net tap,ifname=tap0 \ - -boot a -fda ../../src/bin/rtl8139.pdsk + -boot a -fda ../../src/bin/rtl8139.dsk You should see qemu start up, load up gPXE and attempt to boot from the network. |