.\" -*- coding: UTF-8 -*- .\" Copyright 1993 Rickard E. Faith (faith@cs.unc.edu) .\" Copyright 1997 Andries E. Brouwer (aeb@cwi.nl) .\" .\" %%%LICENSE_START(VERBATIM) .\" Permission is granted to make and distribute verbatim copies of this .\" manual provided the copyright notice and this permission notice are .\" preserved on all copies. .\" .\" Permission is granted to copy and distribute modified versions of this .\" manual under the conditions for verbatim copying, provided that the .\" entire resulting derived work is distributed under the terms of a .\" permission notice identical to this one. .\" .\" Since the Linux kernel and libraries are constantly changing, this .\" manual page may be incorrect or out-of-date. The author(s) assume no .\" responsibility for errors or omissions, or for damages resulting from .\" the use of the information contained herein. The author(s) may not .\" have taken the same level of care in the production of this manual, .\" which is licensed free of charge, as they might when working .\" professionally. .\" .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH VM86 2 "20 Febrero 2009" Linux "Manual del Programador de Linux" .SH NOMBRE vm86old, vm86 \- entra en el modo virtual del 8086 .SH SINOPSIS \fB#include \fP .PP \fBint vm86old(struct vm86_struct *\fP\fIinfo\fP\fB);\fP .PP \fBint vm86(unsigned long \fP\fIfn\fP\fB, struct vm86plus_struct *\fP\fIv86\fP\fB);\fP .SH DESCRIPCIÓN La llamada al sistema \fBvm86\fP() fue introducida en Linux 0.97p2. En Linux 2.1.15 y 2.0.28 se renombró como \fBvm86old\fP(), y se introdujo una nueva \fBvm86\fP(). La definición de la \fIstruct vm86_struct\fP se cambió en 1.1.8 y 1.1.9. .PP These calls cause the process to enter VM86 mode (virtual\-8086 in Intel literature), and are used by \fBdosemu\fP. .PP VM86 mode is an emulation of real mode within a protected mode task. .SH "VALOR DEVUELTO" En caso de éxito se devuelve cero. En caso de error se devuelve \-1, y \fIerrno\fP se configura adecuadamente. .SH ERRORES .TP \fBEFAULT\fP This return value is specific to i386 and indicates a problem with getting user\-space data. .TP \fBENOSYS\fP This return value indicates the call is not implemented on the present architecture. .TP \fBEPERM\fP Existe la pila del núcleo salvaguardada. (Ésta es una comprobación prudencial del núcleo; la pila salvaguardada sólo existe dentro del propio modo vm86.) .SH "CONFORME A" This call is specific to Linux on 32\-bit Intel processors, and should not be used in programs intended to be portable. .SH COLOFÓN Esta página es parte de la versión 5.10 del proyecto Linux \fIman\-pages\fP. Puede encontrar una descripción del proyecto, información sobre cómo informar errores y la última versión de esta página en \%https://www.kernel.org/doc/man\-pages/. .SH TRADUCCIÓN La traducción al español de esta página del manual fue creada por Gerardo Aburruzaga García . Esta traducción es documentación libre; lea la .UR https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3 .UE o posterior con respecto a las condiciones de copyright. No existe NINGUNA RESPONSABILIDAD. Si encuentra algún error en la traducción de esta página del manual, envíe un correo electrónico a .MT debian-l10n-spanish@lists.debian.org>. .ME .