Phoenix
Object-oriented orthogonally persistent operating system
|
This structure is passed to the higher level kernel entry point. More...
#include <boot.h>
Public Attributes | |
BootParam * | bootParam |
Boot parameters from the boot loader. | |
vaddr_t | heap |
Current heap pointer. | |
paddr_t | defaultLatRoot |
Default LAT root table. | |
vaddr_t | quickMap |
Quick map pages. | |
void * | quickMapPte [vm::NUM_QUICK_MAP] |
Quick map PTEs. |
This structure is passed to the higher level kernel entry point.
Boot parameters from the boot loader.
Default LAT root table.
Current heap pointer.
Quick map pages.
They are allocated consequentially.
void* boot::BootstrapParam::quickMapPte[vm::NUM_QUICK_MAP] |
Quick map PTEs.