Versions in this module Expand all Collapse all v0 v0.5.0 Oct 26, 2022 Changes in this version + const MemoryACPIReclaimable + const MemoryAvailable + const MemoryBadRAM + const MemoryNVS + const MemoryReserved + func Enabled() bool + func Init(magic uintptr, mbiptr uintptr) + type Flag uint32 + const FlagInfoAPMTable + const FlagInfoAoutSyms + const FlagInfoBootDev + const FlagInfoBootLoaderName + const FlagInfoCmdline + const FlagInfoConfigTable + const FlagInfoDriveInfo + const FlagInfoElfSHDR + const FlagInfoFrameBuffer + const FlagInfoMemMap + const FlagInfoMemory + const FlagInfoMods + const FlagInfoVideoInfo + type Info struct + APMTable uint32 + BootDevice uint32 + BootLoaderName uint32 + Cmdline uint32 + ColorInfo [6]byte + ConfigTable uint32 + DriversLength uint32 + DrivesrAddr uint32 + Flags Flag + FramebufferAddr uint64 + FramebufferBPP byte + FramebufferHeight uint32 + FramebufferPitch uint32 + FramebufferType byte + FramebufferWidth uint32 + MemLower uint32 + MemUpper uint32 + MmapAddr uint32 + MmapLength uint32 + ModsAddr uint32 + ModsCount uint32 + Syms [4]uint32 + VBEControlInfo uint32 + VBEInterfaceLen uint16 + VBEInterfaceOff uint16 + VBEInterfaceSeg uint16 + VBEMode uint16 + VBEModeInfo uint32 + var BootInfo Info + func (i *Info) MmapEntries() []MmapEntry + type MmapEntry struct + Addr uint64 + Len uint64 + Size uint32 + Type uint32