Module mod_mgmt::parse_nano_core
source · Expand description
Routines for parsing the nano_core
, the fully-linked, already-loaded base kernel image,
in other words, the code that is currently executing.
As such, it performs no loading, but rather just creates metadata that represents
the existing kernel code that was loaded by the bootloader, and adds those functions to the system map.
Structs
- The items returned from the
parse_nano_core()
routine.
Functions
- Parses and/or deserializes the file containing details about the already loaded (and currently running)
nano_core
code.