⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module userspace

Module userspace 

Source
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