Subversion Repositories SvarDOS

Rev

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

Rev 458 Rev 459
Line 11... Line 11...
11
BEFORE NEXT RELEASE:
11
BEFORE NEXT RELEASE:
12
 
12
 
13
pipes redirections
13
pipes redirections
14
basic BAT support (without workflow controls, FOR loops etc)
14
basic BAT support (without workflow controls, FOR loops etc)
15
 
15
 
-
 
16
rmod: should have a proper PSP (copied from transient COMMAND.COM), then
-
 
17
      call setPSP to let DOS know the new process ID.
-
 
18
      instead of calling "terminate", rmod should free COMMAND.COM's PSP and
-
 
19
      its environment block. No need to fiddle with int22 handlers then.
16
 
20
 
17
AT SOME LATER TIME:
21
AT SOME LATER TIME:
18
 
22
 
19
translations should be cached in rmod-owned memory
23
translations should be cached in rmod-owned memory
20
if translations reloading fails, do not retry after every command
24
if translations reloading fails, do not retry after every command