Skip to content

Commit 4c9e0de

Browse files
committed
Increase kenel core:event stack to around 32KB:74KB
1 parent 38ed76a commit 4c9e0de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/fuzzy/memmgr/layout.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ STACKINIT_KERNEL_CORE EQU (STACKINIT_APP-4)
1313
; Should be able to store
1414
; - syscall and all internal calls
1515
; - ISRs and all internal calls
16-
STACKINIT_KERNEL_EVENT EQU 0xC000
16+
STACKINIT_KERNEL_EVENT EQU 0x18000
1717

0 commit comments

Comments
 (0)