MentOS
0.8.0
The Mentoring Operating System
|
Contains the information concerning the CPU. More...
Public Attributes | |
char | cpu_vendor [13] |
The name of the vendor. | |
char * | cpu_type |
The type of the CPU. | |
uint32_t | cpu_family |
The family of the CPU. | |
uint32_t | cpu_model |
The model of the CPU. | |
uint32_t | apic_id |
uint32_t | cpuid_ecx_flags [ECX_FLAGS_SIZE] |
Ecx flags. | |
uint32_t | cpuid_edx_flags [EDX_FLAGS_SIZE] |
Edx flags. | |
int | is_brand_string |
TODO: Comment. | |
char * | brand_string |
TODO: Comment. | |
Contains the information concerning the CPU.
uint32_t cpuinfo_t::apic_id |
Identifier for individual cores when the CPU is interrogated by the CPUID instruction.