diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-10-24 01:42:05 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-10-24 01:42:05 +0200 |
| commit | 831df8bcb2717442a41464533bacf0a58a4af0ce (patch) | |
| tree | 5422b40b6d303a709dac5c6cf6a386df9e071227 /Makefile | |
| parent | 01c79415ed46f645f46287ce3b033943fb9dcb1e (diff) | |
working on bootloader (extended mem) (broken!)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
