Home |
RTTarget-32 Programming Manual Running Win32 Programs without Win32 Virtual 8086 Mode Running a Program on the Target Compiling and Linking with On Time RTOS-32 |
Virtual 8086 ModeVirtual 8086 mode emulates the real address mode. However, some protected mode features of the 386 are in effect. For example, paging is enabled to allow the virtual 8086 machine to run anywhere in the physical address space. The IDT is also in effect to route all interrupts to native protected mode. The GDT and LDT are not used. Address calculation works just as in real mode; however, instead of physical addresses, linear addresses subject to paging are generated by combining segment and offset values.
|