Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Kuio Vita: Difference between revisions

From GameBrew
No edit summary
No edit summary
Line 1: Line 1:
{{cleanup|article|Needs cleanup}}
{{#seo:
{{#seo:
|title=Vita Homebrew Apps (Plugins) - GameBrew!
|title=Vita Homebrew Apps (Plugins) - GameBrew!
Line 16: Line 15:
|license=Mixed
|license=Mixed
|download=https://dlhb.gamebrew.org/vitahomebrews/kuiovita.7z
|download=https://dlhb.gamebrew.org/vitahomebrews/kuiovita.7z
|website=
|website=https://github.com/Rinnegatamante/kuio
|source=
|source=https://github.com/Rinnegatamante/kuio
}}
}}
Kernel-User bridge for basic I/O operations.
''''Kuio''' is a lightweight kernel module for taiHen that allows user modules to access ux0:data for basic I/O operations.


==Media==
It currently gives abstractions for these functions:
<youtube>RIaJHh60hQY</youtube>


*sceIoOpen -> kuIoOpen
*sceIoWrite -> kuIoWrite
*sceIoRead -> kuIoRead
*sceIoClose -> kuIoClose
*sceIoLseek -> kuIoLseek
*sceIoRemove -> kuIoRemove
*sceIoMkdir -> kuIoMkdir
*sceIoRmdir -> kuIoRmdir
*ftell -> kuIoTell (kuIoLseek doesn't return position)


==Screenshots==
==Screenshot==
https://dlhb.gamebrew.org/vitahomebrews/kuiovita-01.jpg
[[image:kuiovita.jpg|600px]]
https://dlhb.gamebrew.org/vitahomebrews/kuiovita-02.jpg
 
https://dlhb.gamebrew.org/vitahomebrews/kuiovita-03.jpg
==Changelog==
https://dlhb.gamebrew.org/vitahomebrews/kuiovita-04.jpg
'''(v.1.2)'''
https://dlhb.gamebrew.org/vitahomebrews/kuiovita-05.jpg
*Made it fully compatible with enso.
https://dlhb.gamebrew.org/vitahomebrews/kuiovita-06.jpg
 
https://dlhb.gamebrew.org/vitahomebrews/kuiovita-07.jpg
'''(v.1.1)'''
https://dlhb.gamebrew.org/vitahomebrews/kuiovita-08.jpg
*Bugfix for kuIoRead and kuIoWrite.
*Bugfix for kuIoLseek.
*Added kuIoTell.


==Changelogs==
'''(v.1.0)'''
'''(v.1.0)'''
* First Release.
* First Release.
==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)


== External links ==
== External links ==
* Official Website -
* Github - https://github.com/Rinnegatamante/kuio
* Github -
* VitaDB - https://vitadb.rinnegatamante.it/#/info/245
* VitaDB - https://vitadb.rinnegatamante.it/#/info/245
* Gbatemp -
* Google Source -
* Reddit -
* Gitlab -

Revision as of 04:38, 13 November 2022

kuio
File:Kuiovita.jpg
General
AuthorRinnegatamante
TypePlugins
Version1.2
LicenseMixed
Last Updated2017/08/30
Links
Download
Website
Source

'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)

Screenshot

File:Kuiovita.jpg

Changelog

(v.1.2)

  • Made it fully compatible with enso.

(v.1.1)

  • Bugfix for kuIoRead and kuIoWrite.
  • Bugfix for kuIoLseek.
  • Added kuIoTell.

(v.1.0)

  • First Release.

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)

External links

Advertising: