Real time Operating System
Real time Operating System : Real time Operating Systems are very fast and quick respondent systems. These systems are used in an environment where a large number of events must be accepted and processed in a short period of time. Real time processing requires quick transaction and characterized by supplying immediate response. In real time operating system there is a little swapping of programs between primary memory and secondary memory. Most of the time, processes remain in primary memory in order to provide quick response, therefore, memory management in real time system is less demanding compared to other operating system. Functions: 1) Manage the processor and other system resources to meet the requirements of an application. 2) Synchronize with and respond to the system events. 3) ...