#include <kernel/task.h>
Go to the source code of this file.
Data Structures | |||||||||||
struct | v86_context | ||||||||||
Context of a Virtual 8086 task. More... | |||||||||||
Defines | |||||||||||
#define | EFLAGS_VM 0x20000 | ||||||||||
Virtual-8086 mode flag bit of the EFLAGS register. | |||||||||||
Typedefs | |||||||||||
typedef v86_context | v86_context | ||||||||||
Context of a Virtual 8086 task. | |||||||||||
Functions | |||||||||||
task_t * | create_v86_process (void *address, void *buffer, size_t size, char *v86name) | ||||||||||
Create a new virtual-8086 mode process.
| |||||||||||
void | v86_monitor () | ||||||||||
The virtual-8086 monitor. |
Definition in file v86.h.
|
Virtual-8086 mode flag bit of the EFLAGS register.
|
|
Context of a Virtual 8086 task.
|