JayFoxRox / xbox_kernel_test_suite

Xbox kernel APIs tester written using the opensoure nxdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xbox kernel test suite

Xbox kernel APIs tester written using the opensoure nxdk

This is a tool for testing xbox kernel apis, in particular CxBx-Reloaded kernel implementation.

HOW TO BUILD:

All you need is nxdk. You can get it here: https://github.com/xqemu/nxdk

Here is a setup guide: https://github.com/xqemu/nxdk/wiki/Getting-Started

CONFIGURATION FILE:

The configuration file should be called "config.txt" and should be placed in the same directory of the xbe.

This is an example of config.txt:

is_emu=1

tests=1,25,3,F

PAY ATTENTION: Every value is treated as hex (eg. 25 is 37 in decimal)

BINARIES:

You can download pre-built bins from here: https://github.com/Cxbx-Reloaded/xbox_kernel_test_suite/releases

USEFUL LINKS:

TODO:

  • Complete the test suite with all xbox kernel APIs (fill the stubs)
  • Organize the code, maybe using folders etc.

ANY HELP IS REALLY WELCOME!

About

Xbox kernel APIs tester written using the opensoure nxdk

License:GNU General Public License v3.0


Languages

Language:C 92.1%Language:C++ 7.9%Language:Makefile 0.1%