From: Alan Cox Date: Thu, 14 May 2015 20:22:25 +0000 (+0100) Subject: socz80: update to new binman packing X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=fc00e0e08ea76adf6be59936586b6b18474648ec;p=FUZIX.git socz80: update to new binman packing --- diff --git a/Kernel/platform-socz80/crt0.s b/Kernel/platform-socz80/crt0.s index 24f29977..f675d344 100644 --- a/Kernel/platform-socz80/crt0.s +++ b/Kernel/platform-socz80/crt0.s @@ -10,8 +10,8 @@ .area _HOME .area _CODE2 .area _CONST - .area _DATA .area _INITIALIZED + .area _DATA .area _BSEG .area _BSS .area _HEAP @@ -43,7 +43,7 @@ init: di ld sp, #kstack_top - ld hl, #s__INITIALIZER + ld hl, #s__DATA ld de, #s__COMMONMEM ld bc, #l__COMMONMEM ldir