Phoenix
Object-oriented orthogonally persistent operating system
Public Attributes
boot::BootParam Struct Reference

The kernel gets a pointer to this structure as its entry point argument. More...

#include <boot.h>

List of all members.

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.

Detailed Description

The kernel gets a pointer to this structure as its entry point argument.


Member Data Documentation

Null terminated string with the kernel arguments.

Size of cmdLine in bytes.

Pointer to the EFI system table.

Memory map.

Describes all available memory.

One descriptor size in memMap.

Descriptor version in memMap.

Number of descriptors in memMap.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines