Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/radwolfie/xbox_pci_header_dumper

Original Xbox PCI Header Dumper
https://github.com/radwolfie/xbox_pci_header_dumper

nxdk xbox

Last synced: 20 days ago
JSON representation

Original Xbox PCI Header Dumper

Awesome Lists containing this project

README

        

# Xbox PCI Header Dumper
Xbox PCI Header Dumper using the open source nxdk

This is a tool for dump PCI header into pci_header_dumper.log file to research what pci device exists from all types of original xbox console.

# How to Build:
All you need is nxdk. You can get it from https://github.com/XboxDev/nxdk link.

Then follow the setup guide from https://github.com/XboxDev/nxdk/wiki/Getting-Started link.

If you do not wish to download nxdk, you can freely use dev container built-in support locally or with GitHub's Codespaces.

# Binaries:
You can download pre-built binaries from here: https://github.com/RadWolfie/xbox_pci_header_dumper/releases

# GitHub CI:
Current build status can be seen here: https://github.com/RadWolfie/xbox_pci_header_dumper/actions/workflows/ci.yml

# Useful Links:
* [PCI header structure and examples](https://wiki.osdev.org/PCI)
* [List of Class Code, Subclass, and Prog IF](https://wiki.osdev.org/PCI#Class_Codes)
* [NVIDIA Corporation vendor and devices list](https://pci-ids.ucw.cz/read/PC/10de)

# Contributing
We welcome any form of contributions long as you agree with their respective source file's licensing.