RTOS Alongside Windows

110 Views Asked by At

I have a question about a family of softwares, of which one example is INtime, which lets you run a real-time operating system in parallel with Windows.

I have a reasonable grasp on how Windows works, including kernel/driver/application security rings etc. Similarly, I know how a RTOS runs on a dedicated system.

The Simple Question: How do these go about existing together without fighting over hardware or other similar problems? How is the allocation or resources made, and how is this integrated with Windows?

Slightly more complicated:

What are the steps I would have to take if I wanted to develop something similar myself? Are there some open-source embodiment's of this paradigm I can inspect to glean some more understanding?

0

There are 0 best solutions below