mirror of
https://github.com/ipxe/ipxe
synced 2025-12-07 09:50:26 +03:00
Add .pdsk target (padded .dsk, suitable for qemu).
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user