Difference between revisions of "/sys"
Jump to navigation
Jump to search
(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...") |
(No difference)
|
Latest revision as of 23:07, 12 April 2020
"/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.