Operating system for OpenComputers
Go to file
Izaya 9358f60401 updated the build instructions, script and gitignore 2019-11-05 14:06:19 +11:00
exec updated some executables to actually work with the kernel changes 2019-11-04 08:55:39 +11:00
lib this is an intervention 2019-07-14 20:52:56 +10:00
module fixed vt100 to actually use strings for control 2019-11-04 11:45:47 +11:00
service proper sane terminal allocation now 2019-11-04 08:55:04 +11:00
.gitignore updated the build instructions, script and gitignore 2019-11-05 14:06:19 +11:00
LICENSE Initial commit 2018-09-30 10:12:29 +10:00
README.md updated the build instructions, script and gitignore 2019-11-05 14:06:19 +11:00
build.sh updated the build instructions, script and gitignore 2019-11-05 14:06:19 +11:00
default-init.txt added a clipboard daemon, changed default services 2019-08-07 21:07:37 +10:00
finddesc.lua documentation of a sort 2019-01-08 22:13:52 +11:00
luapreproc.lua I'm using custom luapreproc so ??? 2019-11-05 13:53:32 +11:00
package.sh cleaned up some meta stuff 2019-07-22 13:54:39 +10:00

README.md

OC-PsychOS2

A lightweight, multi-user operating system for OpenComputers

Building

The kernel

The kernel can be built using luapreproc:

./luapreproc.lua module/init.lua kernel.lua

The boot filesystem

A boot filesystem contains several things:

  • The kernel, as init.lua
  • The exec/ directory, as this contains all executables
  • The lib/ directory, containing libraries
  • The service/ directory, containing system services

This has been automated in the form of build.sh, pending a real makefile.

Documentation

To generate function documentation, run:

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