A SERVICE OF

logo

ROM-DOS Commands 6-13
MX2A137REFGD Revision A MX2 Reference Guide
ATTRIB will remove the read-only attribute and the archive attribute for
all files with the DAT extension.
ATTRIB -a -r *.dat
ATTRIB will display the attributes of all files with the DAT extension.
ATTRIB *.dat
BUFFERS
Type
config.sys
Purpose
ROM-DOS has internal buffers to temporarily hold data read from the
disk. Increasing the number of internal buffers will speed system
performance.
Syntax
BUFFERS = number
Remarks
Each buffer used by ROM-DOS requires 512 bytes of RAM. The
BUFFERS command will increase or decrease the amount of RAM used
by the operating system.
The minimum number of buffers is 2 and the maximum number is 40. If
a number less than 2 is given then the number of BUFFERS is set to 2. If
a number larger than 40 is given then BUFFERS is set to 40.
Example
The following example causes ROM-DOS to have 10 buffers. These 10
buffers will use 5120 bytes of RAM.
BUFFERS = 10