Operating system for OpenComputers
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

hace 5 años
12345678910111213141516171819202122232425262728
  1. # OC-PsychOS2
  2. A lightweight, multi-user operating system for OpenComputers
  3. ## Building
  4. ### The kernel
  5. The kernel can be built using luapreproc:
  6. ./luapreproc.lua module/init.lua kernel.lua
  7. ### The boot filesystem
  8. A boot filesystem contains several things:
  9. - The kernel, as init.lua
  10. - The exec/ directory, as this contains all executables
  11. - The lib/ directory, containing libraries
  12. - The service/ directory, containing system services
  13. This has been automated in the form of build.sh, pending a real makefile.
  14. ## Documentation
  15. To generate function documentation, run:
  16. ./finddesc.lua module/* lib/* > apidoc.md