Skip to content
Kernel-User bridge for basic I/O operations for taiHen.
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
include
.gitattributes
.gitignore
CMakeLists.txt
README.md
kuio.yml
main.c

README.md

Description

kuio is a lightweight kernel module for taiHen that allows user modules to access ux0:data for basic I/O operations.
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)

You can’t perform that action at this time.