Skip to content

a simple round robbin multi tasking kernel for z180

Notifications You must be signed in to change notification settings

cfarrar/multitasker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This code will not compile as its been stipped down. Its purpose is serve as an example for your own developement of a simple multi-tasking kernel. It was originally written for a z180 using an embedded c compiler. The register requirements for that compiler dictated which registers were saved in the stack image. You most likely will need to modify which registers are saved. For a completely general purpose kernel, you will have to save all registers but the result will be a slower context switch. �

About

a simple round robbin multi tasking kernel for z180

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages