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

Module loader

Module loader 

Source
Expand description

User-space program loader

This module handles loading user-space programs from the filesystem and creating processes to execute them.

Functions§

load_init_process
Load and execute the init process
load_shell
Load the shell program
load_user_program
Load a user program from the filesystem