diff options
| author | kotorifan <kotorifan05@gmail.com> | 2026-03-07 17:14:14 +0100 |
|---|---|---|
| committer | kotorifan <kotorifan05@gmail.com> | 2026-03-07 17:14:14 +0100 |
| commit | f81dee10ef19f0c82eb89d0e528bcbfb7a38b016 (patch) | |
| tree | 32e733d4ad2471419bdc9e1dd112d1d6a5b90958 /make.sh | |
| parent | 857f2d6fe4a77a485d9ed46c0c80eecf61142607 (diff) | |
| download | kotori-os-f81dee10ef19f0c82eb89d0e528bcbfb7a38b016.tar.gz | |
Kernel loads now, bootloader works kind of
Diffstat (limited to 'make.sh')
| -rwxr-xr-x | make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |
