Expand description
User-space support module
This module provides support for loading and executing user-space programs, including the init process and other user applications.
Re-exports§
pub use loader::load_init_process;pub use loader::load_user_program;
Modules§
- embedded
- Embedded minimal ELF binaries for user-space init and shell
- enhanced_
loader - Enhanced ELF Loader for User Space Programs
- loader
- User-space program loader
Functions§
- init
- Initialize user-space support