From 380d96e70ec38bf807c2b4c7541d3a5193271722 Mon Sep 17 00:00:00 2001 From: aramya <22577625+thamugadi@users.noreply.github.com> Date: Sat, 1 Jul 2023 14:50:40 +0100 Subject: [PATCH] new addresses --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c8e9a09..467ccdb 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ bootinfo.txt: loader/load.fth loader/def.fth echo "" >> bootinfo.txt kernel.elf: $(OBJECTS) - $(PPC)-ld -Ttext=0x200000 -Tdata=0x300100 $^ -o $@ + $(PPC)-ld -Ttext=0x02000000 -Tdata=0x02100000 $^ -o $@ %.elf: %.c $(PPC)-gcc -I include -c $< -o $@