Add PS/2 and timer proof binaries

This commit is contained in:
2026-04-18 21:38:30 +01:00
parent ec45c703de
commit a01d9f1782
3 changed files with 140 additions and 0 deletions
@@ -67,6 +67,14 @@ path = "src/bin/redbear-drm-display-check.rs"
name = "redbear-phase-iommu-check"
path = "src/bin/redbear-phase-iommu-check.rs"
[[bin]]
name = "redbear-phase-ps2-check"
path = "src/bin/redbear-phase-ps2-check.rs"
[[bin]]
name = "redbear-phase-timer-check"
path = "src/bin/redbear-phase-timer-check.rs"
[[bin]]
name = "redbear-phase-dma-check"
path = "src/bin/redbear-phase-dma-check.rs"
@@ -80,3 +88,5 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
orbclient = "0.3"
redox-driver-sys = { path = "../../../drivers/redox-driver-sys/source" }
libredox = "0.1"
syscall = { package = "redox_syscall", version = "0.7", features = ["std"] }