|
7 months ago | |
---|---|---|
.buildactions | 7 months ago | |
cfg | 7 months ago | |
lib | 7 months ago | |
module | 7 months ago | |
service | 7 months ago | |
.editorconfig | 8 months ago | |
.gitignore | 8 months ago | |
LICENSE | 2 years ago | |
README.md | 1 year ago | |
build.sh | 7 months ago | |
build.sh.old | 7 months ago | |
docs-metadata.yml | 8 months ago | |
escape.lua | 7 months ago | |
finddesc.lua | 8 months ago | |
gendoc.lua | 8 months ago | |
luabuild.lua | 7 months ago | |
luapreproc.lua | 8 months ago | |
package.sh | 1 year ago | |
psychos.tsar | 7 months ago | |
template.tex | 8 months ago | |
test.lua | 7 months ago | |
zlua.lua | 7 months ago |
A lightweight, multi-user operating system for OpenComputers
The kernel can be built using luapreproc:
./luapreproc.lua module/init.lua kernel.lua
A boot filesystem contains several things:
This has been automated in the form of build.sh, pending a real makefile.
To generate function documentation, run:
./finddesc.lua module/* lib/* > apidoc.md