command.js will use OS_NAME variable of the DOS

This commit is contained in:
minjaesong
2022-09-24 18:55:22 +09:00
parent 0304ded991
commit 11214c0f7a
2 changed files with 4 additions and 3 deletions

View File

@@ -82,7 +82,7 @@ _TVDOS.variables = {
PATH: "\\tvdos\\bin;\\tbas;\\home",
PATHEXT: ".com;.bat;.js",
HELPPATH: "\\tvdos\\help",
OS_NAME: "Terrarum Virtual DOS",
OS_NAME: "TSVM Disk Operating System",
OS_VERSION: _TVDOS.VERSION
};
Object.freeze(_TVDOS);