Fixes for compilation against recent kernels; disable helper module, change configuration file loading...
This commit is contained in:
parent
00bae13bba
commit
ed9bb8f71a
15 changed files with 206 additions and 73 deletions
|
|
@ -170,6 +170,14 @@ LRMI_free_real(void *m)
|
|||
}
|
||||
|
||||
|
||||
#ifndef TF_MASK
|
||||
#define TF_MASK X86_EFLAGS_TF
|
||||
#define IF_MASK X86_EFLAGS_IF
|
||||
#define IOPL_MASK X86_EFLAGS_IOPL
|
||||
#define VIF_MASK X86_EFLAGS_VIF
|
||||
#define VIP_MASK X86_EFLAGS_VIP
|
||||
#endif
|
||||
|
||||
#define DEFAULT_VM86_FLAGS (IF_MASK | IOPL_MASK)
|
||||
#define DEFAULT_STACK_SIZE 0x1000
|
||||
#define RETURN_TO_32_INT 255
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue