VirtualBox

source: vbox/trunk/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/xf86x86emu.h@ 62425

最後變更 在這個檔案從62425是 51223,由 vboxsync 提交於 11 年 前

Additions/x11/x11include: added header files for X.Org Server 1.0 and 1.1.

  • 屬性 svn:eol-style 設為 native
檔案大小: 1.3 KB
 
1/* $XFree86: xc/programs/Xserver/hw/xfree86/int10/xf86x86emu.h,v 1.1 2000/01/23 04:44:35 dawes Exp $ */
2/*
3 * XFree86 int10 module
4 * execute BIOS int 10h calls in x86 real mode environment
5 * Copyright 1999 Egbert Eich
6 */
7#ifdef HAVE_XORG_CONFIG_H
8#include <xorg-config.h>
9#endif
10
11#ifndef XF86X86EMU_H_
12#define XF86X86EMU_H_
13#include <x86emu.h>
14
15#define M _X86EMU_env
16
17#define X86_EAX M.x86.R_EAX
18#define X86_EBX M.x86.R_EBX
19#define X86_ECX M.x86.R_ECX
20#define X86_EDX M.x86.R_EDX
21#define X86_ESI M.x86.R_ESI
22#define X86_EDI M.x86.R_EDI
23#define X86_EBP M.x86.R_EBP
24#define X86_EIP M.x86.R_EIP
25#define X86_ESP M.x86.R_ESP
26#define X86_EFLAGS M.x86.R_EFLG
27
28#define X86_FLAGS M.x86.R_FLG
29#define X86_AX M.x86.R_AX
30#define X86_BX M.x86.R_BX
31#define X86_CX M.x86.R_CX
32#define X86_DX M.x86.R_DX
33#define X86_SI M.x86.R_SI
34#define X86_DI M.x86.R_DI
35#define X86_BP M.x86.R_BP
36#define X86_IP M.x86.R_IP
37#define X86_SP M.x86.R_SP
38#define X86_CS M.x86.R_CS
39#define X86_DS M.x86.R_DS
40#define X86_ES M.x86.R_ES
41#define X86_SS M.x86.R_SS
42#define X86_FS M.x86.R_FS
43#define X86_GS M.x86.R_GS
44
45#define X86_AL M.x86.R_AL
46#define X86_BL M.x86.R_BL
47#define X86_CL M.x86.R_CL
48#define X86_DL M.x86.R_DL
49
50#define X86_AH M.x86.R_AH
51#define X86_BH M.x86.R_BH
52#define X86_CH M.x86.R_CH
53#define X86_DH M.x86.R_DH
54
55#endif
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette