Home |
RTTarget-32 Programming Manual Running Win32 Programs without Win32 Running a Program on the Target DOS Emulation Alternate Heap Manager RTTHeap Compiling and Linking with On Time RTOS-32 |
DOS EmulationRTTarget-32 emulates only two DOS functions: Interrupt 21h, functions 25h and 35h (Set and Get Interrupt Vector). They are provided to be able to support third-party libraries that may install interrupt handlers using these functions. Hardware interrupt vectors are remapped to reflect the mapping of IRQ <-> vector under RTTarget-32, which is different than under DOS. If the application attempts to install or query a handler on vectors 08h .. 0Fh, vectors 40h .. 47h are used. Likewise, vectors 70h .. 77h are mapped to 48h .. 4Fh.
|