Numerous operations permitted by the concurrent process model are implemented by using single
or general purpose processors:--(1)
(2)
(3)
(4)
Creating and terminating a process
Suspending and resuming process
Joining a process
Scheduling processes
SCHEDULING PROCESSES:---Preemptive
Non Preemptive
Round robin
Least recently used
First in first out
functions of a scheduler in an RTOS
Co-operative scheduling model
Scheduler--- Task A1
Task A2
Task A3
Cooperative scheduling of Task ready list
Cooperative scheduling of ready tasks using on ordered list as per precedence of constraints.
basic functions of a Real-time Kernel :Task/process management
Task/process scheduling
Task/process synchronization
Error Exception handling
Memory management
Interrupt handling
Time management
primary Functions of OS:[Link] the system convenient to use
2. Organise and manage the system resources efficiently and correctly
different functions handled by a General purpose Kernel
Process management
Primary memory management
File system management
i/o system (device) management
secondary storage management
protection systems
interrupt handler