Forgot to commit. Added symbol marking the begin of the boot loader.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15781 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2006-01-02 02:03:37 +00:00
parent a1bcf2c880
commit ee4bf34dd0

View File

@ -7,6 +7,8 @@ SECTIONS
{
. = 0x102000 + SIZEOF_HEADERS;
__text_begin = .;
/* text/read-only data */
.text : { *(.text .gnu.linkonce.t.*) }