Subversion Repositories SvarDOS

Rev

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

Rev 442 Rev 448
Line 43... Line 43...
43
 
43
 
44
; segment of the first batch in batch chain. this is used by transient
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".
45
; COMMAND.COM to chain multiple batch files (through CALL). 0 means "none".
46
BATCHCHAIN dw 0  ; +A0h
46
BATCHCHAIN dw 0  ; +A0h
47
 
47
 
-
 
48
; original parent (segment of)
-
 
49
ORIGPARENT dd 0  ; +A2h
-
 
50
 
48
skipsig:         ; +A2h
51
skipsig:         ; +A6h
49
 
52
 
50
; set up CS=DS=SS and point SP to my private stack buffer
53
; set up CS=DS=SS and point SP to my private stack buffer
51
mov ax, cs
54
mov ax, cs
52
mov ds, ax
55
mov ds, ax
53
mov es, ax
56
mov es, ax