From: Alan Cox Date: Thu, 14 May 2015 20:21:40 +0000 (+0100) Subject: mtx, pcw8256: update to new binman X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=79d6f67b7a0aa59631fd42abb0813df3d92d614e;p=FUZIX.git mtx, pcw8256: update to new binman --- diff --git a/Kernel/platform-mtx/crt0.s b/Kernel/platform-mtx/crt0.s index 8896552d..53bc19eb 100644 --- a/Kernel/platform-mtx/crt0.s +++ b/Kernel/platform-mtx/crt0.s @@ -8,8 +8,8 @@ .area _CODE2 .area _CONST .area _VIDEO - .area _DATA .area _INITIALIZED + .area _DATA .area _BSEG .area _BSS .area _HEAP @@ -48,7 +48,7 @@ init: call init_early ; 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-pcw8256/crt0.s b/Kernel/platform-pcw8256/crt0.s index 6f938b74..f8fad120 100644 --- a/Kernel/platform-pcw8256/crt0.s +++ b/Kernel/platform-pcw8256/crt0.s @@ -6,8 +6,8 @@ .area _CODE2 .area _VIDEO .area _CONST - .area _DATA .area _INITIALIZED + .area _DATA .area _BSEG .area _BSS .area _HEAP @@ -114,7 +114,7 @@ start: ; moved INITIALIZED ready and then packed common after ; it) ; - ld hl, #s__INITIALIZER + ld hl, #s__DATA ld de, #s__COMMONMEM ld bc, #l__COMMONMEM ldir