Свойство | Type | Description | |
---|---|---|---|
MultibootAddress | uint |
Méthode | Description | |
---|---|---|
GetMemoryMapBase ( uint index ) : uint |
Gets the memory map base.
|
|
GetMemoryMapLength ( uint index ) : uint |
Gets the length of the memory map.
|
|
GetMemoryMapType ( uint index ) : byte |
Gets the type of the memory map.
|
|
SetMultibootLocation ( uint address ) : void |
Sets the multiboot location.
|
|
SetMultibootLocation ( uint address, uint magic ) : void |
Sets the multiboot location, if given the proper magic value
|
|
Setup ( ) : void |
Setups this multiboot.
|
Méthode | Description | |
---|---|---|
CountMemoryMap ( ) : void |
Counts the memory map.
|
|
GetMemoryMapIndexLocation ( uint index ) : MultiBootMemoryMap* |
Gets the memory map index location.
|
public static GetMemoryMapBase ( uint index ) : uint | ||
index | uint | The index. |
Résultat | uint |
public static GetMemoryMapLength ( uint index ) : uint | ||
index | uint | The index. |
Résultat | uint |
public static GetMemoryMapType ( uint index ) : byte | ||
index | uint | The index. |
Résultat | byte |
public static SetMultibootLocation ( uint address ) : void | ||
address | uint | The address. |
Résultat | void |
public static SetMultibootLocation ( uint address, uint magic ) : void | ||
address | uint | The address. |
magic | uint | The magic value. |
Résultat | void |