Expand description
Loader for loading apps.
It will read and parse ELF files.
Now these apps are loaded into memory as a part of the kernel image.
Structs§
- The information of a given ELF file
 - The segment of the elf file, which is used to map the elf file to the memory space
 
Functions§
- _app_count 🔒 ⚠
 - Get the number of apps.
 - Get the data of an app by a given app ID.
 - Get the data of an app by the given app name.
 - Get the name of an app by a given app ID.
 - List all apps.
 - load_elf 🔒Load the ELF files by the given app name and return the segments of the ELF file