From 79d6f67b7a0aa59631fd42abb0813df3d92d614e Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Thu, 14 May 2015 21:21:40 +0100 Subject: [PATCH] mtx, pcw8256: update to new binman --- Kernel/platform-mtx/crt0.s | 4 ++-- Kernel/platform-pcw8256/crt0.s | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.34.1