From 6f161c7ac625b12c55e61b4742fa04f3b2bf79b8 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Mon, 1 Jan 2018 23:57:56 +0000 Subject: [PATCH] v65c816-big: allow more stack --- Kernel/platform-v65c816-big/commonmem.s | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Kernel/platform-v65c816-big/commonmem.s b/Kernel/platform-v65c816-big/commonmem.s index 65420bec..1fcdcb41 100644 --- a/Kernel/platform-v65c816-big/commonmem.s +++ b/Kernel/platform-v65c816-big/commonmem.s @@ -23,15 +23,15 @@ ; stack and a small CPU stack in the banking ; ; Our current layout is -; [udata][cpu stack] in 256 bytes -; [C stack] in 256 (will it be sufficient ?) +; [udata][C stack] 256 bytes +; [C stack] 256 ; ; There is a separate IRQ DP, stack and C stack. ; _ub: ; first 512 bytes: starts with struct u_block, with the kernel stack working down from above _udata: kstackc_base: - .res 256,0 + .res 512,0 kstackc_top: ; -- 2.34.1