When BASIC-DOS starts, it automatically allocates enough memory for:
However, those limits, along with other default settings, can be changed through entries in a special file named CONFIG.SYS on your BASIC-DOS start-up diskette.
For example, if the following lines appear in CONFIG.SYS:
FILES=30
SESSIONS=8
then memory will be set aside for up to 30 simultaneous open files and up to 8 simultaneous active sessions.
Copyright (c) 2020-2021 Jeff Parsons Released under MIT License