mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-09 14:44:05 +09:00
command.js: pipe flushing after execution
appexec.js: vdisk mounting
This commit is contained in:
@@ -798,7 +798,7 @@ _TVDOS.DRV.FS.DEVTMP.mkDir = (fd) => {
|
||||
return true
|
||||
}
|
||||
_TVDOS.DRV.FS.DEVTMP.mkFile = (fd) => {
|
||||
_TVDOS.TMPFS[fd.path] = new PmemFSfile(fd.path)
|
||||
_TVDOS.TMPFS[fd.path] = new PmemFSfile("")
|
||||
return true
|
||||
}
|
||||
_TVDOS.DRV.FS.DEVTMP.remove = (fd) => {
|
||||
|
||||
Reference in New Issue
Block a user