From: Will Sowerbutts Date: Thu, 14 May 2015 23:23:42 +0000 (+0100) Subject: n8vem-mark4, p112, zeta-v2: Update to new binman packing X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=c6e2e7c4f2550cd18dca6e62a28f2570808990b2;p=FUZIX.git n8vem-mark4, p112, zeta-v2: Update to new binman packing --- diff --git a/Kernel/platform-n8vem-mark4/crt0.s b/Kernel/platform-n8vem-mark4/crt0.s index 9f811a8d..e77a5473 100644 --- a/Kernel/platform-n8vem-mark4/crt0.s +++ b/Kernel/platform-n8vem-mark4/crt0.s @@ -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 diff --git a/Kernel/platform-p112/crt0.s b/Kernel/platform-p112/crt0.s index 9f811a8d..e77a5473 100644 --- a/Kernel/platform-p112/crt0.s +++ b/Kernel/platform-p112/crt0.s @@ -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 diff --git a/Kernel/platform-zeta-v2/crt0.s b/Kernel/platform-zeta-v2/crt0.s index 42b513d6..dc1cf1c2 100644 --- a/Kernel/platform-zeta-v2/crt0.s +++ b/Kernel/platform-zeta-v2/crt0.s @@ -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