From edc42358664e9d70227e274273321ab032394a7e Mon Sep 17 00:00:00 2001 From: Ada Christine Date: Wed, 20 May 2026 23:04:06 +0000 Subject: new thread code works fine --- qemu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qemu.sh') 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} -- cgit v1.3.1-1-g115d