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