PC/IX is system 3, not V7
This commit is contained in:
parent
7c67bf5c93
commit
1a553e6f2d
@ -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…
x
Reference in New Issue
Block a user