Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Debug means zos is running in debug mode // applications can handle this flag differently Debug = "zos-debug" // VirtualMachine forces zos to think it's running // on a virtual machine. used mainly for development VirtualMachine = "zos-debug-vm" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Params ¶
Params represent the parameters passed to the kernel at boot
func (Params) Get ¶
Get returns the values link to a key and a boolean boolean if true when the key exists in the params or false otherwise a nil list, and a true will be returned if the `key` is set in kernel params, but with no associated value
func (Params) IsVirtualMachine ¶ added in v0.5.5
Click to show internal directories.
Click to hide internal directories.