mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-15 17:04:04 +09:00
command.js will use OS_NAME variable of the DOS
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user