summaryrefslogtreecommitdiff
path: root/experiments/01_20250913_booting_minimal_image/run_qemu.sh
diff options
context:
space:
mode:
Diffstat (limited to 'experiments/01_20250913_booting_minimal_image/run_qemu.sh')
-rwxr-xr-xexperiments/01_20250913_booting_minimal_image/run_qemu.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/experiments/01_20250913_booting_minimal_image/run_qemu.sh b/experiments/01_20250913_booting_minimal_image/run_qemu.sh
new file mode 100755
index 0000000..211b281
--- /dev/null
+++ b/experiments/01_20250913_booting_minimal_image/run_qemu.sh
@@ -0,0 +1,3 @@
+#!/usr/bin/env sh
+
+qemu-system-x86_64 -kernel /boot/vmlinuz-$(uname -r) -initrd initrd.cpio.gz -nographic -append "root=/dev/sda console=ttyS0"