Training
×

INtime Crash Protection

In a D-RTOS node as well as if the INtime node is sharing the host with Windows, system crashes are avoided by separating the address space of real-time processes from each other (see “Memory” in chapter “Processes and Threads”) and using ring 3 wherever possible.
INtime kernel code and data is at ring 0.  All user code is at ring 3.