mirror of
https://github.com/86Box/probing-tools.git
synced 2026-02-21 17:15:34 -07:00
Document 86Box mode of pcireg -i
This commit is contained in:
@@ -14,4 +14,4 @@ Building
|
||||
This tool is automatically built as needed by the build scripts for other tools. Alternatively:
|
||||
|
||||
* **Windows:** Run `build.bat` from an OpenWatcom "Build Environment" command prompt.
|
||||
* **Linux:** Run `./build.sh` with OpenWatcom on `$PATH`.
|
||||
* **Linux:** Run `./build.sh` with OpenWatcom tools present on `$PATH`.
|
||||
|
||||
@@ -8,8 +8,8 @@ Usage
|
||||
PCIREG -s [-d]
|
||||
∟ Display all devices on the PCI bus. Specify -d to dump registers as well.
|
||||
|
||||
PCIREG -i
|
||||
∟ Display BIOS IRQ steering table.
|
||||
PCIREG -i [-8]
|
||||
∟ Display BIOS IRQ steering table. Specify -8 to display as 86Box code.
|
||||
|
||||
PCIREG -r [bus] device [function] register
|
||||
∟ Read the given register
|
||||
@@ -29,4 +29,4 @@ Register dumps are saved to PCIbbddf.BIN where bb=bus, dd=device, f=function.
|
||||
Building
|
||||
--------
|
||||
* **Windows:** Run `build.bat` from an OpenWatcom "Build Environment" command prompt.
|
||||
* **Linux:** Run `./build.sh` with OpenWatcom on `$PATH`.
|
||||
* **Linux:** Run `./build.sh` with OpenWatcom tools present in `$PATH`.
|
||||
|
||||
Reference in New Issue
Block a user