Class Multiboot2
Multiboot2 class. Used for multiboot parsing.
Inheritance
System.Object
Multiboot2
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 class Multiboot2
Methods
| Improve this Doc View SourceGetMBIAddress()
Get Multiboot address. Plugged.
Declaration
public static uint GetMBIAddress()
Returns
Type | Description |
---|---|
System.UInt32 | The Multiboot Address |
GetMemLower()
Get MemLower
Declaration
public static uint GetMemLower()
Returns
Type | Description |
---|---|
System.UInt32 | MemLower |
GetMemUpper()
Get MemUpper
Declaration
public static uint GetMemUpper()
Returns
Type | Description |
---|---|
System.UInt32 | MemUpper |
Init()
Parse multiboot2 structure
Declaration
public static void Init()
MemoryMapExists()
Checks if Multiboot returned a memory map
Declaration
public static bool MemoryMapExists()
Returns
Type | Description |
---|---|
System.Boolean | True if is available, false if not |