Documentation ¶
Index ¶
Constants ¶
View Source
const ( MemoryAvailable = 1 << iota MemoryReserved MemoryACPIReclaimable MemoryNVS MemoryBadRAM )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Info ¶
type Info struct { Flags Flag MemLower uint32 MemUpper uint32 BootDevice uint32 Cmdline uint32 ModsCount uint32 ModsAddr uint32 Syms [4]uint32 MmapLength uint32 MmapAddr uint32 DriversLength uint32 DriversAddr uint32 ConfigTable uint32 BootLoaderName uint32 APMTable uint32 VBEControlInfo uint32 VBEModeInfo uint32 VBEMode uint16 VBEInterfaceSeg uint16 VBEInterfaceOff uint16 VBEInterfaceLen uint16 FramebufferAddr uint64 FramebufferPitch uint32 FramebufferWidth uint32 FramebufferHeight uint32 FramebufferBPP byte FramebufferType byte ColorInfo [6]byte }
Info represents the Multiboot v1 info passed to the loaded kernel.
var (
BootInfo Info
)
func (*Info) MmapEntries ¶
Click to show internal directories.
Click to hide internal directories.