Home |
RTTarget-32 Programming Manual Function RTBootRM and RTBootPM Function RTSetBIOSData System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) |
Function RTSetBIOSDataFunction RTSetBIOSData can be used to override data tables usually retrieved from the BIOS by the boot code: void RTSetBIOSData(const void * Data, int Type); ParametersDataPointer to the table's data to set. TypeThis parameter specifies which table is to be overwritten (please see function RTGetBIOSDataPtr). This function copies the supplied data into RTTarget-32's internal storage for these tables. Please see function RTGetBIOSDataPtr for the size of the respective tables. Subsequent calls to RTGetBIOSDataPtr will retrieve the tables supplied by this function.
|