Hi MHD.Tayseer Alquoatli, -------- in other words, will non-deterministic operations on linux still be non-deterministic when running RTLinux ? by the way, can anybody give examples of non-deterministic operation in Linux kernel that are not cause of a non-deterministic nature of the hardware -------- To my knowledge, RTkernel takes or executes only the real-time activities. all the non-rt activities will be assigned to normal kernel like accesing data from files , etc when no rt task are ready to run. And so i dont think , we can listen to songs( say a non-real-time activity) parallely in RTlinux while running real-time activities . Accessing data from harddisks , writing data to files are non-determenistic. eg: Data recieved from sensors will be stored in buffers - real-time (rtkernel) Data from buffers to files is nrt activity . (normal kernel) Programmer s'd take care to give sufficient time for nrt activities also. Thanks Sudheer.A MHD.Tayseer Alquoatli wrote:
|