Subversion Repositories SvarDOS

Rev

Rev 577 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 577 Rev 833
Line 14... Line 14...
14
 
14
 
15
=== MEDIUM PRIORITY ==========================================================
15
=== MEDIUM PRIORITY ==========================================================
16
 
16
 
17
provide unopened FCBs to launched applications
17
provide unopened FCBs to launched applications
18
complete EN translation strings
18
complete EN translation strings
19
translations should be cached in rmod-owned memory
-
 
20
if translations reloading fails, do not retry after every command
19
if translations reloading fails, do not retry after every command
21
DIR /O
20
DIR /O
22
DIR /S (must use multiple DTAs recursively)
21
DIR /S (must use multiple DTAs recursively)
23
prompt $t, $d, $v
22
prompt $t, $d, $v
24
 
23
 
25
 
24
 
26
=== NICE TO HAVE =============================================================
25
=== NICE TO HAVE =============================================================
27
 
26
 
28
respawn COMMAND.COM entirely from memory if it survived last application
27
respawn COMMAND.COM entirely from memory if it survived last application
-
 
28
translations could be cached in rmod-owned memory
29
DIR %DIRCMD% lookup
29
DIR %DIRCMD% lookup
30
COPY /V
30
COPY /V
31
COPY /Y
31
COPY /Y
32
COPY ASCII mode support?
32
COPY ASCII mode support?
33
"notify pending command" support (INT 2F,AX=AE00)
33
"notify pending command" support (INT 2F,AX=AE00)