aboutsummaryrefslogtreecommitdiffstats
path: root/make.sh
diff options
context:
space:
mode:
authorkotorifan <kotorifan05@gmail.com>2026-03-08 16:37:02 +0100
committerkotorifan <kotorifan05@gmail.com>2026-03-08 16:37:02 +0100
commit8b00afe1b255682cf8c219ab44a3d9fc590cc003 (patch)
tree8584052a79557f9ccb0c1b77d70203addccbf6bb /make.sh
parentceedd4f2c7e990162f1b619f0d60471eea3aed1f (diff)
downloadkotori-os-8b00afe1b255682cf8c219ab44a3d9fc590cc003.tar.gz
Clear message at bootup without extra ascii characters
Diffstat (limited to 'make.sh')
-rwxr-xr-xmake.sh6
1 files changed, 3 insertions, 3 deletions
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