Module starry::loader

source ·
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§