The header file for kernel interface library
Marcel Sondaar
Educational Purposes
blockalloc gatealloc gatelookup getcpuinfo gettimerticks ipccdeclconv kernelversion localipccall memmap portalloc routealloc routefind
-lmos
mos.h | The header file for kernel interface library |
mos_procinfo | stores processor info |
Variables | |
processor_id | shorthand number of the processor |
Processor_version | packed processor version |
processor_caps1 | processor capabilities bits set 1 |
processor_caps2 | processor capabilities bits set 2 |
processor_brand | fixed-length string containing the processor manufacturer |
Macros | |
PORTNAME | Generates a FourCC out of a string’s first four characters |
typedef struct mos_procinfo
stores processor info
Variables | |
processor_id | shorthand number of the processor |
Processor_version | packed processor version |
processor_caps1 | processor capabilities bits set 1 |
processor_caps2 | processor capabilities bits set 2 |
processor_brand | fixed-length string containing the processor manufacturer |
Macros | |
PORTNAME | Generates a FourCC out of a string’s first four characters |
stores processor info
typedef struct mos_procinfo
shorthand number of the processor
unsigned short int processor_id
processor capabilities bits set 1
unsigned int processor_caps1
processor capabilities bits set 2
unsigned int processor_caps2
fixed-length string containing the processor manufacturer
char processor_brand[12]