Phoenix
Object-oriented orthogonally persistent operating system
Functions
main.cpp File Reference

High-level entry point of the kernel. More...

#include <sys.h>
#include <boot.h>
#include <efi.h>
Include dependency graph for main.cpp:

Functions

void Main (void *arg)
 Kernel higher level entry point.

Detailed Description

High-level entry point of the kernel.


Function Documentation

void Main ( void *  arg)

Kernel higher level entry point.

It never returns to caller.

Parameters:
argPointer to boot::BootstrapParam structure with boot parameters.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines