Files
RedBear-OS/local
vasilito c52cec97cd git: bump submodule/kernel for Phase 0c start (P6-futex-sharding + RUN_QUEUE_COUNT)
The local kernel fork just gained two commits:
  - P6-futex-sharding: replaces single global Mutex<L1, FutexList> with
    64-shard hash table, eliminating contention between futex operations
    on different addresses.
  - RUN_QUEUE_COUNT: pre-flight constant at context::RUN_QUEUE_COUNT = 40
    that downstream patches (P8-percpu-sched, P8-percpu-wiring) need but
    none of the existing P5–P9 patches define.

Phase 0c, plan orders #1 and pre-flight.
2026-07-02 06:33:28 +03:00
..