⚠️ 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 program loader

This module handles loading user programs from ELF binaries into process memory.

Functions§

create_process_from_elf
Create a new process from an ELF binary
exec_program
Execute a program by replacing current process image
load_user_program
Load a user program from ELF binary data