Subversion Repositories SvarDOS

Rev

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

Rev 405 Rev 419
Line 39... Line 39...
39
COMSPECBOOT db "@:\COMMAND.COM", 0 ; +90h
39
COMSPECBOOT db "@:\COMMAND.COM", 0 ; +90h
40
 
40
 
41
; ECHO status used by COMMAND.COM. 0 = ECHO OFF, 1 = ECHO ON
41
; ECHO status used by COMMAND.COM. 0 = ECHO OFF, 1 = ECHO ON
42
CMDECHO db 1     ; +9Fh
42
CMDECHO db 1     ; +9Fh
43
 
43
 
-
 
44
; segment of the first batch in batch chain. this is used by transient
-
 
45
; COMMAND.COM to chain multiple batch files (through CALL). 0 means "none".
-
 
46
BATCHCHAIN dw 0  ; +A0h
-
 
47
 
44
skipsig:         ; +A0h
48
skipsig:         ; +A2h
45
 
49
 
46
; set up CS=DS=SS and point SP to my private stack buffer
50
; set up CS=DS=SS and point SP to my private stack buffer
47
mov ax, cs
51
mov ax, cs
48
mov ds, ax
52
mov ds, ax
49
mov es, ax
53
mov es, ax