29 lines
1.3 KiB
HTML
29 lines
1.3 KiB
HTML
<html><!-- This HTML file has been created by texi2html 1.29
|
|
from syscalls.texi on 4 June 1994 -->
|
|
|
|
<TITLE>Syscall specifications of Linux - vm86</TITLE>
|
|
<P>Go to the <A HREF="syscalls_69.html" tppabs="http://www.infran.ru/TechInfo/syscalls/syscalls_69.html">previous</A>, <A HREF="syscalls_71.html" tppabs="http://www.infran.ru/TechInfo/syscalls/syscalls_71.html">next</A> section.<P>
|
|
<H2><A NAME="SEC70" HREF="syscalls_toc.html#SEC70" tppabs="http://www.infran.ru/TechInfo/syscalls/syscalls_toc.html#SEC70">vm86</A></H2>
|
|
<P>
|
|
<H3>SYNOPSIS</H3>
|
|
<P>
|
|
<CODE>int vm86(struct vm86_struct *<VAR>info</VAR>);</CODE>
|
|
|
|
<H3>PARAMETERS</H3>
|
|
<P>
|
|
<VAR>info</VAR>: [in] setup information.
|
|
<P>
|
|
<H3>DESCRIPTION</H3>
|
|
<P>
|
|
Enters VM86 mode using the information in <VAR>info</VAR>.
|
|
<P>
|
|
<H3>RETURN VALUE</H3>
|
|
<P>
|
|
On success, zero is returned. On error, -1 is returned and <CODE>errno</CODE>
|
|
is set to <CODE>EPERM</CODE>: the kernel stack is already used. This call is
|
|
architecture dependent. (ie. It has meaning only on a 80386 and up.)
|
|
<P>
|
|
<H3>RETURN VALUE</H3>
|
|
<P>
|
|
<P>Go to the <A HREF="syscalls_69.html" tppabs="http://www.infran.ru/TechInfo/syscalls/syscalls_69.html">previous</A>, <A HREF="syscalls_71.html" tppabs="http://www.infran.ru/TechInfo/syscalls/syscalls_71.html">next</A> section.<P>
|