Skip to content

Kernel doesn't boot on debug mode #12

@ffwff

Description

@ffwff

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

No one assigned

    Labels

    kernelRelated to the kernel

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions