X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/4bea7daf0e70a1540b8533c8253c197bb282416e..434f1ddc94acd188ebbea1deae6c3cb67caf2275:/aseg/aseg.lds diff --git a/aseg/aseg.lds b/aseg/aseg.lds index a3a8ece..2905027 100644 --- a/aseg/aseg.lds +++ b/aseg/aseg.lds @@ -26,4 +26,11 @@ SECTIONS . = ALIGN(0x10); _stacktop = .; } + + . = 0x10000; + .info : { + _start = .; + LONG(0x5754454E); + LONG(__firstrun_start); + } }