1
1
mirror of https://git.shadowkat.net/izaya/OC-PsychOS2.git synced 2025-01-29 08:39:04 -05:00
Operating system for OpenComputers
Go to file
2019-12-16 14:35:11 +11:00
exec added programs to export and import filesystems over the network 2019-11-26 21:35:06 +11:00
lib made serialization have an extra param for display 2019-12-16 14:35:11 +11:00
module commented some scheduler functions 2019-12-16 14:30:27 +11:00
service
.gitignore
build.sh
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
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