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
scheduling algorithm
First Come First Serve (FCFS) Scheduling
Shortest-Job-First (SJF) Scheduling
Priority Scheduling
Round Robin(RR) Scheduling
Multilevel Queue Scheduling
Q1
which scheduling is used in RTOS ?
I think Priority Scheduling but I don't why ?
I have another question about kernel I have read about kernel for RTOS
1)type of kernel
Monolithic kernels
Micro kernel
2)type of kernel
preemptive kernel
non preemptive kernel
I don't understand difference between both type ,
Q which type of kernel may be used in RTOS , I think preemptive kernel, Micro kernel
scheduling determine the order in which task are executed
different os kernel may use different scheduling algorithm
scheduling algorithm
First Come First Serve (FCFS) Scheduling
Shortest-Job-First (SJF) Scheduling
Priority Scheduling
Round Robin(RR) Scheduling
Multilevel Queue Scheduling
Q1
which scheduling is used in RTOS ?
I think Priority Scheduling but I don't why ?
I have another question about kernel I have read about kernel for RTOS
1)type of kernel
Monolithic kernels
Micro kernel
2)type of kernel
preemptive kernel
non preemptive kernel
I don't understand difference between both type ,
Q which type of kernel may be used in RTOS , I think preemptive kernel, Micro kernel