mirror of
https://github.com/86Box/probing-tools.git
synced 2026-02-25 04:45:33 -07:00
13 lines
617 B
Markdown
13 lines
617 B
Markdown
usblgoff
|
|
========
|
|
DOS tool for disabling USB legacy emulation to allow for running keyboard controller probing tools.
|
|
|
|
Usage
|
|
-----
|
|
Run `USBLGOFF.EXE` on a system with USB. The I/O traps set by onboard USB controllers and a handful of chipsets will be disabled, and the virtual keyboard controller created by the BIOS for USB input emulation should no longer interfere with KBC probing tools such as [amikey](../amikey) until the system is rebooted.
|
|
|
|
Building
|
|
--------
|
|
* **Windows:** Run `wmake` from an OpenWatcom "Build Environment" command prompt.
|
|
* **Linux:** Run `wmake` with OpenWatcom tools present in `$PATH`.
|