Jump to content

Advanced OS

From Advanced Computers Wiki
Revision as of 21:38, 1 August 2026 by GHXX (talk | contribs) (Created page with "Advanced OS is the built-in operating system provided by us. It provides a number of different helper scripts (or binaries if you want to call it that) in <code>/bin/</code>, as well as a text editor called nano, inspired by the real nano text editor, though our feature set is significantly smaller. If you wish, you can write your own operating system. In that case, you may find the [https://github.com/MidnightMages/AcLuaDev/ AcLuaDev] project qu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Advanced OS is the built-in operating system provided by us. It provides a number of different helper scripts (or binaries if you want to call it that) in /bin/, as well as a text editor called nano, inspired by the real nano text editor, though our feature set is significantly smaller.

If you wish, you can write your own operating system. In that case, you may find the AcLuaDev project quite useful during development. Though it can also be useful for developing programs more easily.