Experiments in PS4 emulation.
Current status: All drivers initialize correctly. VFS is successfully loaded. First userland application, /mini-syscore.elf, is decrypted and launched successfully. Shortly after /SceSysAvControl.elf is lauched which successfully handles system events. Simultaneously, mini-syscore detects an issue with the HDD, which is to be expected during first-time boots, and launches /safemode.elf. The system enters Safe Mode successfully, but gets frozen while rendering the safe mode menu.
Code: https://github.com/AlexAltea/orbital
News: / alexaltea