From: Alan Cox Date: Mon, 1 Jan 2018 23:57:56 +0000 (+0000) Subject: v65c816-big: allow more stack X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=6f161c7ac625b12c55e61b4742fa04f3b2bf79b8;p=FUZIX.git v65c816-big: allow more stack --- 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: ;