libkdumpfile-0.4.1
Kernel coredump file access
|
Description of an operating system. More...
#include <addrxlat.h>
Data Fields | |
const char * | arch |
Architecture name. More... | |
addrxlat_ostype_t | type |
Operating system type. More... | |
unsigned long | ver |
Operating system version. More... | |
const char * | opts |
Further options, e.g. More... | |
Description of an operating system.
This structure is used to pass some details about the operating system to set up a translation map.
const char* _addrxlat_osdesc::arch |
Architecture name.
This member must be set and not NULL
.
const char* _addrxlat_osdesc::opts |
Further options, e.g.
architecture variant. This member is optional. If there are no options, you can eith set it to an empty string or NULL
.
addrxlat_ostype_t _addrxlat_osdesc::type |
Operating system type.
If undetermined, use ADDRXLAT_OS_UNKNOWN
.
unsigned long _addrxlat_osdesc::ver |
Operating system version.
Use zero if uknown.