An experimental pre-boot execution environment for Apple boards built on top of checkra1n.
- Install Docker
- Either build or pull the builder image
docker build --tag checkra1n/build-pongo .
docker pull docker.pkg.github.com/checkra1n/pongoos/build-pongo:latest
- Perform a build inside the container with
./build.sh
By submitting a pull request, you certify that this contribution is coming from you and no one else. If you want to import third-party code, that shall be noted prominently for us to evaluate it appropriately.
You can build the module at example/ with an iOS cross-compiler on Linux or a Mac. Refer to scripts/ to see how to load modules.
Note that the checkra1n patchfinder is not currently open-source. However, the KPF JIT that will ship on checkra1n 0.10.0 onwards is part of this repository. That means that pongoOS builds from this repository will always boot to the shell by default instead of XNU.