Skip to main content

SYS_SILO_ATTACH_MODULE

Constant SYS_SILO_ATTACH_MODULE 

Source
pub const SYS_SILO_ATTACH_MODULE: usize = 802;
Expand description

Attach a kernel module to a silo.

  • silo_id: target silo
  • module_id: module ID from SYS_MODULE_LOAD

The module runs inside the silo’s address space and can be started with SYS_SILO_START.