From db6205137b85f5460ff73e41891657a5f95f38b8 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Tue, 2 Dec 2025 10:56:14 -0300 Subject: [PATCH] Remove outdated information from CONTRIBUTING and README --- CONTRIBUTING.md | 6 ++---- README.md | 4 +--- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2e818927..073d7214 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -97,7 +97,7 @@ Please follow [our process](https://doc.redox-os.org/book/creating-proper-pull-r Before starting to contribute, we recommend reading the [Website FAQ](https://www.redox-os.org/faq/) and the [Redox Book](https://doc.redox-os.org/book/). -You can contribute to the Redox documentation and code on the following repositories (non-exhaustive, easiest first): +You can contribute to the Redox documentation and code on the following repositories (non-exhaustive, easiest-to-hardest order): - [Website](https://gitlab.redox-os.org/redox-os/website) - [Book](https://gitlab.redox-os.org/redox-os/book) - High-level documentation @@ -108,11 +108,9 @@ You can contribute to the Redox documentation and code on the following reposito - [acid](https://gitlab.redox-os.org/redox-os/acid) - Redox Test Suite - [relibc](https://gitlab.redox-os.org/redox-os/relibc) - Redox C Library - [libredox](https://gitlab.redox-os.org/redox-os/libredox) - Redox System Library -- [netstack](https://gitlab.redox-os.org/redox-os/netstack) - Network Stack - [Bootloader](https://gitlab.redox-os.org/redox-os/bootloader) - [RedoxFS](https://gitlab.redox-os.org/redox-os/redoxfs) - Default filesystem -- [Drivers](https://gitlab.redox-os.org/redox-os/drivers) - Device Drivers -- [Base](https://gitlab.redox-os.org/redox-os/base) - Essential system daemons +- [Base](https://gitlab.redox-os.org/redox-os/base) - Essential system components and drivers - [Kernel](https://gitlab.redox-os.org/redox-os/kernel) To see all Redox repositories open the [redox-os group](https://gitlab.redox-os.org/redox-os). diff --git a/README.md b/README.md index 0dc241b1..2ce246b5 100644 --- a/README.md +++ b/README.md @@ -37,13 +37,11 @@ Some of the key repositories on the Redox GitLab: | Essential Repositories | Maintainer |-------------------------------------------------------------------------------------------------------------|--------------------------- | [Kernel](https://gitlab.redox-os.org/redox-os/kernel) | **@jackpot51** -| [Base (essential system components)](https://gitlab.redox-os.org/redox-os/base) | **@jackpot51** +| [Base (essential system components and drivers)](https://gitlab.redox-os.org/redox-os/base) | **@jackpot51** | [RedoxFS (default filesystem)](https://gitlab.redox-os.org/redox-os/redoxfs) | **@jackpot51** -| [Drivers](https://gitlab.redox-os.org/redox-os/drivers) | **@jackpot51** | [relibc (C POSIX library written in Rust)](https://gitlab.redox-os.org/redox-os/relibc) | **@jackpot51** | [Ion (defauilt shell)](https://gitlab.redox-os.org/redox-os/ion) | **@jackpot51** | [Termion (terminal library)](https://gitlab.redox-os.org/redox-os/termion) | **@jackpot51** -| [netstack (network stack)](https://gitlab.redox-os.org/redox-os/netstack) | **@jackpot51** | [pkgutils (current package manager)](https://gitlab.redox-os.org/redox-os/pkgutils) | **@jackpot51** | [Orbital (display server and window manager)](https://gitlab.redox-os.org/redox-os/orbital) | **@jackpot51** | This repo - the root of the Build System | **@jackpot51** **@hatred_45**