Phoenix
Object-oriented orthogonally persistent operating system
|
The kernel gets a pointer to this structure as its entry point argument. More...
#include <boot.h>
Public Attributes | |
paddr_t | efiSystemTable |
Pointer to the EFI system table. | |
u32 | cmdLineSize |
Size of cmdLine in bytes. | |
char * | cmdLine |
Null terminated string with the kernel arguments. | |
void * | memMap |
Memory map. | |
u32 | memMapNumDesc |
Number of descriptors in memMap. | |
u32 | memMapDescSize |
One descriptor size in memMap. | |
u32 | memMapDescVersion |
Descriptor version in memMap. |
The kernel gets a pointer to this structure as its entry point argument.
char* boot::BootParam::cmdLine |
Null terminated string with the kernel arguments.
Size of cmdLine in bytes.
Pointer to the EFI system table.
void* boot::BootParam::memMap |
Memory map.
Describes all available memory.
One descriptor size in memMap.
Descriptor version in memMap.
Number of descriptors in memMap.