🆕 使能msi的代码

This commit is contained in:
fslongjin
2022-03-23 00:21:31 +08:00
parent 2c8f3a6424
commit f4cd6f8811
3 changed files with 206 additions and 12 deletions

2
run.sh
View File

@ -94,7 +94,7 @@ if [ $flag_can_run -eq 1 ]; then
else
qemu-system-x86_64 -cdrom ${iso} -m 512M \
-monitor telnet::2333,server,nowait -serial stdio -s -cpu IvyBridge --enable-kvm \
-drive id=disk,file=bin/disk.img,if=none \
-drive id=disk,file=bin/disk.img,if=none \
-device ahci,id=ahci \
-device ide-hd,drive=disk,bus=ahci.0 \
-usb