Skip to content

Make the standard library work in kernel mode #11829

Closed
@brson

Description

@brson

It would be very nice for the standard library, or significant parts of it, to work in kernel mode. There's a lot of refactoring and design necessary for this.

std will probably need a good bit of refactoring, the addition of some sort of platform abstraction layer, the introduction of conditional compilation (profiles) to cut out parts that are irrelevant to kernel-space, and the stubbing out of parts that would be kernel-specific, like tasks and runtime services.

cc #11828 - refactoring
cc #7282 - profiles

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-runtimeArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions