qemu-x86_64.sh run with system.img drive
This commit is contained in:
@ -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 \
|
||||||
|
$@
|
||||||
|
|||||||
Reference in New Issue
Block a user