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