![]() |
Xyris
0.5
|
#include <stdint.h>
Include dependency graph for Loader.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | stage2Entry (void *info, uint32_t magic) |
Definition in file Loader.hpp.
| void stage2Entry | ( | void * | info, |
| uint32_t | magic | ||
| ) |
Bootloader to kernel stage 2. This stage is responsible for handling any generic, catch all, preparations before calling into the kernel's main function. Stage 2 should be bootloader independent.
Bootloader to kernel stage 2. This stage is responsible for handling any generic, catch all, preparations before calling into the kernel's main function. Stage 2 should be bootloader independent.
Definition at line 23 of file Loader.cpp.