Red Bear OS — microkernel OS in Rust, based on Redox

Derivative of Redox OS (https://www.redox-os.org) adding:
- AMD GPU driver (amdgpu) via LinuxKPI compat layer
- ext4 filesystem support (ext4d scheme daemon)
- ACPI fixes for AMD bare metal (x2APIC, DMAR, IVRS, MCFG)
- Custom branding (hostname, os-release, boot identity)

Build system is full upstream Redox with RBOS overlay in local/.
Patches for kernel, base, and relibc are symlinked from local/patches/
and protected from make clean/distclean. Custom recipes live in
local/recipes/ with symlinks into the recipes/ search path.

Build:  make all CONFIG_NAME=redbear-full
Sync:   ./local/scripts/sync-upstream.sh
This commit is contained in:
2026-04-12 19:05:00 +01:00
commit 50b731f1b7
3392 changed files with 98327 additions and 0 deletions
@@ -0,0 +1,6 @@
#TODO async-io and rustix crates error
[source]
git = "https://github.com/orhun/binsider"
shallow_clone = true
[build]
template = "cargo"
+13
View File
@@ -0,0 +1,13 @@
#TODO not compiled or tested
#TODO determine minimum dependencies from cmake log
# build instructions: https://cutter.re/docs/building.html
[source]
tar = "https://github.com/rizinorg/cutter/releases/download/v2.4.1/Cutter-v2.4.1-src.tar.gz"
[build]
template = "cmake"
#dependencies = [
# "libzip",
# "zlib",
# "qt6-base",
# "qt6-svg",
#]
@@ -0,0 +1,6 @@
#TODO openssl-sys crate error
[source]
git = "https://github.com/tokenizer-decode/email-sleuth"
shallow_clone = true
[build]
template = "cargo"
@@ -0,0 +1,7 @@
#TODO not compiled or tested
# build instructions: https://github.com/awslabs/flowgger/wiki/Installation
[source]
git = "https://github.com/awslabs/flowgger"
shallow_clone = true
[build]
template = "cargo"
+14
View File
@@ -0,0 +1,14 @@
#TODO not compiled or tested
[source]
git = "https://gitlab.gnome.org/World/Graphs"
rev = "v1.8.7"
shallow_clone = true
[build]
template = "meson"
dependencies = [
"glib",
"gtk4",
"libadwaita",
"libgee",
"sqlite3",
]
+6
View File
@@ -0,0 +1,6 @@
#TODO not compiled or tested
[source]
git = "https://github.com/1jehuang/mermaid-rs-renderer"
shallow_clone = true
[build]
template = "cargo"
+14
View File
@@ -0,0 +1,14 @@
#TODO not compiled or tested
# build instructions: https://learn.netdata.cloud/docs/developer-and-contributor-corner/build-the-netdata-agent-yourself/compile-from-source-code#building-netdata
[source]
tar = "https://github.com/netdata/netdata/releases/download/v2.8.5/netdata-v2.8.5.tar.gz"
[build]
template = "cmake"
cmakeflags = [
"-DDEFAULT_FEATURE_STATE=False",
]
#dependencies = [
# "zlib",
# "libuv",
# "libuuid",
#]
+10
View File
@@ -0,0 +1,10 @@
#TODO not compiled or tested
# build instructions: https://github.com/rizinorg/rizin/blob/dev/BUILDING.md
[source]
tar = "https://github.com/rizinorg/rizin/releases/download/v0.8.1/rizin-src-v0.8.1.tar.xz"
[build]
template = "meson"
mesonflags = [
"-Denable_tests=false",
"-Denable_rz_test=false",
]
+6
View File
@@ -0,0 +1,6 @@
#TODO not compiled or tested
[source]
git = "https://github.com/tanciaku/tmmpr"
shallow_clone = true
[build]
template = "cargo"