Operating system for OpenComputers
Aller au fichier
Izaya 6dfb34bb72 added minitel to the default init, updated the package script 2019-11-20 08:30:38 +11:00
exec significantly improved the shell; actually forks for processes now, shows the hostname, replaces an = at the start with return ... 2019-11-19 21:46:51 +11:00
lib added an initial unionfs lib 2019-11-19 21:47:41 +11:00
module fobject:read() now supports reading until a specific character 2019-11-19 21:38:08 +11:00
service updated fsmanager and included it in the default init 2019-11-09 15:56:43 +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 made build.sh put the init config in the right place 2019-11-19 21:37:13 +11:00
default-init.txt added minitel to the default init, updated the package script 2019-11-20 08:30:38 +11:00
finddesc.lua documentation of a sort 2019-01-08 22:13:52 +11:00
luapreproc.lua made luapreproc executable 2019-11-05 14:07:28 +11:00
package.sh added minitel to the default init, updated the package script 2019-11-20 08:30:38 +11: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