Kernel Namespace Fling OS
Contains the main classes for the Fling OS kernel implementation.
Classes

  Class Description
Public class BasicConsole
A basic console implementation - uses the BIOS's fixed text-video memory to output ASCII text.
Public class Dummy
Public class Exceptions
Implements the lowest-level kernel exception handling.
Public class GC
The garbage collector.
Public class Heap
The kernel heap - currently a very simple implementation.
Public class Kernel
The main class (containing the kernel entry point) for the Fling OS kernel.
Public class PreReqs
Contains plugged methos that are pre-requisites for the kernel to boot. For example, the Multiboot Signature.
Structures

  Structure Description
Public structure ExceptionHandlerInfo
Represents an Exception Handler Info.
Public structure GCHeader
Represents the GC header that is put in memory in front of every object so the GC can manage the object.
Public structure HeapBlock
Represents a block of memory that has been allocated for use by the heap.