Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

kernel and scheduling for RTOS

Status
Not open for further replies.

Parth86

Member
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


I have another question about kernel I have read about kernel for RTOS

Monolithic kernels
Micro kernel
preemptive kernel
non preemptive kernel



Q which type of kernel may be used in RTOS , I think preemptive kernel, Micro kernel
 
I would need the definitions. I could guess. Mico means small, preemptive and non-preemptive might be easy.

A microwave oven might be an example of a non-preemtive Kernel.
 
Status
Not open for further replies.

Latest threads

Back
Top