.\" -*- 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 februari 2009" Linux "Linux Programmeurs Handleiding" .SH NAAM vm86, vm86old \- ga virtuele 8086 toestand in .SH SAMENVATTING \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 BESCHRIJVING De systeem aanroep \fBvm86\fP() werd geïntroduceerd in Linux 0.97p2. In Linux 2.1.15 en 2.0.28 werd hij hernoemd tot \fBvm86old\fP(), en een nieuwe \fBvm86\fP() werd geïntroduceerd. De bepaling van \fIstruct vm86_struct\fP werd veranderd in 1.1.8 en 1.1.9. .PP Deze aanroepen veroorzaken dat het proces de VM86 toestand in gaat (virtual\-8086 in Intel literatuur), ze worden gebruikt door \fBdosemu\fP. .PP De VM86 toestand is een emulatie van een echte toestand in een beschermde modus taak. .SH "EIND WAARDE" Bij succes wordt nul teruggegeven. Bij falen wordt \-1 teruggegeven en wordt \fIerrno\fP overeenkomstig gezet. .SH FOUTEN .TP \fBEFAULT\fP De teruggegeven waarde is i386 specifiek en geeft een mogelijk probleem aan bij het verkrijgen van gebruikers\-ruimte data. .TP \fBENOSYS\fP De teruggegeven waarde betekent dat deze aanroep niet in de huidige architectuur is geïmplementeerd. .TP \fBEPERM\fP Bewaarde kernel stapel bestaat. (Dit is een kernel gezondheid test; de bewaarde stapel zou alleen moeten bestaan binnen de vm86 toestand zelf.) .SH "VOLDOET AAN" Deze aanroep is specifiek aan Linux op 32\-bit Intel processoren en zou niet gebruikt moeten worden in programma's die overdraagbaar zouden moeten zijn. .SH COLOFON Deze pagina is onderdeel van release 5.10 van het Linux \fIman\-pages\fP\-project. Een beschrijving van het project, informatie over het melden van bugs en de nieuwste versie van deze pagina zijn op \%https://www.kernel.org/doc/man\-pages/ te vinden. .SH VERTALING De Nederlandse vertaling van deze handleiding is geschreven door Jos Boersema , Mario Blättermann en Luc Castermans . Deze vertaling is vrije documentatie; lees de .UR https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3 .UE of later over de Copyright-voorwaarden. Er is geen AANSPRAKELIJKHEID. Indien U fouten in de vertaling van deze handleiding zou vinden, stuur een e-mail naar .MT debian-l10n-dutch@lists.debian.org .ME .