X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/4bea7daf0e70a1540b8533c8253c197bb282416e..3b3161a197d32df3f889809e88bfe3b407b80148:/aseg/aseg.lds?ds=sidebyside diff --git a/aseg/aseg.lds b/aseg/aseg.lds index a3a8ece..83afbae 100644 --- a/aseg/aseg.lds +++ b/aseg/aseg.lds @@ -7,9 +7,7 @@ SECTIONS _start = .; aseg.o LONG(_stacktop); - LONG(_bss); - LONG(_bssend - _bss); - LONG(__start); + LONG(smi_entry); *(.text); *(.data); *(.rodata); @@ -26,4 +24,11 @@ SECTIONS . = ALIGN(0x10); _stacktop = .; } + + . = 0x10000; + .info : { + _start = .; + LONG(0x5754454E); + LONG(__firstrun_start); + } }