PSMD Extraction and Analysis Toolkit
As of the current version, there are very important things to keep in mind:
- Some things might depend on SBCL instead of other Lisp implementations
- Everything assumes a specific file structure:
- This repo's contents go into
/psmd/by default; modify*repo-root*insystems/psmd-dir.lispto change this location, if you wish to put this somewhere else (for instance, in your home directory) - The extracted ROMFS goes into
repo/romfs/(e.g./psmd/romfs/banner.icnwould exist, by default) - The extracted and decompressed EXEFS goes into
repo/exefs/(e.g./psmd/exefs/code.binwould exist, by default)
- This repo's contents go into
- ASDF needs to be able to see the
repo/systems/tree