Tool that provides system services to external libraries to access the PC system hardware.
Includes a collection of external libraries performing low level H/W access identifying and manipulating system components, via I/O, memory, linear address space and processor registers.
The access methods scan the PC hardware directly, bypassing the O/S and therefore they provide complete H/W information. Published SDK allows customers to create their own libraries.
Released Libraries
Archives DLL
Captures the View window and is used for collecting and storing information shown by other libraries.
System DLL
Displays legacy information about the BIOS Data Area (BDA), Extended BIOS Data Area (XBDA), Programmable Interrupt Controller (PIC & IOAPIC) Basic O/S information, as well as part of the BIOS ROM. In addition it allows storing the BIOS ROM image to a file.
CMOS DLL
Displays the contents of the legacy CMOS bank at ports 0x70-0x71.
CPU DLL
Displays information about the installed processor, processor cache and Model Specific Registers (MSRS) for IA32 processors. Allows processor configuration by providing MSR edit capability.
IDE DLL
Displays information about the Legacy IDE Drives at ports 0x1F0-0x1F7, 0x170-0x177, 0x168-16F, 0x1E8-0x1EF
Generic I/O DLL
Provides Custom I/O configuration accessing any port combination using script state technology. Supports 16bit (0x0000-0xFFFF) I/O range, Port R/W, Event check, Latency timers, Data Mask, supports different Data Types and optional Loop command. Can load/store scripts.
Generic Memory DLL
Provides Custom memory configuration accessing any memory location in the 0-4GB range and memory mapped I/O. Uses script state technology allowing combination of Memory R/W operations, Event check, Latency timers, Data Mask, Hex Editor, supports different data types, separate data buffers for each script entry and optional Loop command. Can load/store scripts.
PCI DLL
Displays information about the installed PCI devices. Supports PCI 2.3 and P2P 1.1 specs, Legacy Option ROM information, PCI Error Control/Report, Error Check for PCI floating bus, Parity & System errors, PCI Scan and Test Log.
SMBIOS DLL
Displays information about the SMBIOS table, supports SMBIOS/DMI specs 2.0, 2.1, 2.2, 2.3 and 2.3.4. Allows check for specific spec revision, tests for SMBIOS structure compatibility. |