luqmana / rust-psp-hello

Simple Hello World in Rust to run on a PSP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple Rust Hello World to run on a PSP.

> % ./gen-target.sh
> % cargo build --target psp
> % ./gen-eboot.sh

This will give you an EBOOT.PBP which you can just copy over to your PSP and run as usual. Alternatively you can run the prx from pspsh.

About

Simple Hello World in Rust to run on a PSP.


Languages

Language:Rust 71.2%Language:Shell 17.1%Language:Assembly 11.7%