pub const SYS_SILO_ATTACH_MODULE: usize = 802;Expand description
Attach a kernel module to a silo.
silo_id: target silomodule_id: module ID fromSYS_MODULE_LOAD
The module runs inside the silo’s address space and can be started
with SYS_SILO_START.