# HG changeset patch # User John Tsiombikas # Date 1291450359 -7200 # Node ID a9176938bce1dfddeb613032d6db0884f92a9ece # Parent 86781ef20689fa92468d486c7e134da787b964a9 fidled with the makefile diff -r 86781ef20689 -r a9176938bce1 Makefile --- a/Makefile Sat Dec 04 08:04:43 2010 +0200 +++ b/Makefile Sat Dec 04 10:12:39 2010 +0200 @@ -18,7 +18,7 @@ # we need to specify where to assume the text section (code) is going # in memory, as well as the kernel entry point (kentry). $(bin): $(obj) - ld -melf_i386 -o $@ -Ttext 0x200000 -e kentry $(obj) + ld -melf_i386 -o $@ -Ttext 0x100000 -e kentry $(obj) .PHONY: clean clean: