Enumerations | |
enum | OS_HOST_CPU_ARCH_TYPE { OS_HOST_CPU_ARCH_TYPE_INVALID = 0, OS_HOST_CPU_ARCH_TYPE_IA32 = 1, OS_HOST_CPU_ARCH_TYPE_INTEL64 = 2 } |
Functions | |
OS_RETURN_CODE | OS_GetHostName (CHAR *buf, USIZE buflen) |
OS_RETURN_CODE | OS_GetHostCPUArch (OS_HOST_CPU_ARCH_TYPE *arch) |
const char * | OS_CPUArchToString (OS_HOST_CPU_ARCH_TYPE arch) |
OS_RETURN_CODE | OS_GetKernelRelease (CHAR *buf, USIZE bufsize) |
OS_RETURN_CODE | OS_GetOSName (CHAR *buf, USIZE bufsize) |
OS_RETURN_CODE | OS_GetOSVersion (CHAR *buf, USIZE bufsize) |
OS_RETURN_CODE | OS_ReadProcessorFrequency (UINT32 *freq) |
|
CPU Architecture |
|
Get a string representing a certain CPU arch.
|
|
Query CPU architecture.
|
|
Retrieves the host name of the current host - as known by this host
|
|
Get kernel release description string.
|
|
Get the name of the operating system we're running on.
|
|
Get the version of the operating system we're running on.
|
|
Get CPU processor frequency in MHz.
|