Add runtime tools and Red Bear service wiring

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-04-14 10:50:42 +01:00
parent fd60edc823
commit 51f3c21121
62 changed files with 9613 additions and 881 deletions
@@ -0,0 +1,13 @@
[package]
name = "iommu"
version = "0.1.0"
edition = "2021"
[dependencies]
redox-driver-sys = { version = "0.1", path = "../../../drivers/redox-driver-sys/source" }
redox_scheme = { package = "redox-scheme", version = "0.1" }
syscall = { package = "redox_syscall", version = "0.4" }
log = { version = "0.4", features = ["std"] }
[patch.crates-io]
redox-driver-sys = { path = "../../../drivers/redox-driver-sys/source" }