Skip to content
HugeBrain16 edited this page Jul 18, 2026 · 4 revisions

programs coded within the kernel mostly

Shell

  • clear
  • echo <text...>
  • fetch [diskname] [noribbon] [nocolors]
  • scale [scale]
  • scaleup
  • scaledown
  • shutdown
  • time [utc_offset]
  • date [utc_offset]
  • datetime [utc_offset]
  • reloadconfig
  • setupsystem
  • list [path]
  • goto <path>
  • goup
  • whereami
  • newfile <path>
  • delfile <path>
  • edit <path>
  • printfile <path>
  • copyfile <source> <destination>
  • movefile <source> <destination>
  • newfolder <path>
  • delfolder <path>
  • copyfolder <source> <destination>
  • movefolder <source> <destination>
  • runscript <path> [args...]
  • formatdisk
  • diskinfo
  • nodeinfo <path>
  • viewimage <path>
  • playaudio <path>
  • listpci [nobus] [nodevice] [norev] [class] [subclass]

Editor

with scale 2 The editor is launched from terminal command edit <path to file>

Clone this wiki locally