# Syntax ## Reserved directories * `$DEVICE` ## Reserved files * `$DEVICE/$BOOT` — associates to bootloader, exact filename depends on the filesystem the device uses # Drivers Filesystem driver is just an executable that can do file I/O to one specific filesystem it supports. Filesystem drivers, just as regular TVDOS drivers, resides in `/TVDOS/DRIVERS/` # Commands ## cp `[cp|copy] ` Executes following command: ``` .fs cp ``` ## mv `[mv|move] ` Executes following command: ``` .fs mv ``` ## touch `touch ` Executes following command: ``` .fs touch ``` ## format `format -f [tsvm|flat|tree] [ -b ] ` Executes following command: ``` .fs format [ ] ```