Go to the previous, next section.
int vm86(struct vm86_struct *info);
info: [in] setup information.
Enters VM86 mode using the information in info.
On success, zero is returned. On error, -1 is returned and errno
is set to EPERM
: the kernel stack is already used. This call is
architecture dependent. (ie. It has meaning only on a 80386 and up.)
Go to the previous, next section.