sysutils: add dummy chroot program

This commit is contained in:
2025-08-02 20:43:21 +03:00
parent 3be32b7b8f
commit 9c32c11b0b
5 changed files with 33 additions and 1 deletions
+3 -1
View File
@@ -6,10 +6,12 @@ use libk_util::OneTimeInit;
pub mod bus;
pub mod clock;
pub mod display;
pub mod gpio;
pub mod power;
pub mod serial;
// pub mod timer;
#[cfg(any(rust_analyzer, not(target_arch = "x86_64")))]
pub mod gpio;
/// Generic machine description string
pub static MACHINE_NAME: OneTimeInit<String> = OneTimeInit::new();