From 614df32883bd988a59ce1a2a201ce2dd8211ab3a Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Mon, 5 Apr 2021 00:16:11 +0200 Subject: Added ELF and disk detection support to bootloader --- boot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot/Makefile') 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 -- cgit v1.2.3