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
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{cleanup|article|Needs cleanup}}
{{#seo:
|title=Vita Homebrew Apps (Plugins) - GameBrew!
|title_mode=append
|image=kuiovita.jpg
|image_alt=kuio
}}
{{Infobox Vita Homebrews
{{Infobox Vita Homebrews
|title=kuio
|title=kuio
|image=kuiovita.jpg
|image=kuiovita2.png
|description=Kernel-User bridge for basic I/O operations.
|description=Kernel-User bridge for basic I/O operations.
|author=Rinnegatamante
|author=Rinnegatamante
Line 15: Line 8:
|version=1.2
|version=1.2
|license=Mixed
|license=Mixed
|download=https://dlhb.gamebrew.org/vitahomebrews/kuiovita.7z
|download=https://dlhb.gamebrew.org/vitahomebrews/kuio.zip
|website=
|website=https://github.com/Rinnegatamante/kuio
|source=
|source=https://github.com/Rinnegatamante/kuio
|donation=https://www.patreon.com/Rinnegatamante
}}
{{#seo:
|title=Vita Homebrew Apps (Plugins) - GameBrew
|title_mode=append
|image=kuiovita2.png
|image_alt=kuio
}}
}}
Kernel-User bridge for basic I/O operations.


==Media==
kuio is a lightweight kernel module for taiHEN that allows user modules to access ux0:data for basic I/O operations.
<youtube>RIaJHh60hQY</youtube>
 
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)
 
==Installation==
For end users, to just put this in your ux0(ur0):tai/config.txt under *KERNEL.


When a plugin uses this, you'll already have it available.


==Screenshots==
==Changelog==
https://dlhb.gamebrew.org/vitahomebrews/kuiovita-01.jpg
'''v1.2'''
https://dlhb.gamebrew.org/vitahomebrews/kuiovita-02.jpg
*Made it fully compatible with enso.
https://dlhb.gamebrew.org/vitahomebrews/kuiovita-03.jpg
https://dlhb.gamebrew.org/vitahomebrews/kuiovita-04.jpg
https://dlhb.gamebrew.org/vitahomebrews/kuiovita-05.jpg
https://dlhb.gamebrew.org/vitahomebrews/kuiovita-06.jpg
https://dlhb.gamebrew.org/vitahomebrews/kuiovita-07.jpg
https://dlhb.gamebrew.org/vitahomebrews/kuiovita-08.jpg


==Changelogs==
'''v1.1'''
'''(v.1.0)'''
*Bugfix for kuIoRead and kuIoWrite.
*Bugfix for kuIoLseek.
*Added kuIoTell.
 
'''v1.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 -
* Twitter - https://twitter.com/rinnegatamante/status/858061716424404994
* Github -
* GitHub - https://github.com/Rinnegatamante/kuio
* Documentation - https://github.com/Rinnegatamante/kuio/blob/master/include/kuio.h
* Wololo - https://wololo.net/talk/viewtopic.php?f=116&t=48091
* VitaDB - https://vitadb.rinnegatamante.it/#/info/245
* VitaDB - https://vitadb.rinnegatamante.it/#/info/245
* Gbatemp -
* Google Source -
* Reddit -
* Gitlab -

Latest revision as of 07:46, 4 August 2024

kuio
Kuiovita2.png
General
AuthorRinnegatamante
TypePlugins
Version1.2
LicenseMixed
Last Updated2017/08/30
Links
Download
Website
Source
Support Author


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)

Installation

For end users, to just put this in your ux0(ur0):tai/config.txt under *KERNEL.

When a plugin uses this, you'll already have it available.

Changelog

v1.2

  • Made it fully compatible with enso.

v1.1

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

v1.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: