/sys
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
andclear
- 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.