mirror of
https://github.com/thamugadi/powerpc-ofw-boot.git
synced 2024-12-28 03:29:43 +00:00
new addresses
This commit is contained in:
parent
a7a68be57c
commit
380d96e70e
2
Makefile
2
Makefile
@ -27,7 +27,7 @@ bootinfo.txt: loader/load.fth loader/def.fth
|
|||||||
echo "</boot-script></chrp-boot>" >> bootinfo.txt
|
echo "</boot-script></chrp-boot>" >> bootinfo.txt
|
||||||
|
|
||||||
kernel.elf: $(OBJECTS)
|
kernel.elf: $(OBJECTS)
|
||||||
$(PPC)-ld -Ttext=0x200000 -Tdata=0x300100 $^ -o $@
|
$(PPC)-ld -Ttext=0x02000000 -Tdata=0x02100000 $^ -o $@
|
||||||
|
|
||||||
%.elf: %.c
|
%.elf: %.c
|
||||||
$(PPC)-gcc -I include -c $< -o $@
|
$(PPC)-gcc -I include -c $< -o $@
|
||||||
|
Loading…
Reference in New Issue
Block a user