PC/IX is system 3, not V7
authorceriel <none@none>
Thu, 29 Jan 1987 10:33:53 +0000 (10:33 +0000)
committerceriel <none@none>
Thu, 29 Jan 1987 10:33:53 +0000 (10:33 +0000)
mach/i86/libsys/gtty.s
mach/i86/libsys/stty.s

index 4e8b0e6..5856948 100644 (file)
@@ -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
index 701bb18..01efaba 100644 (file)
@@ -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