Operating system for OpenComputers
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

README.md 631B

il y a 5 ans
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