MentOS  0.8.0
The Mentoring Operating System
Public Attributes | List of all members
cpuinfo_t Struct Reference

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.
 

Detailed Description

Contains the information concerning the CPU.

Member Data Documentation

◆ apic_id

uint32_t cpuinfo_t::apic_id

Identifier for individual cores when the CPU is interrogated by the CPUID instruction.


The documentation for this struct was generated from the following file: