Files
my-os-project2/run/qemu-x86_64-iso.sh
2025-10-19 22:29:19 +02:00

12 lines
124 B
Bash
Executable File

#!/bin/sh
set -x
qemu-system-x86_64 \
-cpu IvyBridge \
-m 4G \
-cdrom mop2.iso \
-boot d \
-serial stdio \
$@