osarch

package
v6.12.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 24, 2025 License: Apache-2.0 Imports: 8 Imported by: 2

Documentation

Index

Constants

View Source
const (
	ARCH_UNKNOWN                     = 0
	ARCH_32BIT_INTEL_X86             = 1
	ARCH_64BIT_INTEL_X86             = 2
	ARCH_32BIT_ARMV7_LITTLE_ENDIAN   = 3
	ARCH_64BIT_ARMV8_LITTLE_ENDIAN   = 4
	ARCH_32BIT_POWERPC_BIG_ENDIAN    = 5
	ARCH_64BIT_POWERPC_BIG_ENDIAN    = 6
	ARCH_64BIT_POWERPC_LITTLE_ENDIAN = 7
	ARCH_64BIT_S390_BIG_ENDIAN       = 8
	ARCH_32BIT_MIPS                  = 9
	ARCH_64BIT_MIPS                  = 10
	ARCH_32BIT_RISCV_LITTLE_ENDIAN   = 11
	ARCH_64BIT_RISCV_LITTLE_ENDIAN   = 12
	ARCH_32BIT_ARMV6_LITTLE_ENDIAN   = 13
	ARCH_32BIT_ARMV8_LITTLE_ENDIAN   = 14
	ARCH_64BIT_LOONGARCH             = 15
)

nolint:revive

View Source
const ArchitectureDefault = "x86_64"

ArchitectureDefault is the fallback architecture when the local architecture can't be properly detected.

Variables

This section is empty.

Functions

func ArchitectureGetLocal

func ArchitectureGetLocal() (string, error)

ArchitectureGetLocal returns the local hardware architecture.

func ArchitectureGetLocalID

func ArchitectureGetLocalID() (int, error)

ArchitectureGetLocalID returns the local hardware architecture ID.

func ArchitectureID added in v6.0.5

func ArchitectureID(arch string) (int, error)

ArchitectureID converts an architecture name to its ID.

func ArchitectureName

func ArchitectureName(arch int) (string, error)

ArchitectureName converts an architecture ID to its name.

func ArchitecturePersonalities

func ArchitecturePersonalities(arch int) ([]int, error)

ArchitecturePersonalities returns the list of personalities for the provided architecture.

func ArchitecturePersonality

func ArchitecturePersonality(arch int) (string, error)

ArchitecturePersonality returns the kernel personality name for the architecture.

func GetOSRelease added in v6.0.4

func GetOSRelease() (map[string]string, error)

GetOSRelease returns a map with Linux distribution information.

func SupportedArchitectures

func SupportedArchitectures() []string

SupportedArchitectures returns the list of all supported architectures.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL