1
1
mirror of https://git.shadowkat.net/izaya/OC-PsychOS2.git synced 2026-01-21 14:02:49 -05:00
Operating system for OpenComputers
Go to file
2020-03-18 14:02:58 +11:00
lib made the shell able to handle table values 2020-03-18 12:26:29 +11:00
module buffer cleanup 2020-03-18 14:02:37 +11:00
service we 2.0a2 now 2020-03-18 01:11:53 +11:00
.gitignore
build.sh made build.sh clean up after itself better 2020-03-18 14:02:58 +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
LICENSE
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