diff options
| author | kotorifan <kotorifan05@gmail.com> | 2026-03-08 16:37:02 +0100 |
|---|---|---|
| committer | kotorifan <kotorifan05@gmail.com> | 2026-03-08 16:37:02 +0100 |
| commit | 8b00afe1b255682cf8c219ab44a3d9fc590cc003 (patch) | |
| tree | 8584052a79557f9ccb0c1b77d70203addccbf6bb /make.sh | |
| parent | ceedd4f2c7e990162f1b619f0d60471eea3aed1f (diff) | |
| download | kotori-os-8b00afe1b255682cf8c219ab44a3d9fc590cc003.tar.gz | |
Clear message at bootup without extra ascii characters
Diffstat (limited to 'make.sh')
| -rwxr-xr-x | make.sh | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
