The main class (containing the kernel entry point) for the Fling OS kernel.
Inheritance Hierarchy
Kernel Kernel
Namespace: Kernel
Assembly: Kernel (in Kernel.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The Kernel type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() ![]() | Kernel |
Initialises static stuff within the kernel (such as calling GC.Init and BasicDebug.Init)
|
Methods
Name | Description | |
---|---|---|
![]() ![]() | CallStaticConstructors |
Filled-in by the compiler.
|
![]() ![]() | Halt |
Halts the kernel and halts the CPU.
|
![]() ![]() | Main |
Main kernel entry point
|
![]() ![]() | ManagedMain |
The actual main method for the kernel - by this point, all memory management, exception handling
etc has been set up properly.
|
See Also