Skip to content

Commit

Permalink
Add build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
HikariKnight authored and HikariKnight committed Mar 10, 2023
1 parent de7b8d3 commit f7b0831
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,20 @@ More extended functionality is planned.
* List devices of individual or multiple IOMMU groups
* Can show you kernel driver info for the devices
* Can attempt to get related devices (devices that share vendorID) or devices located in the same IOMMU group as the device(s), the best method is used for -r depending on what you look for.

## Features being worked on
* Flag to list only VendorID:DeviceID for all devices found
* Flag to list only PCI Address for all devices found
* A flag you can use to ignore specific VendorIDs when doing a related devices search


## Build instructions
Prerequisites:
* Go 1.20+
* git

```bash
git clone https://github.com/HikariKnight/ls-iommu.git
cd ls-iommu
go build
```

The binary `ls-iommu` will now be located the root of the project directory.

0 comments on commit f7b0831

Please sign in to comment.