DanielSant0s / AthenaEnv

A complete Javascript environment for creating homebrew applications and games on PlayStation 2.
GNU General Public License v3.0
156 stars 20 forks source link

Can Athena launch an elf? #47

Closed LuisHCK closed 7 months ago

LuisHCK commented 8 months ago

I'm wondering if Athena can launch a ELF file like Enceladus?

System.loadELF(path, reboot_iop, args...) https://github.com/DanielSant0s/Enceladus?tab=readme-ov-file#system-functions

devingDev commented 7 months ago

If you look into the main.js you will see how it starts the other scripts

LuisHCK commented 7 months ago

thanks @devingDev that's exactly what i'm looking for