PC/IX is system 3, not V7

This commit is contained in:
ceriel 1987-01-29 10:33:53 +00:00
parent c6f26eff9e
commit 1bbe040688
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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