aboutsummaryrefslogtreecommitdiff
path: root/boot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'boot/Makefile')
-rw-r--r--boot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/Makefile b/boot/Makefile
index 7ef6cab..d3a1f2d 100644
--- a/boot/Makefile
+++ b/boot/Makefile
@@ -14,5 +14,5 @@ all: compile
compile:
@mkdir -p ../build/
@$(CC) -c $(CFLAGS) load.c -o load.o
- @$(LD) -N -emain -Ttext 0x00040000 -o ../build/load.bin load.o --oformat binary
+ @$(LD) -N -emain -Ttext 0x00009000 -o ../build/load.bin load.o --oformat binary
@$(AS) -f bin entry.asm -o ../build/boot.bin