From e46189b53922819b439ef2339e71508c7f7805d7 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Tue, 13 Sep 2016 00:13:52 +0100 Subject: [PATCH] 68000: prepare to use 1K stacks --- Kernel/platform-v68/crt0.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/platform-v68/crt0.S b/Kernel/platform-v68/crt0.S index 2c415e80..9b7796cb 100644 --- a/Kernel/platform-v68/crt0.S +++ b/Kernel/platform-v68/crt0.S @@ -24,7 +24,7 @@ wipebss: dbra d0,wipebss /* FIXME: hard coded ugly */ - move.l #udata_block+508,a7 + move.l #udata_block+1016,a7 /* udata global */ move.l #udata_block,a5 bsr init_early -- 2.34.1