From 0b34232cc0bb8ad354907a7f1086c7a2d1db90da Mon Sep 17 00:00:00 2001 From: vasilito Date: Mon, 13 Jul 2026 19:33:24 +0300 Subject: [PATCH] docs/README.md: remove duplicate refs, fix Qt/KF6 versions, redirect to gitea --- docs/README.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/docs/README.md b/docs/README.md index 54f24a70d5..3528e14c9d 100644 --- a/docs/README.md +++ b/docs/README.md @@ -16,7 +16,6 @@ current/canonical versus historical/reference split obvious. > **Red Bear note:** newer subsystem plans can also live under `local/docs/` when they are Red Bear- > specific rather than general Redox architecture material. In particular, see > `local/docs/WIFI-IMPLEMENTATION-PLAN.md` for the current Wi-Fi direction, -> `local/docs/CONSOLE-TO-KDE-DESKTOP-PLAN.md` for the canonical desktop path, > and `local/docs/CONSOLE-TO-KDE-DESKTOP-PLAN.md` for the canonical desktop path. > **Repository model:** RedBearOS relates to Redox in the same way Ubuntu relates to Debian. @@ -96,15 +95,14 @@ This summary is only a quick orientation layer. For canonical current-state deta - `docs/07-RED-BEAR-OS-IMPLEMENTATION-PLAN.md` for repository-wide execution order, - `local/docs/CONSOLE-TO-KDE-DESKTOP-PLAN.md` for the canonical comprehensive plan, - `local/docs/PROFILE-MATRIX.md` for support-language by tracked profile, -- `local/docs/PROFILE-MATRIX.md` for support-language by tracked profile, - and the active subsystem plans under `local/docs/` for detailed current workstreams. - **Compile targets**: the supported compile targets are `redbear-mini`, `redbear-full`, and `redbear-grub` - **Live ISO policy**: live `.iso` outputs (`build-redbear.sh`) are for real bare-metal boot/install/recovery workflows, not the VM/QEMU execution surface. - **Wayland**: libwayland + wayland-protocols built. A bounded greeter/compositor-backed login proof now passes, but broader compositor/runtime stability remains incomplete. -- **Qt6**: qtbase 6.11.0 (Core+Gui+Widgets+DBus+Wayland), qtdeclarative, qtsvg, qtwayland ALL BUILT +- **Qt6**: qtbase 6.11.1 (Core+Gui+Widgets+DBus+Wayland), qtdeclarative, qtsvg, qtwayland ALL BUILT - **D-Bus**: 1.16.2 built for Redox. Qt6DBus enabled. -- **KF6 Frameworks**: 36/48 built, 12 blocked by QML gate. See `local/docs/CONSOLE-TO-KDE-DESKTOP-PLAN.md` for full breakdown. +- **KF6 Frameworks**: 40/40 built. See `local/docs/CONSOLE-TO-KDE-DESKTOP-PLAN.md` for full breakdown. - **Mesa**: software-rendered path is present; full GBM / hardware-validated Wayland path is still incomplete. - **GPU drivers**: redox-drm scheme daemon exists; Intel build-oriented path exists; AMD currently has a bounded retained compile path (`redox-drm` + Red Bear glue) while the imported Linux AMD DC/TTM/core trees remain builds and included in redbear-full (2026-04-29). Hardware validation is still pending. - **Input**: evdevd compiled, libevdev built, libinput 1.30.2 built @@ -145,9 +143,9 @@ make qemu | Repo | Purpose | URL | |------|---------|-----| -| Kernel | Microkernel | https://gitlab.redox-os.org/redox-os/kernel | -| Base | Drivers + system components | https://gitlab.redox-os.org/redox-os/base | -| relibc | C library (Rust) | https://gitlab.redox-os.org/redox-os/relibc | -| RedoxFS | Default filesystem | https://gitlab.redox-os.org/redox-os/redoxfs | -| libredox | System library | https://gitlab.redox-os.org/redox-os/libredox | -| This repo | Build system | https://gitlab.redox-os.org/redox-os/redox | +| All Red Bear sources | Single-Repo Rule canonical source | https://gitea.redbearos.org/vasilito/RedBear-OS | +| Kernel (reference) | Microkernel | https://gitlab.redox-os.org/redox-os/kernel (reference) | +| Base (reference) | Drivers + system components | https://gitlab.redox-os.org/redox-os/base (reference) | +| relibc (reference) | C library (Rust) | https://gitlab.redox-os.org/redox-os/relibc (reference) | +| RedoxFS (reference) | Default filesystem | https://gitlab.redox-os.org/redox-os/redoxfs (reference) | +| libredox (reference) | System library | https://gitlab.redox-os.org/redox-os/libredox (reference) |