Struct Multiboot.Header
Header struct.
Namespace: Cosmos.Core
Assembly: Cosmos.Core.dll
Syntax
public struct Header
Fields
| Improve this Doc View SourceapmTable
APM table.
Declaration
public uint apmTable
Field Value
Type | Description |
---|---|
System.UInt32 |
boot_device
Boot device.
Declaration
public uint boot_device
Field Value
Type | Description |
---|---|
System.UInt32 |
cmdline
CMD line.
Declaration
public uint cmdline
Field Value
Type | Description |
---|---|
System.UInt32 |
configTable
ROM config table.
Declaration
public uint configTable
Field Value
Type | Description |
---|---|
System.UInt32 |
drivesAddress
Drives list address.
Declaration
public uint drivesAddress
Field Value
Type | Description |
---|---|
System.UInt32 |
drivesLength
Drives list length.
Declaration
public uint drivesLength
Field Value
Type | Description |
---|---|
System.UInt32 |
Flags
Flags.
Declaration
public uint Flags
Field Value
Type | Description |
---|---|
System.UInt32 |
mem_lower
Lower memory amount.
Declaration
public uint mem_lower
Field Value
Type | Description |
---|---|
System.UInt32 |
mem_upper
Upper memory amount.
Declaration
public uint mem_upper
Field Value
Type | Description |
---|---|
System.UInt32 |
memMapAddress
Memory map address.
Declaration
public uint memMapAddress
Field Value
Type | Description |
---|---|
System.UInt32 |
memMapLength
Memory map length.
Declaration
public uint memMapLength
Field Value
Type | Description |
---|---|
System.UInt32 |
mods_addr
Modules address.
Declaration
public uint mods_addr
Field Value
Type | Description |
---|---|
System.UInt32 |
mods_count
Modules count.
Declaration
public uint mods_count
Field Value
Type | Description |
---|---|
System.UInt32 |
syms
Symbol table.
Declaration
public uint *syms
Field Value
Type | Description |
---|---|
System.UInt32* |
vbeControlInfo
VBE control info.
Declaration
public uint vbeControlInfo
Field Value
Type | Description |
---|---|
System.UInt32 |
vbeInterfaceLength
VBE interface length.
Declaration
public uint vbeInterfaceLength
Field Value
Type | Description |
---|---|
System.UInt32 |
vbeInterfaceOff
VBE interface offset.
Declaration
public uint vbeInterfaceOff
Field Value
Type | Description |
---|---|
System.UInt32 |
vbeInterfaceSeg
VBE interface segment.
Declaration
public uint vbeInterfaceSeg
Field Value
Type | Description |
---|---|
System.UInt32 |
vbeMode
VBE mode.
Declaration
public uint vbeMode
Field Value
Type | Description |
---|---|
System.UInt32 |
vbeModeInfo
VBE mode info.
Declaration
public uint vbeModeInfo
Field Value
Type | Description |
---|---|
System.UInt32 |