Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 612 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 612 Bytes

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