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

This structure is passed to the higher level kernel entry point. More...

#include <boot.h>

Collaboration diagram for boot::BootstrapParam:

List of all members.

Public Attributes

BootParambootParam
 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.

Detailed Description

This structure is passed to the higher level kernel entry point.


Member Data Documentation

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.


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