aboutsummaryrefslogtreecommitdiffstats
path: root/make.sh
diff options
context:
space:
mode:
authorkotorifan <kotorifan05@gmail.com>2026-03-07 17:14:14 +0100
committerkotorifan <kotorifan05@gmail.com>2026-03-07 17:14:14 +0100
commitf81dee10ef19f0c82eb89d0e528bcbfb7a38b016 (patch)
tree32e733d4ad2471419bdc9e1dd112d1d6a5b90958 /make.sh
parent857f2d6fe4a77a485d9ed46c0c80eecf61142607 (diff)
downloadkotori-os-f81dee10ef19f0c82eb89d0e528bcbfb7a38b016.tar.gz
Kernel loads now, bootloader works kind of
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 c5ffbd6..083d33b 100755
--- a/make.sh
+++ b/make.sh
@@ -27,7 +27,7 @@ build()
dd if=$DST_DIR/objs/s1_boot.bin of=$IMG_FILE bs=512 count=1 conv=notrunc
dd if=$DST_DIR/objs/s2_boot.bin of=$IMG_FILE bs=512 seek=1 conv=notrunc
- dd if=$DST_DIR/objs/kernel.bin of=$IMG_FILE bs=512 seek=10 conv=notrunc
+ dd if=$DST_DIR/objs/kernel.bin of=$IMG_FILE bs=512 seek=66 conv=notrunc
}
run()