orbis-gateway/README.md
2024-05-01 16:43:40 +07:00

612 B

Orbis Gateway

Orbis Gateway is an application running inside the PS4 kernel to provides the interfaces to the PS4 internal.

Building from source

Prerequisites

  • Rust on the latest stable channel

Enable x86_64-unknown-none target

rustup target add x86_64-unknown-none

Install additional Cargo commands

cargo install cargo-binutils

cargo-binutils required additional dependency which can be installed with the following command:

rustup component add llvm-tools

Build

cargo objcopy --release -- -O binary orbis-gateway.bin

License

MIT