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.Multiboot
Assembly: Cosmos.Core.dll
Syntax
public class Multiboot2
Properties
| Improve this Doc View SourceAcpiNew
Declaration
public static AcpiNew*AcpiNew { get; set; }
Property Value
Type | Description |
---|---|
AcpiNew* |
AcpiOld
Declaration
public static AcpiOld*AcpiOld { get; set; }
Property Value
Type | Description |
---|---|
AcpiOld* |
BasicMemoryInformation
Declaration
public static BasicMemoryInformation*BasicMemoryInformation { get; set; }
Property Value
Type | Description |
---|---|
BasicMemoryInformation* |
EFI64
Declaration
public static EFI64*EFI64 { get; set; }
Property Value
Type | Description |
---|---|
EFI64* |
Framebuffer
Declaration
public static Framebuffer*Framebuffer { get; set; }
Property Value
Type | Description |
---|---|
Framebuffer* |
IsVBEAvailable
Declaration
public static bool IsVBEAvailable { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
MemoryMap
Declaration
public static MemoryMap*MemoryMap { get; set; }
Property Value
Type | Description |
---|---|
MemoryMap* |
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 |