Class Bootstrap
Bootstrap class. Used to invoke pre-boot methods.
Inheritance
System.Object
Bootstrap
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Cosmos.Core
Assembly: Cosmos.Core.dll
Syntax
public static class Bootstrap
Remarks
Bootstrap is a class designed only to get the essentials done.
Fields
| Improve this Doc View SourcePIC
PIC interrupt.
Declaration
public static PIC PIC
Field Value
Type | Description |
---|---|
PIC |
Methods
| Improve this Doc View SourceInit()
Init the boot strap. Invoke pre-boot methods.
Declaration
public static void Init()