Core Code (Compact 2013)
3/26/2014
The core code is divided into the following categories, which are described in the sections that follow:
- Boot Loader Context: This global structure contains a set of variables that are associated with the instance of the boot loader.
- Flow: These functions execute the boot process.
- Memory Allocation: These functions handle memory allocation on the heap.
- Memory Mapping: These functions map physical memory addresses to virtual memory addresses, and vice versa.