n8vem-mark4, p112, zeta-v2: Update to new binman packing
authorWill Sowerbutts <will@sowerbutts.com>
Thu, 14 May 2015 23:23:42 +0000 (00:23 +0100)
committerWill Sowerbutts <will@sowerbutts.com>
Thu, 14 May 2015 23:24:26 +0000 (00:24 +0100)
Kernel/platform-n8vem-mark4/crt0.s
Kernel/platform-p112/crt0.s
Kernel/platform-zeta-v2/crt0.s

index 9f811a8..e77a547 100644 (file)
@@ -10,8 +10,8 @@
         .area _HOME     ; compiler stores __mullong etc in here if you use them
         .area _CODE2
         .area _CONST
-        .area _DATA
         .area _INITIALIZED
+        .area _DATA
         .area _BSEG
         .area _BSS
         .area _HEAP
@@ -43,7 +43,7 @@ init:
         ld sp, #kstack_top
 
         ; move the common memory where it belongs    
-        ld hl, #s__INITIALIZER
+        ld hl, #s__DATA
         ld de, #s__COMMONMEM
         ld bc, #l__COMMONMEM
         ldir
index 9f811a8..e77a547 100644 (file)
@@ -10,8 +10,8 @@
         .area _HOME     ; compiler stores __mullong etc in here if you use them
         .area _CODE2
         .area _CONST
-        .area _DATA
         .area _INITIALIZED
+        .area _DATA
         .area _BSEG
         .area _BSS
         .area _HEAP
@@ -43,7 +43,7 @@ init:
         ld sp, #kstack_top
 
         ; move the common memory where it belongs    
-        ld hl, #s__INITIALIZER
+        ld hl, #s__DATA
         ld de, #s__COMMONMEM
         ld bc, #l__COMMONMEM
         ldir
index 42b513d..dc1cf1c 100644 (file)
@@ -11,8 +11,8 @@
         .area _HOME     ; compiler stores __mullong etc in here if you use them
         .area _CODE2
         .area _CONST
-        .area _DATA
         .area _INITIALIZED
+        .area _DATA
         .area _BSEG
         .area _BSS
         .area _HEAP
@@ -56,7 +56,7 @@ init_common:
         di
         ld sp, #kstack_top
         ; move the common memory where it belongs    
-        ld hl, #s__INITIALIZER
+        ld hl, #s__DATA
         ld de, #s__COMMONMEM
         ld bc, #l__COMMONMEM
         ldir