util/qemu.sh: run a default graphical session; add portio

This commit is contained in:
K. Lange 2018-10-07 09:22:11 +09:00
parent e0101b523b
commit 3775e1196e
1 changed files with 3 additions and 4 deletions

View File

@ -24,10 +24,9 @@ fatbase/mod/net.ko,\
fatbase/mod/pcnet.ko,\
fatbase/mod/rtl.ko,\
fatbase/mod/e1000.ko,\
fatbase/mod/pcspkr.ko \
-append "root=/dev/hda start=--headless" \
-nographic \
-no-reboot \
fatbase/mod/pcspkr.ko,\
fatbase/mod/portio.ko \
-append "root=/dev/hda vid=qemu" \
-hda fatbase/ramdisk.img \
-enable-kvm \
-serial mon:stdio \