UNIX xv6 (rev8, 9/1/15)
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
mpconf Struct Reference

#include <mp.h>

Data Fields

uchar signature [4]
 
ushort length
 
uchar version
 
uchar checksum
 
uchar product [20]
 
uintoemtable
 
ushort oemlength
 
ushort entry
 
uintlapicaddr
 
ushort xlength
 
uchar xchecksum
 
uchar reserved
 

Detailed Description

Definition at line 14 of file mp.h.

Field Documentation

uchar mpconf::checksum

Definition at line 18 of file mp.h.

ushort mpconf::entry

Definition at line 22 of file mp.h.

uint* mpconf::lapicaddr

Definition at line 23 of file mp.h.

ushort mpconf::length

Definition at line 16 of file mp.h.

ushort mpconf::oemlength

Definition at line 21 of file mp.h.

uint* mpconf::oemtable

Definition at line 20 of file mp.h.

uchar mpconf::product[20]

Definition at line 19 of file mp.h.

uchar mpconf::reserved

Definition at line 26 of file mp.h.

uchar mpconf::signature[4]

Definition at line 15 of file mp.h.

uchar mpconf::version

Definition at line 17 of file mp.h.

uchar mpconf::xchecksum

Definition at line 25 of file mp.h.

ushort mpconf::xlength

Definition at line 24 of file mp.h.


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