summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3977d62..872c4e3 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ console.o: kernel/console.c kernel/console.h
gcc -ffreestanding -m32 -o $@ -c $< -fno-asynchronous-unwind-tables -O0
kernel.bin: kernel_entry.o kernel.o console.o
- ld -o $@ -Ttext 0x18f8 --oformat binary -melf_i386 $^ -O0
+ ld -o $@ -Ttext 0x1000 --oformat binary -melf_i386 $^ -O0
dump:
vboxmanage debugvm FoolOs dumpguestcore --filename dump.elf