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
Introduce sched_t structure to encapsulate O(1) scheduler state.
sched_t maintains ready_queues separated by priority, enabling task
selection in O(1) complexity.
kcb now contains a sched_t instance, allowing per-hart scheduler
control and future SMP extensions.
0 commit comments