mirror of
https://github.com/86Box/probing-tools.git
synced 2026-02-21 09:05:34 -07:00
isapnp
DOS tool for dumping the Resource Data ROM of ISA Plug and Play devices.
Usage
Run ISAPNP.EXE on a system with ISA Plug and Play devices. All ISA PnP devices will be enumerated, and their Resource Data ROM contents will be saved to iiiiiiiu.BIN where iiiiiii is the device's PnP ID (RTL8019 for example) and u is an unique identifier for devices with the same PnP ID (A for the first one, B for the second one and so on).
Building
- Windows: Run
wmakefrom an OpenWatcom "Build Environment" command prompt. - Linux: Run
wmakewith OpenWatcom tools present in$PATH.