summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-10-24 01:42:05 +0200
committerMichal Idziorek <m.i@gmx.at>2014-10-24 01:42:05 +0200
commit831df8bcb2717442a41464533bacf0a58a4af0ce (patch)
tree5422b40b6d303a709dac5c6cf6a386df9e071227 /Makefile
parent01c79415ed46f645f46287ce3b033943fb9dcb1e (diff)
working on bootloader (extended mem) (broken!)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6196a9e..31e0151 100644
--- a/Makefile
+++ b/Makefile
@@ -102,7 +102,7 @@ FoolOS.img: $(MBR) $(STAGE2) kernel.bin $(FILLUP) FoolData.img
cp $(FILLUP) $@
dd if=$(MBR) of=$@ bs=512 seek=0 conv=notrunc
dd if=$(STAGE2) of=$@ bs=512 seek=1 conv=notrunc
- dd if=kernel.bin of=$@ bs=512 seek=10 conv=notrunc #will end up at 0x18000 in ram
+ dd if=kernel.bin of=$@ bs=512 seek=10 conv=notrunc #will end up at 0x18000 in ram (this is what the booloader starts loading secotr: 10)
dd if=FoolData.img of=$@ bs=512 seek=842 conv=notrunc
binfont.img: binfont.bin