diff --git a/src/sys/compile/Makefile b/src/sys/compile/Makefile index 51c8af6..2b04d46 100644 --- a/src/sys/compile/Makefile +++ b/src/sys/compile/Makefile @@ -14,7 +14,7 @@ # Link the kernel statically with fixed text+data address @1M $(KERNEL) : $(OBJS) - $(LD) -nostdlib -nostdinc -o $@ $(OBJS) $(KPARTS) -Ttext 0x28000 + $(LD) -nostdlib -nostdinc -o $@ $(OBJS) $(KPARTS) -Ttext 0x30000 -Tdata 0x20000 /usr/bin/strip $@ # Compile the source files