ZA-YA / P-OS

MIT License
5 stars 0 forks source link

Generic Context Switching Implementation for Different Type of Schedulers #38

Open p-os opened 8 years ago

p-os commented 8 years ago

We need to implement a Context Switching Mechanism to switching between Tasks. We are planning to support different types of Schedulers so context switching mechanism should generic.

Following articles seem useful.

p-os commented 8 years ago

There are several RTOS' and we can also study them. But FreeRTOS (http://www.freertos.org/) implementation seems similar with our basic expectation.

p-os commented 8 years ago

Task is completed and merged to master branch.

Context Switching details will be added to wiki page.