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 "No suitable wgpu::Adapter found" error on execution
[source]
git = "https://github.com/sharkdp/binocle"
shallow_clone = true
[build]
template = "cargo"
@@ -0,0 +1,10 @@
#TODO not compiled or tested
[source]
git = "https://github.com/ReFirmLabs/binwalk"
shallow_clone = true
[build]
template = "cargo"
dependencies = [
"fontconfig",
"xz",
]
@@ -0,0 +1,6 @@
#TODO compiled but not tested
[source]
git = "https://github.com/wfxr/code-minimap"
shallow_clone = true
[build]
template = "cargo"
@@ -0,0 +1,6 @@
#TODO open crate error (after cargo update)
[source]
git = "https://github.com/sloganking/codevis"
shallow_clone = true
[build]
template = "cargo"
@@ -0,0 +1,6 @@
#TODO not compiled or tested
[source]
git = "https://github.com/iepathos/debtmap"
shallow_clone = true
[build]
template = "cargo"
@@ -0,0 +1,9 @@
#TODO camino crate error
[source]
git = "https://github.com/anistark/feluda"
shallow_clone = true
[build]
template = "cargo"
dependencies = [
"openssl3",
]
+6
View File
@@ -0,0 +1,6 @@
#TODO compiled but not tested
[source]
git = "https://github.com/sitkevij/hex"
shallow_clone = true
[build]
template = "cargo"
@@ -0,0 +1,6 @@
#TODO compilation error, missing mimalloc sys/syscall.h
[source]
git = "https://github.com/rhysd/hgrep"
shallow_clone = true
[build]
template = "cargo"
+6
View File
@@ -0,0 +1,6 @@
#TODO compiled but not tested
[source]
git = "https://github.com/pamburus/hl"
shallow_clone = true
[build]
template = "cargo"
@@ -0,0 +1,11 @@
#TODO not compiled or tested
[source]
git = "https://github.com/rust-fuzz/honggfuzz-rs"
shallow_clone = true
[build]
template = "cargo"
dependencies = [
"gnu-binutils",
"libunwind",
"xz",
]
+7
View File
@@ -0,0 +1,7 @@
#TODO missing script for gnu make: https://github.com/krpors/hx#compiling-and-running
[source]
git = "https://github.com/krpors/hx"
rev = "v1.0.15"
shallow_clone = true
[build]
template = "custom"
@@ -0,0 +1,6 @@
#TODO not compiled or tested
[source]
git = "https://github.com/fowles/pratdiff"
shallow_clone = true
[build]
template = "cargo"
@@ -0,0 +1,6 @@
#TODO not compiled or tested
[source]
git = "https://github.com/Mohamed-Badry/statui"
shallow_clone = true
[build]
template = "cargo"
@@ -0,0 +1,6 @@
#TODO not compiled or tested
[source]
git = "https://github.com/tinywatcher/tinywatcher"
shallow_clone = true
[build]
template = "cargo"
@@ -0,0 +1,10 @@
#TODO camino crate error
[source]
git = "https://github.com/woodruffw/zizmor"
shallow_clone = true
[build]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_cargo_packages zizmor
"""