kern

changeset 3:a9176938bce1

fidled with the makefile
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 04 Dec 2010 10:12:39 +0200
parents 86781ef20689
children 0489a34ab348
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/Makefile	Sat Dec 04 08:04:43 2010 +0200
     1.2 +++ b/Makefile	Sat Dec 04 10:12:39 2010 +0200
     1.3 @@ -18,7 +18,7 @@
     1.4  # we need to specify where to assume the text section (code) is going
     1.5  # in memory, as well as the kernel entry point (kentry).
     1.6  $(bin): $(obj)
     1.7 -	ld -melf_i386 -o $@ -Ttext 0x200000 -e kentry $(obj)
     1.8 +	ld -melf_i386 -o $@ -Ttext 0x100000 -e kentry $(obj)
     1.9  
    1.10  .PHONY: clean
    1.11  clean: