-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrun.sh
27 lines (21 loc) · 1.08 KB
/
run.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#qemu-system-x86_64 -boot c -m 512 -drive file='bochs/c.img',index=0,media=disk,format=raw -net nic,vlan=0,model=ne2k_pci -netdev user,id=eusebius,vlan=0 -localtime -soundhw sb16 -smp cpus=2,cores=2 -vga std
#qemu-system-x86_64 -boot c -m 512 -drive file='bochs/c.img',index=0,media=disk,format=raw -net nic,model=ne2k_pci -netdev user,id=eusebius -localtime -soundhw sb16 -smp cpus=2,cores=2 -vga std
qemu-system-x86_64 \
-smp cpus=2,cores=2 \
-boot c \
-m 512 \
-drive file='bochs/c.img',index=0,media=disk,format=raw \
-device qemu-xhci,id=xhci \
-device usb-mouse \
-audio driver=pa,model=hda \
-vga std
# -usb \
# -device usb-kbd \
### not now... takes too much time to reset between runs
### -netdev user,id=network0 -device rtl8139,netdev=network0,mac=52:54:00:12:34:56 \
# -device virtio-vga,virgl=on
# -audio driver=pa,model=ac79 \
# -audio driver=pa,model=sb16 \
# -net nic,model=ne2k_pci -netdev user,id=eusebius
# -netdev user,id=network0 -device ne2k_pci,netdev=network0,mac=52:54:00:12:34:56
# -netdev user,id=network0 -device rtl8139,netdev=network0,mac=52:54:00:12:34:56 \