📄 nanochess/bootOS/user-guide/commands

File: commands.md | Updated: 11/18/2025

Commands Reference

Complete documentation for all bootOS commands.

ver - Show Version

Syntax: ver

Example:

$ver
bootOS
$

dir - List Directory

Syntax: dir

Example:

$dir
file1
file2
$

del - Delete File

Syntax: del filename

Example:

$del test
$

format - Initialize Disk

Syntax: format

Warning: Destroys all files!

Example:

$format
bootOS
$

enter - Create Program

Syntax: enter

Example:

$enter
hcd 20
h
*exit
$

Related Documents