Subversion Repositories SvarDOS

Rev

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

Rev 452 Rev 453
Line 30... Line 30...
30
storing rmod in a buffer that can be usefully reused once rmod is installed.
30
storing rmod in a buffer that can be usefully reused once rmod is installed.
31
ctrl+break handler: http://www.techhelpmanual.com/563-int_23h__ctrl_break_exit_address.html
31
ctrl+break handler: http://www.techhelpmanual.com/563-int_23h__ctrl_break_exit_address.html
32
 
32
 
33
"notify pending command" int support: http://www.techhelpmanual.com/741-int_2fh_ae00h__notify_pending_command.html
33
"notify pending command" int support: http://www.techhelpmanual.com/741-int_2fh_ae00h__notify_pending_command.html
34
 
34
 
-
 
35
INT 2F,AX=5500 support
-
 
36
 
35
stdout redirection should not create the output file if command fails
37
stdout redirection should not create the output file if command fails
36
 
38
 
37
when execing an external command make sure to sync local environment (or run the program with a custom environment pointer?)
39
when execing an external command make sure to sync local environment (or run the program with a custom environment pointer?)
38
 
40
 
39
when execing a program, make sure I use the correct PATH.. -> actually I need to parse PATH and look for matches myself for BAT support
41
when execing a program, make sure I use the correct PATH.. -> actually I need to parse PATH and look for matches myself for BAT support