PC/IX is system 3, not V7
This commit is contained in:
parent
c6f26eff9e
commit
1bbe040688
|
@ -5,7 +5,7 @@ _gtty:
|
|||
push bp
|
||||
mov bp,sp
|
||||
push 6(bp)
|
||||
mov ax,29704
|
||||
mov ax,0x5401
|
||||
push ax
|
||||
push 4(bp)
|
||||
call _ioctl
|
||||
|
|
|
@ -5,7 +5,7 @@ _stty:
|
|||
push bp
|
||||
mov bp,sp
|
||||
push 6(bp)
|
||||
mov ax,29705
|
||||
mov ax,0x5402
|
||||
push ax
|
||||
push 4(bp)
|
||||
call _ioctl
|
||||
|
|
Loading…
Reference in a new issue