From c97a8c759c6d1d102c6394f8acde07cff426432f Mon Sep 17 00:00:00 2001 From: vasilito Date: Mon, 13 Jul 2026 19:28:13 +0300 Subject: [PATCH] docs: remove dangling archived doc refs Updated the live USB and threading plans to reference the restored live copies instead of deleted archived paths. --- .../MULTITHREADING-COMPREHENSIVE-ASSESSMENT-AND-PLAN.md | 2 +- local/docs/USB-IMPLEMENTATION-PLAN.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/local/docs/MULTITHREADING-COMPREHENSIVE-ASSESSMENT-AND-PLAN.md b/local/docs/MULTITHREADING-COMPREHENSIVE-ASSESSMENT-AND-PLAN.md index 7ffebcd656..21853a55d7 100644 --- a/local/docs/MULTITHREADING-COMPREHENSIVE-ASSESSMENT-AND-PLAN.md +++ b/local/docs/MULTITHREADING-COMPREHENSIVE-ASSESSMENT-AND-PLAN.md @@ -2,7 +2,7 @@ **Date:** 2026-07-02 (initial assessment); 2026-07-02 (Phase 0c patch recovery complete) **Scope:** Full-stack multi-threading audit: hardware/SMP, kernel scheduler, kernel futex, kernel syscall ABI, relibc pthreads, userspace threading correctness and performance -**Status:** Authoritative — supersedes `archived/KERNEL-SCHEDULER-MULTITHREAD-IMPROVEMENT-PLAN.md` and `archived/SCHEDULER-REVIEW-FINAL.md` for all threading matters +**Status:** Authoritative — supersedes `local/docs/archived/KERNEL-SCHEDULER-MULTITHREAD-IMPROVEMENT-PLAN.md` and the restored `local/docs/KERNEL-SCHEDULER-MULTITHREAD-IMPROVEMENT-PLAN.md` lineage for all threading matters **Validation levels:** `builds` → `enumerates` → `usable` → `validated` → `hardware-validated` --- diff --git a/local/docs/USB-IMPLEMENTATION-PLAN.md b/local/docs/USB-IMPLEMENTATION-PLAN.md index 8baaf9995b..0e58b0b090 100644 --- a/local/docs/USB-IMPLEMENTATION-PLAN.md +++ b/local/docs/USB-IMPLEMENTATION-PLAN.md @@ -1,6 +1,6 @@ # Red Bear OS USB Plan — v3 -> **Status:** Canonical. Replaces v1 (archived `archived/USB-IMPLEMENTATION-PLAN-v1-2026-04.md`) and v2 (archived `archived/USB-IMPLEMENTATION-PLAN-v2-2026-07.md`). +> **Status:** Canonical. Replaces v1 (initial draft, pre-fork era) and v2 (archived `local/docs/archived/USB-IMPLEMENTATION-PLAN-v2-2026-07.md` until this live copy was restored). > **Date:** 2026-07-07. > **Goal:** Make USB a first-class citizen in Red Bear OS — mature, reliable, feature-complete host stack matching the user-visible capability of Linux 7.1. @@ -693,9 +693,9 @@ For all of these: when implementation detail is unclear, **port line-by-line fro ## 14. See also -- `local/docs/archived/USB-IMPLEMENTATION-PLAN-v1-2026-04.md` — v1 (P0 host work) -- `local/docs/archived/USB-IMPLEMENTATION-PLAN-v2-2026-07.md` — v2 (P0 + P5 host-only ADR) +- `v1` — initial draft (pre-fork era; now superseded by this live plan) +- `local/docs/USB-IMPLEMENTATION-PLAN.md` — v2 lineage and current live roadmap (archived copy restored here) - `local/docs/IRQ-AND-LOWLEVEL-CONTROLLERS-ENHANCEMENT-PLAN.md` — IRQ/MSI-X quality surface that P2-A depends on - `local/docs/WIFI-IMPLEMENTATION-PLAN.md` — Wi-Fi subsystem plan; sibling first-class-citizen effort - `local/docs/BLUETOOTH-IMPLEMENTATION-PLAN.md` — Bluetooth plan; uses `redbear-btusb` (USB Bluetooth transport) -- `local/reference/linux-7.1/drivers/usb/` — Linux 7.1 reference (the implementation of excellence) \ No newline at end of file +- `local/reference/linux-7.1/drivers/usb/` — Linux 7.1 reference (the implementation of excellence)