aboutsummaryrefslogtreecommitdiffstats
path: root/make.sh
diff options
context:
space:
mode:
authorkotorifan <kotorifan05@gmail.com>2026-03-08 15:33:02 +0100
committerkotorifan <kotorifan05@gmail.com>2026-03-08 15:33:02 +0100
commitceedd4f2c7e990162f1b619f0d60471eea3aed1f (patch)
tree640ffbfcb9428624b6386d45d28db35d9ccac756 /make.sh
parentf81dee10ef19f0c82eb89d0e528bcbfb7a38b016 (diff)
downloadkotori-os-ceedd4f2c7e990162f1b619f0d60471eea3aed1f.tar.gz
Made a common directory, moved the protmode print there
Diffstat (limited to 'make.sh')
-rwxr-xr-xmake.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/make.sh b/make.sh
index 083d33b..5bddd9f 100755
--- a/make.sh
+++ b/make.sh
@@ -1,7 +1,7 @@
#!/bin/sh
-AS_BOOT="nasm -fbin -Isrc/boot/ -Isrc/"
-AS_KERN="nasm -fbin -Isrc/boot/ -Isrc/kernel/ -Isrc/"
+AS_BOOT="nasm -fbin -Isrc/boot/ -Icommon/"
+AS_KERN="nasm -fbin -Isrc/boot/ -Isrc/kernel/ -Icommon/"
SRC_DIR="src"
DST_DIR="dst"