.\" -*- 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 febbraio 2009" Linux "Manuale del programmatore di Linux" .SH NOME vm86old, vm86 \- per entrare nel virtual 8086 mode .SH SINTASSI \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 DESCRIZIONE La chiamata di sistema \fBvm86\fP() è stata introdotta in Linux 0.97p2. In Linux 2.1.15 e 2.0.28 è stata rinominata in \fBvm86old\fP(), e una nuova \fBvm86\fP() è stata introdotta. La definizione di \fIstruct vm86_struct\fP è stata cambiata in 1.1.8 and 1.1.9. .PP Queste chiamate permettono al processo di entrare nel VM86 mode (virtual\-8086 nella letteratura Intel), e sono usate da \fBdosemu\fP. .PP La modalità VM86 è un'emulazione della modalità reale all'interno di un processo in modalità protetta. .SH "VALORE RESTITUITO" In caso di successo restituisce zero. In caso di errore restituisce \-1, e \fIerrno\fP verrà impostato di conseguenza. .SH ERRORI .TP \fBEFAULT\fP Questo valore restituito è specifico di i386 e indica un problema nell'ottenere dati dallo spazio utente. .TP \fBENOSYS\fP Questo valore restituito indica che la chiamata non è implementate nell'architettura attuale. .TP \fBEPERM\fP Lo stack del kernel salvato esiste. (Questo è un controllo di integrità del kernel; lo stack salvato deve esistere solo all'interno del 'vm86 mode'.) .SH "CONFORME A" Questa chiamata è specifica di Linux sulle piattaforme Intel a 32 bit, e quindi non è portabile su altre piattaforme. .SH COLOPHON Questa pagina fa parte del rilascio 5.10 del progetto Linux \fIman\-pages\fP. Una descrizione del progetto, le istruzioni per la segnalazione degli errori, e l'ultima versione di questa pagina si trovano su \%https://www.kernel.org/doc/man\-pages/. .PP .SH TRADUZIONE La traduzione italiana di questa pagina di manuale è stata creata da Goffredo Baroncelli , Giulio Daprelà , Elisabetta Galli e Marco Curreli . .PP Questa traduzione è documentazione libera; leggere la .UR https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Versione 3 .UE o successiva per le condizioni di copyright. Non ci assumiamo alcuna responsabilità. .PP Per segnalare errori nella traduzione di questa pagina di manuale inviare un messaggio a .MT pluto-ildp@lists.pluto.it .ME .