{"id":19204522,"url":"https://github.com/cxbx-reloaded/xbox_kernel_test_suite","last_synced_at":"2025-05-12T15:45:58.872Z","repository":{"id":28014458,"uuid":"114298455","full_name":"Cxbx-Reloaded/xbox_kernel_test_suite","owner":"Cxbx-Reloaded","description":"Xbox kernel APIs tester written using nxdk","archived":false,"fork":false,"pushed_at":"2024-08-30T10:25:31.000Z","size":414,"stargazers_count":24,"open_issues_count":6,"forks_count":6,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-20T14:42:53.388Z","etag":null,"topics":["kernel","tests","xbox"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Cxbx-Reloaded.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-12-14T21:35:11.000Z","updated_at":"2025-04-03T13:23:10.000Z","dependencies_parsed_at":"2024-01-31T13:26:04.262Z","dependency_job_id":"632f781c-7626-4617-a03c-513354c1033c","html_url":"https://github.com/Cxbx-Reloaded/xbox_kernel_test_suite","commit_stats":null,"previous_names":[],"tags_count":66,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cxbx-Reloaded%2Fxbox_kernel_test_suite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cxbx-Reloaded%2Fxbox_kernel_test_suite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cxbx-Reloaded%2Fxbox_kernel_test_suite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cxbx-Reloaded%2Fxbox_kernel_test_suite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cxbx-Reloaded","download_url":"https://codeload.github.com/Cxbx-Reloaded/xbox_kernel_test_suite/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253767669,"owners_count":21961154,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["kernel","tests","xbox"],"created_at":"2024-11-09T13:08:31.399Z","updated_at":"2025-05-12T15:45:58.819Z","avatar_url":"https://github.com/Cxbx-Reloaded.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# xbox kernel test suite\n[![License: GPL v2](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://github.com/Cxbx-Reloaded/xbox_kernel_test_suite/blob/master/LICENSE)\n[![GitHub CI](https://github.com/Cxbx-Reloaded/xbox_kernel_test_suite/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/Cxbx-Reloaded/xbox_kernel_test_suite/actions/workflows/ci.yml?query=branch%3Amaster)\n\nXbox kernel APIs tester written using the open-source nxdk.\n\nThis is a tool for testing the xbox kernel APIs on the hardware to verify their workings. In addition, we have a dedicated wiki page for [homebrew kernels](https://github.com/Cxbx-Reloaded/xbox_kernel_test_suite/wiki/List-of-Homebrew-Kernels-Tested) that have used this tool to test their kernel implementation.\n\n## HOW TO BUILD:\nAll you need is nxdk. You can get it here: https://github.com/XboxDev/nxdk\n\nHere is a setup guide: https://github.com/XboxDev/nxdk/wiki/Getting-Started\n\n## CONFIGURATION FILE:\n\u003e [!NOTE]\n\u003e The configuration file should be called _**\"config.txt\"**_ and should be placed in the same directory of the xbe.\n\nThe following list of options can be used inside the config.txt file:\n- `seed` = `\u003cdecimal (support up to 4294967295)\u003e`\n- `tests` = `\u003cdecimal (support up to 378) or case insensitive API name\u003e[,...]`\n- `tests-exclude` = `\u003cdecimal (support up to 378) or case insensitive API name\u003e[,...]`\n- `disable-video` = `\u003cboolean\u003e`[^1]\n\n[^1]: boolean value can be 1 or 0\n\n\u003e [!TIP]\n\u003e This is an example of config.txt:\n\u003e ```\n\u003e seed=5\n\u003e \n\u003e tests=1,25,3,NtReadFile\n\u003e ```\n\n## NAME FILE:\n\u003e [!NOTE]\n\u003e The name file should be called _**\"name.txt\"**_ and should be placed in the same directory of the xbe.\n\nHaving a name file can help generate individual log files for different hardware and emulators to collect results in the same folder without the need to rename log files every time.\n\n\u003e [!TIP]\n\u003e This is an example of name.txt:\n\u003e ```\n\u003e retail 1.6\n\u003e ```\n\n## BINARIES:\nYou can download pre-built bins from here: https://github.com/Cxbx-Reloaded/xbox_kernel_test_suite/releases\n\n## USEFUL LINKS:\n* https://xboxdevwiki.net\n* https://github.com/wine-mirror/wine/tree/master/dlls/ntdll/tests\n* https://github.com/wine-mirror/wine/tree/master/dlls/kernel32/tests\n* https://github.com/mirror/reactos/tree/master/rostests/apitests/kernel32\n* https://github.com/mborgerson/xbtests?files=1\n* https://github.com/wine-mirror/wine/blob/master/include/wine/test.h\n\n## TODO:\n* Complete the test suite with all xbox kernel APIs (fill in the FIXME stubs).\n* Check the [opened issues](https://github.com/Cxbx-Reloaded/xbox_kernel_test_suite/issues) for any issues or tasks.\n\nANY HELP IS REALLY WELCOME!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcxbx-reloaded%2Fxbox_kernel_test_suite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcxbx-reloaded%2Fxbox_kernel_test_suite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcxbx-reloaded%2Fxbox_kernel_test_suite/lists"}