Home |
RTTarget-32 Programming Manual System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) Function RTMPDumpInfo Function RTMPTablePCIInterrupt |
Function RTMPDumpInfoRTMPDumpInfo writes diagnostics information about the IOAPIC and multiprocessor configuration to a text file: void RTMPDumpInfo(FILE * file); Parameter file can be stdout or any other opened text file. The function can be called in PIC or APIC mode. See demo program MPDiag for an example.
|