PS Vita / Ps TV kuio - A lightweight Kernel-User bridge for basic I/O operations brought us by Rinnegatamante

STLcardsWS

Administrator
As mentioned in the recent release of Screenie was the first plugin to use this kernel module. for more information on this release from Rinnegatamante see the details below​



  • Description: kuio is a lightweight kernel module for taiHen that allows user modules to access ux0:data for basic I/O operations.

    So what's the point for the end user? Practically nothing, but this will be extremely useful for taiHen user plugins developers and i hope more and more plugins will use this module. I suggest taiHen users to just put this in their config.txt under *KERNEL and in the future, if a plugin will use this, you'll already have it available.

    It currently gives abstractions for these functions:
    • sceIoOpen -> kuIoOpen
    • sceIoWrite -> kuIoWrite
    • sceIoRead -> kuIoRead
    • sceIoClose -> kuIoClose
    • sceIoLseek -> kuIoLseek
    • sceIoRemove -> kuIoRemove
    • sceIoMkdir -> kuIoMkdir
    • sceIoRmdir -> kuIoRmdir
    • ftell -> kuIoTell (kuIoLseek doesn't return position)

    Credits:
    • Thanks to everyone who helped me during this journey trying to get SD access on user modules on #vitasdk and #henkaku. (noname120, xerpi, yifanlu, davee, xyz, frangarcj)

Download: vitadb.rinnegatamante.it/#/info/245

 
Last edited:
Back
Top