/sys

From MiniScript Wiki
Revision as of 23:07, 12 April 2020 by JoeStrout (talk | contribs) (Created page with "<c>"/sys"</c> is the system disk in Mini Micro. It contains files such as the following: * '''data''': a folder of data used by some of the demo programs * '''demo''': a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

"/sys" is the system disk in Mini Micro. It contains files such as the following:

  • data: a folder of data used by some of the demo programs
  • demo: a folder of small(ish) demo programs
  • help: a folder of data used by the help command
  • lib: a folder of utility modules intended for use with import
  • pics: a folder of images, mostly intended for use as Sprite images or TileDisplay tiles
  • sounds: a folder of digitized sounds
  • startup.ms: the system startup script, which defines various global methods like help and clear
  • tips.txt: defines the tips shown at startup (or by the tip command)

The contents of the sys disk are open-source, and may be found on GitHub.