From 3f346c92790c4dee79115c2f3fa09ed9c83374c1 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Thu, 14 May 2015 21:21:20 +0100 Subject: [PATCH] msx: update to new binman --- Kernel/platform-msx1/crt0.s | 2 +- Kernel/platform-msx2/crt0.s | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Kernel/platform-msx1/crt0.s b/Kernel/platform-msx1/crt0.s index ad68dce2..ca309e5c 100644 --- a/Kernel/platform-msx1/crt0.s +++ b/Kernel/platform-msx1/crt0.s @@ -59,7 +59,7 @@ start: di out (0x2f), a 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-msx2/crt0.s b/Kernel/platform-msx2/crt0.s index d15b06df..aea39eb3 100644 --- a/Kernel/platform-msx2/crt0.s +++ b/Kernel/platform-msx2/crt0.s @@ -6,8 +6,8 @@ .area _CODE2 .area _VIDEO .area _CONST - .area _DATA .area _INITIALIZED + .area _DATA .area _BSEG .area _BSS .area _HEAP @@ -84,7 +84,7 @@ start: call enaslt ; move the common memory where it belongs - ld hl, #s__INITIALIZER + ld hl, #s__DATA ld de, #s__COMMONMEM ld bc, #l__COMMONMEM ldir -- 2.34.1