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