Fanjita has updated his Eboot Loader thats for PSP version 2.0 consoles only, heres whats new:
v0.4 : Usability & reliability enhancements
- Return to menu if possible after failed load. NOTE : this is a bit flaky, and mainly designed for quick checks for kernel-mode apps, etc. If something crashes after you ran through a few EBOOTs that wouldn't load, it's worth retrying it immediately after a reboot.
- Experimented with exception handlers for extra diagnostics, but this is not possible in user-mode (and anyway the appropriate syscall code is unknown for 2.0).
- Fixed overflow with more than 19 directory entries - now apps that failed just after EBOOT selection will get further.
- Added set up of argv, argc to supply path arguments - helps for Ghost In The Matrix, possibly others.
- Changed load address to 0x0860000, to allow more headroom for increased loader complexity. Also begun integrating Abu's loader code with the TIF file.