forked from izaya/OC-PsychOS2
Operating system for OpenComputers
Izaya
405ee6408d
Doesn't seem to break anything, though I wish Microsoft would fix their filesystems. Markdown changes are a nice touch, though they'll be replaced soon. Might think about using #!/usr/bin/env for Lua at some point. |
||
---|---|---|
cfg | ||
lib | ||
module | ||
service | ||
.gitignore | ||
build.sh | ||
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