diff options
Diffstat (limited to 'lib/libarch/i386/i386_vm86.2')
-rw-r--r-- | lib/libarch/i386/i386_vm86.2 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/libarch/i386/i386_vm86.2 b/lib/libarch/i386/i386_vm86.2 index 2ef617df3af..e24cd47d997 100644 --- a/lib/libarch/i386/i386_vm86.2 +++ b/lib/libarch/i386/i386_vm86.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: i386_vm86.2,v 1.4 1999/07/07 14:22:24 aaron Exp $ +.\" $OpenBSD: i386_vm86.2,v 1.5 1999/07/09 13:35:14 aaron Exp $ .\" $NetBSD: i386_vm86.2,v 1.1 1996/02/21 00:21:52 jtk Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -17,10 +17,10 @@ .\" documentation and/or other materials provided with the distribution. .\" 3. All advertising materials mentioning features or use of this software .\" must display the following acknowledgement: -.\" This product includes software developed by the NetBSD +.\" This product includes software developed by the NetBSD .\" Foundation, Inc. and its contributors. -.\" 4. Neither the name of The NetBSD Foundation nor the names of its -.\" contributors may be used to endorse or promote products derived +.\" 4. Neither the name of The NetBSD Foundation nor the names of its +.\" contributors may be used to endorse or promote products derived .\" from this software without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS @@ -56,16 +56,16 @@ will set the process into virtual 8086 mode using the registers and selectors specified by the context pointed to by .Ar vmcp . -The processor registers are set from +The processor registers are set from .Ar vmcp->substr.regs , -and the emulated processor type from +and the emulated processor type from .Ar vmcp->substr.ss_cpu_type . .Pp The kernel keeps a pointer to the context, and uses the tables stored at .Ar vmcp->int_byuser and .Ar vmcp->int21_byuser -for fast virtual interrupt handling. If the +for fast virtual interrupt handling. If the .Ar n th bit is clear in the first of these arrays, then the kernel may directly emulate the real-mode x86 INT |