From ceedd4f2c7e990162f1b619f0d60471eea3aed1f Mon Sep 17 00:00:00 2001 From: kotorifan Date: Sun, 8 Mar 2026 15:33:02 +0100 Subject: Made a common directory, moved the protmode print there --- make.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make.sh') 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" -- cgit v1.3