From cda3a448a991686e8a514cb3cb1d918cb116fd08 Mon Sep 17 00:00:00 2001 From: pantonshire Date: Sat, 6 Jul 2024 22:36:25 +0100 Subject: [PATCH] use qemu stdio monitor --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 6308638..76d2831 100644 --- a/justfile +++ b/justfile @@ -1,5 +1,5 @@ run: - qemu-system-x86_64 -drive format=raw,file=disk.bin + qemu-system-x86_64 -monitor stdio -drive format=raw,file=disk.bin build: nasm -f bin -o boot0.bin boot0.s