https://github.com/baron-von-riedesel/pcitools
A few small tools to display PCI info in DOS
https://github.com/baron-von-riedesel/pcitools
Last synced: 2 months ago
JSON representation
A few small tools to display PCI info in DOS
- Host: GitHub
- URL: https://github.com/baron-von-riedesel/pcitools
- Owner: Baron-von-Riedesel
- Created: 2024-02-19T11:21:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-22T07:05:08.000Z (over 1 year ago)
- Last Synced: 2025-03-27T11:51:21.407Z (3 months ago)
- Language: Assembly
- Homepage:
- Size: 18.6 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.MD
Awesome Lists containing this project
README
1. About
A few tools to display the current PCI status
- PCIInfo: display current status of all PCI devices
- IDE1: display status of mass storage controllers
- USB1: display status of USB controllers
- VGA1: display status of display controllers2. How to create the Binaries
All programs are assembled using JWasm ( Masm should do as well ). A few
programs are protected-mode applications and will need additional tools
found in the HX development package. The .BAT files supplied will create
the binaries.