Unit bios_data_area
Description
Include->BIOS_Data_Area - Data Structures Controlled by the BIOS.
 
Overview
Classes, Interfaces, Objects and Records
Functions and Procedures
Types
Constants
Variables
Description
Functions and Procedures
procedure tick_update(data : void); | 
 
| 
  |  
 
Types
TMCFG = bitpacked record
        Signature        : Array[0..3] of Char;
        Table_Length     : uint32;
        Revision         : Byte;
        Checksum         : Byte;
        OEM_ID           : Array[0..5] of Byte;
        OEM_Table_ID     : uint64;
        OEM_Revision     : uint32;
        Creator_ID       : uint32;
        Creator_Revision : uint32;
        Reserved         : uint64;
     end; | 
 
| 
  |  
 
Constants
Variables
Author
 Generated by PasDoc 0.15.0. 
 |