From b67e9bb88f2a2b50193c8a979e1b3be3175556f4 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Fri, 2 Sep 2011 13:24:53 -0700 Subject: [PATCH] move initrd to 0x01000000 ATTENTION: By the creation of scc_bootinfo.asm, you have to use this new default value (see Makfile) --- tools/Makefile | 2 +- tools/load.map | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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