Share via


Boot Arguments Constants (Compact 2013)

10/16/2014

The following table shows the boot arguments constants.

Constant

Description

BSP_ARGS_QUERY

Base value used to define BSP-specific arguments. Values smaller than this value (64) are reserved for the OEM adaptation layer (OAL) library. The hardware platform implementation can use values beginning with BSP_ARGS_QUERY.

OAL_ARGS_QUERY_DEVID

Identifies the unique device ID argument specified in the arguments structure.

OAL_ARGS_QUERY_KITL

Identifies the OAL_KITL_ARGS structure associated with the kernel independent transport layer (KITL) device.

OAL_ARGS_QUERY_RTC

Identifies the real-time clock (RTC) count value specified in the arguments structure.

OAL_ARGS_QUERY_UPDATEMODE

Identifies the update mode argument specified in the arguments structure.

OAL_ARGS_QUERY_UUID

Identifies the universally unique identifier (UUID) argument specified in the arguments structure.

OAL_ARGS_SIGNATURE

Identifies the arguments structure. The default value is 'SGRA'.

OAL_ARGS_VERSION

Verifies the version of the arguments structure.

See Also

Reference

Boot Arguments Reference