scheduling

Thread Starter

vead

Joined Nov 24, 2011
629
hello I need help

scheduling is process by which operating system decide which one task will be next on processor

scheduling determine the order in which task are executed

different os kernel may use different scheduling algorithm

Q.how the scheduling for RTOS is different from scheduling for general OS ?
 

Thread Starter

vead

Joined Nov 24, 2011
629
hello I need help

scheduling is process by which operating system decide which one task will be next on processor

scheduling determine the order in which task are executed

different os kernel may use different scheduling algorithm

Q.how the scheduling for RTOS is different from scheduling for general OS ?
please help me
 

Papabravo

Joined Feb 24, 2006
21,159
An RTOS is different because some things that the OS must do have hard deadlines. If a hard deadline is missed for whatever reason, bad things will happen.

In a general purpose OS there are no hard deadlines. User's just have to wait for things to happen.
 
Top