Skip to content

Simple Hello World in Rust to run on a PSP.

Notifications You must be signed in to change notification settings

sajattack/rust-psp-hello

 
 

Repository files navigation

A simple Rust Hello World to run on a PSP.

This requires a patched psp-binutils to remove the restriction on ABI mismatches. The patch is included in this repo. This repo also assumes you have the psp sdk installed to /usr/psp/sdk/

make

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

Or run it with PPSSPP:

PPSSPPSDL EBOOT.PBP

I'm making a note here huge success

About

Simple Hello World in Rust to run on a PSP.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 53.8%
  • Rust 40.1%
  • Assembly 6.1%