summaryrefslogtreecommitdiff
path: root/qemu.sh
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2026-05-20 23:04:06 +0000
committerAda Christine <adachristine18@gmail.com>2026-05-20 23:04:06 +0000
commitedc42358664e9d70227e274273321ab032394a7e (patch)
tree54fd2de509c9c3cae911cad04328308f28afb0cc /qemu.sh
parent0e61096ab498c12ffd0fd2eb993deb31a0a50b09 (diff)
new thread code works fine
Diffstat (limited to 'qemu.sh')
-rwxr-xr-xqemu.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu.sh b/qemu.sh
index e901ff3..0ce275a 100755
--- a/qemu.sh
+++ b/qemu.sh
@@ -41,7 +41,7 @@ qemu-system-x86_64 -d int \
-drive if=pflash,format=raw,unit=0,file=${FIRMWARE_FILE},readonly=on \
-drive if=pflash,format=raw,unit=1,file=${varsfile} \
-net none -drive file=fat:rw:${rundir} -monitor stdio \
- -serial file:sophia.log -no-shutdown -no-reboot -s
+ -serial file:sophia.log -no-shutdown -no-reboot -s -S
rm -rf ${tempdir}