mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-13 16:04:05 +09:00
cmd parser
This commit is contained in:
@@ -8,6 +8,11 @@ _TVDOS.DRIVES["A"] = _BIOS.FIRST_BOOTABLE_PORT;
|
||||
//TODO
|
||||
|
||||
|
||||
_TVDOS.defaults = {
|
||||
path: [
|
||||
""
|
||||
]
|
||||
};
|
||||
Object.freeze(_TVDOS);
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
@@ -71,12 +76,6 @@ var execApp = function(cmdsrc, args) {
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// Boot script
|
||||
_TVDOS.defaults = {
|
||||
path: [
|
||||
""
|
||||
]
|
||||
};
|
||||
|
||||
filesystem.open("A", "tvdos/command.js", "R");
|
||||
let cmdsrc = filesystem.readAll("A");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user