aboutsummaryrefslogtreecommitdiffstats
path: root/make.sh
diff options
context:
space:
mode:
authorkotorifan <kotorifan05@gmail.com>2026-02-02 14:45:36 +0100
committerkotorifan <kotorifan05@gmail.com>2026-02-04 09:01:10 +0100
commit60b93287592f6d6e1b3157c7f60e1277fb8bb3ba (patch)
treec47b5febb178ea56af5cd383b4453d8c72396783 /make.sh
parent929e57f0b5c8a49a35f8b8cab3c2eae32817a3dd (diff)
downloadkotori-os-60b93287592f6d6e1b3157c7f60e1277fb8bb3ba.tar.gz
Added some stuff
Diffstat (limited to 'make.sh')
-rwxr-xr-xmake.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.sh b/make.sh
index e4192be..ae4e786 100755
--- a/make.sh
+++ b/make.sh
@@ -5,7 +5,7 @@ AS_KERN="nasm -felf32 -Isrc/boot/ -Isrc/kernel/"
SRC_DIR="src"
DST_DIR="dst"
LD="ld -T linker.ld -m elf_i386 -nostdlib"
-LD_FILE="linked.o"
+LD_FILE="$DST_DIR/linked.o"
IMG_FILE="disk.img"
ISO_FILE="disk.iso"
NAME="kotoriforth"