just start a little higher

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18921 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Marcus Overhagen 2006-09-25 14:48:37 +00:00
parent 931460f676
commit 88dde23969
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ OUTPUT_ARCH(i386)
ENTRY(_start)
SECTIONS
{
. = 0x10000;
. = 0x100000;
/* text/read-only data */
.text : { *(.text .gnu.linkonce.t.*) }