overdrivenpotato / rust-psp

Rust on PSP. Panic and allocation support. Access PSP system libraries.
Other
589 stars 31 forks source link

Create a 1.0 Milestone #46

Closed Plecra closed 4 years ago

Plecra commented 4 years ago

It's nice to make the aims of the project clear to users and contributors alike. A milestone will be able to keep track of the progress made on the features in the Roadmap in a clear and concise way.

This also creates a chance to pool the relevant information for each feature and write up mentoring instructions to get the ball rolling.

I'd also like to suggest keeping a knowledge base (maybe a Book) of what is known about the PSP. prx.md already contains the beginnings of this, and I think it'd be good to lay things out for future maintainers. I'd be happy to compile what we have at the moment if you can point me to what's been used in the implementation so far.

overdrivenpotato commented 4 years ago

Good idea, I'll create a v1.0 milestone.

As for the book, there is this existing comprehensive resource: http://hitmen.c02.at/files/yapspd/psp_doc/frames.html It's missing some things, but unfortunately I don't have time to put into documenting the PSP formats further. It was the main resource used behind this project. If somebody creates a new comprehensive PSP documentation book, I can link it in the README.

overdrivenpotato commented 4 years ago

Closing this as we now have a v1.0.0 milestone.