aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorMichael Brown <mcb30@etherboot.org>2007-07-05 23:37:17 +0100
committerMichael Brown <mcb30@etherboot.org>2007-07-05 23:37:17 +0100
commit763a3eab8aecb91be0a2fb7d150840ba9e0902b4 (patch)
treeb741f902e388740ae983cbb76778fd69ef36d161 /contrib
parent405be071dee474c24ee1a449758ecc5d804c334b (diff)
downloadipxe-763a3eab8aecb91be0a2fb7d150840ba9e0902b4.zip
ipxe-763a3eab8aecb91be0a2fb7d150840ba9e0902b4.tar.gz
ipxe-763a3eab8aecb91be0a2fb7d150840ba9e0902b4.tar.bz2
Add .pdsk target (padded .dsk, suitable for qemu).
Diffstat (limited to 'contrib')
-rw-r--r--contrib/bochs/README.qemu5
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/bochs/README.qemu b/contrib/bochs/README.qemu
index e72c884..ee20eec 100644
--- a/contrib/bochs/README.qemu
+++ b/contrib/bochs/README.qemu
@@ -54,15 +54,14 @@ To get qemu running is fairly simple:
8. Build Etherboot floppy disk images and pad to 1.44MB
pushd ../../src
- make bin/rtl8139.dsk
- ./util/dskpad.pl bin/rtl8139.dsk
+ make bin/rtl8139.pdsk
popd
9. Start qemu
export SDL_VIDEO_X11_DGAMOUSE=0
./qemu/i386-softmmu/qemu -L qemu/pc-bios \
-net nic,model=rtl8139 -net tap,ifname=tap0 \
- -boot a -fda ../../src/bin/rtl8139.dsk
+ -boot a -fda ../../src/bin/rtl8139.pdsk
You should see qemu start up, load up Etherboot and attempt to boot
from the network.