move initrd to 0x01000000
ATTENTION: By the creation of scc_bootinfo.asm, you have to use this new default value (see Makfile)
This commit is contained in:
parent
591e162460
commit
b67e9bb88f
2 changed files with 2 additions and 2 deletions
|
@ -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 $@ $<
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue