summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-07-08 12:14:15 +0200
committerMichal Idziorek <m.i@gmx.at>2014-07-08 12:14:15 +0200
commit24c2a30b304ac1285db71375e31f46f85b50b1bc (patch)
treeea59569e9c9abf221e191516a7a4fd78331ff51b /Makefile
parent264e6ebaa0816d0d2070090ebd7a75d7767929cb (diff)
Refactoring and movint Interrupt Vector Setup to C
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 872c4e3..3977d62 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 0x1000 --oformat binary -melf_i386 $^ -O0
+ ld -o $@ -Ttext 0x18f8 --oformat binary -melf_i386 $^ -O0
dump:
vboxmanage debugvm FoolOs dumpguestcore --filename dump.elf