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:
parent
a1bcf2c880
commit
ee4bf34dd0
@ -7,6 +7,8 @@ SECTIONS
|
||||
{
|
||||
. = 0x102000 + SIZEOF_HEADERS;
|
||||
|
||||
__text_begin = .;
|
||||
|
||||
/* text/read-only data */
|
||||
.text : { *(.text .gnu.linkonce.t.*) }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user