Add relibc syscall priority patch and clean up IOMMU recipe

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-18 00:48:58 +01:00
parent f6885d11bf
commit 67233c9102
2 changed files with 13 additions and 3 deletions
@@ -0,0 +1,13 @@
diff --git a/redox-rt/src/proc.rs b/redox-rt/src/proc.rs
index 05e42757..f2eba231 100644
--- a/redox-rt/src/proc.rs
+++ b/redox-rt/src/proc.rs
@@ -1119,7 +1119,7 @@ pub fn new_child_process(args: &ForkArgs<'_>) -> Result<NewChildProc> {
pid: 0,
euid: 0,
egid: 0,
- ens: 1,
+ prio: 1,
debug_name: {
let mut buf = [0; 32];
let src = b"[init]";
-3
View File
@@ -9,6 +9,3 @@ template = "cargo"
dependencies = [
"redox-driver-sys",
]
[package.files]
"/usr/lib/drivers/iommu" = "iommu"