Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/israpps/playstation2-basic-bootloader
Basic Bootloader for PS2, PSX-DESR and Namco System 246/256
https://github.com/israpps/playstation2-basic-bootloader
ps2 ps2-homebrew psx-desr system-246 system-256
Last synced: 1 day ago
JSON representation
Basic Bootloader for PS2, PSX-DESR and Namco System 246/256
- Host: GitHub
- URL: https://github.com/israpps/playstation2-basic-bootloader
- Owner: israpps
- License: gpl-3.0
- Created: 2022-10-08T01:15:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-17T13:56:59.000Z (3 months ago)
- Last Synced: 2024-12-30T12:56:12.258Z (8 days ago)
- Topics: ps2, ps2-homebrew, psx-desr, system-246, system-256
- Language: C
- Homepage: https://israpps.github.io/PlayStation2-Basic-BootLoader/
- Size: 877 KB
- Stars: 115
- Watchers: 10
- Forks: 11
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
A flexible BootLoader for PlayStation 2™ and PSX-DESR
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/4ea4628e3d444807bf5df8430a327c5b)](https://www.codacy.com/gh/israpps/PlayStation2-Basic-BootLoader/dashboard?utm_source=github.com&utm_medium=referral&utm_content=israpps/PlayStation2-Basic-BootLoader&utm_campaign=Badge_Grade)
[![CI](https://github.com/israpps/PlayStation2-Basic-BootLoader/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/israpps/PlayStation2-Basic-BootLoader/actions/workflows/CI.yml)
![GitHub all releases](https://img.shields.io/github/downloads/israpps/PlayStation2-Basic-BootLoader/total?logo=GitHub&logoColor=white)A simple PS2 (and PSX-DESR) bootloader that handles system init and ELF programs execution (amongst other things)
## Documentation
It is hosted on [github pages](https://israpps.github.io/PlayStation2-Basic-BootLoader/)
## Known bugs/issues
you tell me ;)
## Credits
- thanks to @SP193 for the OSD initialization libraries, wich serve as the foundation for this project
- thanks asmblur, for encouraging me to make this monster on latest sdk
- thanks to @uyjulian and @fjtrujy for always helping me