Kernel Class Fling OS
The main class (containing the kernel entry point) for the Fling OS kernel.
Inheritance Hierarchy

System Object
  Kernel Kernel

Namespace: Kernel
Assembly: Kernel (in Kernel.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

[PluggedClassAttribute]
public static class Kernel

The Kernel type exposes the following members.

Constructors

  NameDescription
Private methodStatic memberKernel
Initialises static stuff within the kernel (such as calling GC.Init and BasicDebug.Init)
Top
Methods

  NameDescription
Public methodStatic memberCallStaticConstructors
Filled-in by the compiler.
Public methodStatic memberHalt
Halts the kernel and halts the CPU.
Private methodStatic memberMain
Main kernel entry point
Private methodStatic memberManagedMain
The actual main method for the kernel - by this point, all memory management, exception handling etc has been set up properly.
Top
See Also