Go to the previous, next section.

vm86

SYNOPSIS

int vm86(struct vm86_struct *info);

PARAMETERS

info: [in] setup information.

DESCRIPTION

Enters VM86 mode using the information in info.

RETURN VALUE

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.)

RETURN VALUE

Go to the previous, next section.