Operating system for OpenComputers
Go to file
Izaya 95e6a18216 documentation of a sort 2019-01-08 22:13:52 +11:00
exec added shell utility programs 2019-01-08 18:09:04 +11:00
lib added a minitel stack, using the same code as the OpenOS version 2019-01-08 18:10:22 +11:00
module fix some bugs with io.lua, expose io.newfd() 2019-01-08 22:11:49 +11:00
service added a minitel stack, using the same code as the OpenOS version 2019-01-08 18:10:22 +11:00
.gitignore removed the whole mod-service thing 2019-01-08 18:15:22 +11:00
LICENSE Initial commit 2018-09-30 10:12:29 +10:00
README.md documentation of a sort 2019-01-08 22:13:52 +11:00
build.sh updated build.sh to reflect the current state of the OS 2019-01-08 18:11:37 +11:00
finddesc.lua documentation of a sort 2019-01-08 22:13:52 +11:00

README.md

OC-PsychOS2

A lightweight, multi-user operating system for OpenComputers

Documentation

To generate function documentation, run:

./finddesc.lua module/* lib/* > apidoc.md