Handle disk partitioning
This commit is contained in:
11
run/qemu-x86_64-hdd.sh
Executable file
11
run/qemu-x86_64-hdd.sh
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -x
|
||||
|
||||
qemu-system-x86_64 \
|
||||
-cpu IvyBridge \
|
||||
-m 4G \
|
||||
-boot d \
|
||||
-serial stdio \
|
||||
-drive file=disk.hdd,format=raw,if=ide \
|
||||
$@
|
||||
Reference in New Issue
Block a user