btbass
Advanced Member level 5

Here is a lightweight kernel that supports true, time-sliced multitasking using a round robin
scheduler. It implements event flags, semaphores and messages. Many programmers will
find these basic control structures provide enough functionality for their software. The design
aim was to keep the kernel small, fast and easy to use, nonetheless, this multitasking
subsystem is not a toy, but a powerful tool that can be used to enhance the performance of
your programs.
scheduler. It implements event flags, semaphores and messages. Many programmers will
find these basic control structures provide enough functionality for their software. The design
aim was to keep the kernel small, fast and easy to use, nonetheless, this multitasking
subsystem is not a toy, but a powerful tool that can be used to enhance the performance of
your programs.
Attachments
Last edited: