diff options
| author | Alexander Langer <alex@FreeBSD.org> | 2000-06-19 19:11:42 +0000 |
|---|---|---|
| committer | Alexander Langer <alex@FreeBSD.org> | 2000-06-19 19:11:42 +0000 |
| commit | ab7ddf3ea11d55c3495f92dbd95a2bab00778fb7 (patch) | |
| tree | 80f46aac92ce728b56724d819d4b9e42fce1a620 /lib/libc | |
| parent | a207bf1a3e5ee140b780f61fb7fcfb85f7c8bc01 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/i386/sys/i386_vm86.2 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/i386/sys/i386_vm86.2 b/lib/libc/i386/sys/i386_vm86.2 index 864ef3b64dc1..101575b80637 100644 --- a/lib/libc/i386/sys/i386_vm86.2 +++ b/lib/libc/i386/sys/i386_vm86.2 @@ -77,6 +77,10 @@ vm86 mode is entered by calling with the correct machine context for vm86, and with the .Em PSL_VM bit set. Control returns to the process upon delivery of a signal. +.Pp +Note that you must have +.Dq options VM86 +in your kernel configuration file to use this function. .Sh RETURN VALUES Upon successful completion, .Fn i386_vm86 |
