Friedrich-Alexander-Universität Erlangen-Nürnberg  /   Technische Fakultät  /   Department Informatik

Übungen zu BS - Dokumentation Aufgabe 3 (WS 2015/16)

MP config table header. Mehr ...

#include <mp_registers.h>

Öffentliche Attribute

char signature [4]
 signature"PCMP"
 
unsigned short length
 table length in bytes
 
char spec_rev
 
char checksum
 
char oemid [8]
 system manufacturer ID
 
char productid [12]
 product family ID
 
unsigned int oemptr
 pointer to an OEM config table (0 if non-existent)
 
unsigned short oemsize
 length of the OEM config table in bytes
 
unsigned short count
 number of entries in the base table
 
unsigned int lapic
 memory-mapped address of local APIC
 
unsigned short exttbllen
 length of the extended entries in bytes
 
char exttblchksum
 
char reserved
 reserved (0)
 

Ausführliche Beschreibung

MP config table header.

Intel MP Spec, p. 4-5


Die Dokumentation für diese Struktur wurde erzeugt aufgrund der Datei:
  • machine/mp_registers.h