You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Review and update documentation to reflect current kernel state
Some parts of the documentation are outdated or do not fully reflect the current state of the IR0 Kernel. This includes discrepancies between described features and actual implementation status (e.g., placeholders marked as functional, missing notes on experimental components, etc.).
The goal of this issue is to review existing documentation (README, subsystem descriptions, comments in code) and ensure that it accurately represents what the kernel currently does — and what it does not.
Tasks may include:
Updating descriptions of incomplete functions (e.g., process_exec(), process_switch())
Clarifying which subsystems are experimental or in progress
Adding notes where functionality is simulated or stubbed
Improving clarity for new contributors (e.g., terminology, architecture overview)
This issue is a good starting point for anyone looking to contribute. It doesn’t require deep kernel knowledge, but it does require attention to detail and a willingness to explore the codebase.
Feel free to open a PR with incremental improvements (in your forked feat/ branch ) — even small clarifications are helpful.
Review and update documentation to reflect current kernel state
Some parts of the documentation are outdated or do not fully reflect the current state of the IR0 Kernel. This includes discrepancies between described features and actual implementation status (e.g., placeholders marked as functional, missing notes on experimental components, etc.).
The goal of this issue is to review existing documentation (README, subsystem descriptions, comments in code) and ensure that it accurately represents what the kernel currently does — and what it does not.
Tasks may include:
Updating descriptions of incomplete functions (e.g., process_exec(), process_switch())
Clarifying which subsystems are experimental or in progress
Adding notes where functionality is simulated or stubbed
Improving clarity for new contributors (e.g., terminology, architecture overview)
This issue is a good starting point for anyone looking to contribute. It doesn’t require deep kernel knowledge, but it does require attention to detail and a willingness to explore the codebase.
Feel free to open a PR with incremental improvements (in your forked feat/ branch ) — even small clarifications are helpful.