diff --git a/tools/Makefile b/tools/Makefile index baf8febe..b47cc898 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -36,7 +36,7 @@ reset_vector.bin: reset_vector.o ld --oformat binary -Ttext 0 -melf_i386 -o $@ $< scc_bootinfo.asm: bootinfo.sh - ./bootinfo.sh 0x00400000 initrd.img 1 533 0 > scc_bootinfo.asm + ./bootinfo.sh 0x01000000 initrd.img 1 533 0 > scc_bootinfo.asm scc_bootinfo.bin: scc_bootinfo.asm $(NASM) $(NASMFLAGS) -o $@ $< diff --git a/tools/load.map b/tools/load.map index 6263ab88..ef05bd83 100644 --- a/tools/load.map +++ b/tools/load.map @@ -1,5 +1,5 @@ 0x00080000 scc_bootinfo.bin 0x00090200 scc_setup.bin 0x00100000 metalsvm.bin -0x00400000 initrd.img +0x01000000 initrd.img 0xfffff000 reset_vector.bin