Skip to content

Thread switching logic is not multicore-aware #48

@ventZl

Description

@ventZl

Kernel itself is theoretically multicore-aware. There is an option to turn SMP support on and much of the kernel should, at least theoretically, be SMP capable.

The thread switching logic uses temporary storage used to plan the thread switch which only has one instance. This breaks SMP support in the kernel.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions