-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
kernelRelated to the kernelRelated to the kernel
Description
The kernel currently doesn't boot correctly when compiled in debug mode, might be because stack size is too small and LLVM doesn't inline functions as often as in release mode.
I might wanna add a flag which sets the kernel stack size to 32kb (and maybe the intrq stack size to 16kb), and maybe sprinkle in some @[AlwaysInline] annotations.
Metadata
Metadata
Assignees
Labels
kernelRelated to the kernelRelated to the kernel