X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/37e45c7c11b6af276ba23505bbdbf218ff915ed8..4fb81ad02399f6fe21e0b1b050aeb2f82f2b3fde:/aseg/aseg.lds diff --git a/aseg/aseg.lds b/aseg/aseg.lds index a3a8ece..e969a54 100644 --- a/aseg/aseg.lds +++ b/aseg/aseg.lds @@ -9,7 +9,7 @@ SECTIONS LONG(_stacktop); LONG(_bss); LONG(_bssend - _bss); - LONG(__start); + LONG(smi_entry); *(.text); *(.data); *(.rodata); @@ -26,4 +26,11 @@ SECTIONS . = ALIGN(0x10); _stacktop = .; } + + . = 0x10000; + .info : { + _start = .; + LONG(0x5754454E); + LONG(__firstrun_start); + } }