Home |
RTKernel-32 Programming Manual Multitasking, Real-Time, and RTKernel-32 Alternate APIs for RTKernel-32 Driver SYSRT32 Preconfigured Driver Library Drvrt32.lib |
Driver SYSRT32SYSRT32 is intended for RTTarget-32. The message handler calls RTTarget-32's function RTDisplayString and the fatal error handler calls exit. The main task stack query function is fully implemented. The init/done task hooks will appropriately set up TEBs and TLS data using the local descriptor table. Therefore, this driver is suitable for Win32 emulation and supports TLS data segments and the TLS Win32 API functions. However, since each task requires a selector, this driver limits the number of tasks existing at any given time to 8192 (including the Main and Idle Tasks). This system driver also supports the multiprocessor kernel. Requirements: RTTarget-32, C/C++ run-time system.
|