1
1
mirror of https://git.shadowkat.net/izaya/OC-PsychOS2.git synced 2024-11-22 12:04:20 -05:00
Operating system for OpenComputers
Go to file
2019-12-20 17:48:25 +11:00
exec made the shell look at libraries in _G.libs as well as just _G 2019-12-20 17:48:25 +11:00
lib added gamax92's vcomponent lib, required next to zero changes 2019-12-19 16:16:09 +11:00
module fixed some stupid require() behavior 2019-12-20 01:51:27 +11:00
service moved tape-iofs to tape-devfs, made it handle tape drive addition/removal over time 2019-12-20 15:22:18 +11:00
.gitignore
build.sh
default-init.txt
finddesc.lua
LICENSE
luapreproc.lua
package.sh
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