crt0: Add a byte for the base of the binary
authorAlan Cox <alan@linux.intel.com>
Fri, 26 Dec 2014 20:25:42 +0000 (20:25 +0000)
committerAlan Cox <alan@linux.intel.com>
Fri, 26 Dec 2014 20:25:42 +0000 (20:25 +0000)
Next step in the ABI breaking changes

Library/libs/crt0.s

index b094e1d..9f519bd 100644 (file)
@@ -38,6 +38,7 @@ start:                jp start2
 ;      Borrowed idea from UMZIX - put the info in known places then
 ;      we can write "size" tools
 ;
+               .db 0                   ; base page to load
                .dw 0                   ; chmem ("0 - 'all'")
                .dw s__DATA             ; gives us code size info
                .dw s__BSS              ; gives us data size info