obhq / obliteration

Experimental free and open-source PlayStation 4 kernel
https://obliteration.net
Apache License 2.0
628 stars 18 forks source link

Fixes incorrect mount path for game #723

Closed ultimaweapon closed 7 months ago

SuchAFuriousDeath commented 7 months ago

And then we just change the root of the process to /mnt/sandbox/pfsmnt/{}-app0, right? I wasn't so far off :sweat_smile:

ultimaweapon commented 7 months ago

And then we just change the root of the process to /mnt/sandbox/pfsmnt/{}-app0, right? I wasn't so far off 😅

It should be a nullfs that mount this path.

ultimaweapon commented 7 months ago

Seems like there is a bug in Actions because it should not add S-ready.

SuchAFuriousDeath commented 7 months ago

Github battle part 2 incoming? :D

SuchAFuriousDeath commented 7 months ago

By the way, I would've implemented tempfs lookup already, but I'm not sure I know how. It seems like we need to get the actual type from dyn VnodeBackend

SuchAFuriousDeath commented 7 months ago

Wait what? That makes no sense. It's actually fine, I just got confused yesterday