From f0289cd753c6ab6512d4a1abd02366fdddb90eef Mon Sep 17 00:00:00 2001 From: pantonshire Date: Sat, 26 Jul 2025 17:56:36 +0100 Subject: [PATCH] use nographic for run_serial --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 28fde3f..d579032 100644 --- a/justfile +++ b/justfile @@ -11,7 +11,7 @@ run: run_serial: qemu-system-x86_64 \ - -serial stdio \ + -nographic \ -no-reboot \ -m 512M \ -drive format=raw,file=disk.bin