From 8b00afe1b255682cf8c219ab44a3d9fc590cc003 Mon Sep 17 00:00:00 2001 From: kotorifan Date: Sun, 8 Mar 2026 16:37:02 +0100 Subject: Clear message at bootup without extra ascii characters --- make.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'make.sh') diff --git a/make.sh b/make.sh index 5bddd9f..6e8bf11 100755 --- a/make.sh +++ b/make.sh @@ -1,7 +1,7 @@ #!/bin/sh -AS_BOOT="nasm -fbin -Isrc/boot/ -Icommon/" -AS_KERN="nasm -fbin -Isrc/boot/ -Isrc/kernel/ -Icommon/" +AS_BOOT="nasm -fbin -Isrc/boot/ -Isrc/common/" +AS_KERN="nasm -fbin -Isrc/boot/ -Isrc/kernel/ -Isrc/common/" SRC_DIR="src" DST_DIR="dst" @@ -37,7 +37,7 @@ run() debug() { - qemu-system-i386 -drive format=raw,file=$IMG_FILE -S -s + qemu-system-i386 -drive format=raw,file=$IMG_FILE -S -s -d int,cpu_reset -no-shutdown -no-reboot } case $1 in -- cgit v1.3