qemu-x86_64.sh run with system.img drive

This commit is contained in:
2025-10-15 19:57:18 +02:00
parent fd8c6f6441
commit a81d4e0c3b

View File

@ -2,4 +2,11 @@
set -x set -x
qemu-system-x86_64 -cpu IvyBridge -m 4G -cdrom mop2.iso -boot d -serial stdio $@ qemu-system-x86_64 \
-cpu IvyBridge \
-m 4G \
-cdrom mop2.iso \
-boot d \
-serial stdio \
-drive file=system.img,format=raw,if=ide \
$@