There are 2 different approaches to
implement real time in Linux:
One approach is to combine Linux with an RTOS and
a software layer that delegates all the real-time work to the real-time OS and
the non-time-critical work to Linux. Sometimes the RTOS is implemented in
hardware (for example in an FPGA).
Another approach is to make changes directly
in the existing kernel.
No comments:
Post a Comment
Note: only a member of this blog may post a comment.