From bc8a22cc307ebd9a2577c8fffcb90000724f72f3 Mon Sep 17 00:00:00 2001 From: bellard Date: Sun, 30 Mar 2003 21:02:40 +0000 Subject: better vm86 support git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@69 c046a42c-6fe2-441c-8c8c-71466251a162 --- syscall-i386.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'syscall-i386.h') diff --git a/syscall-i386.h b/syscall-i386.h index 847404fe1e..0fb57ce162 100644 --- a/syscall-i386.h +++ b/syscall-i386.h @@ -755,6 +755,11 @@ struct target_modify_ldt_ldt_s { unsigned int flags; }; + +/* vm86 defines */ + +#define TARGET_BIOSSEG 0x0f000 + #define TARGET_VM86_SIGNAL 0 /* return due to signal */ #define TARGET_VM86_UNKNOWN 1 /* unhandled GP fault - IO-instruction or similar */ #define TARGET_VM86_INTx 2 /* int3/int x instruction (ARG = x) */ -- cgit v1.2.3