2019-03-13 22:07:45 +01:00
|
|
|
#!/bin/sh
|
2019-03-24 19:24:25 +01:00
|
|
|
exec qemu-system-x86_64 -boot n \
|
2019-03-13 22:07:45 +01:00
|
|
|
-option-rom /usr/share/qemu/pxe-rtl8139.rom \
|
|
|
|
-device e1000,netdev=mynet0,mac=52:54:00:12:34:56 \
|
2019-03-24 19:24:25 +01:00
|
|
|
-netdev user,id=mynet0,net=192.168.76.0/24,dhcpstart=192.168.76.9,tftp=$PWD,bootfile=kernel.com
|