You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Either make it possible to have multi boot sd card with multiple isos on it.
Can be done with offset table and currently selected entry index.
Other and more prefferable option would be integration with sd2vita adapter.
This can be done in physical sd mode. Will have to have MBR with gro0 and ux0 partitions.
ux0 will be redirected as usual. gro0 will be redirected to file in ux0.
By hooking vfs read and write functions it should be possible to determine to which partition
does the read operation belong.
The text was updated successfully, but these errors were encountered:
Either make it possible to have multi boot sd card with multiple isos on it.
Can be done with offset table and currently selected entry index.
Other and more prefferable option would be integration with sd2vita adapter.
This can be done in physical sd mode. Will have to have MBR with gro0 and ux0 partitions.
ux0 will be redirected as usual. gro0 will be redirected to file in ux0.
By hooking vfs read and write functions it should be possible to determine to which partition
does the read operation belong.
The text was updated successfully, but these errors were encountered: