Creating a multitasking system at the push of a button using SynthOS

Creating a multitasking system at the push of a button using SynthOS

To create a multitasking software system you’ve had two options—get an off-the-shelf OS or write your own scheduler. Either way you needed to learn APIs, understand mutexes, mailboxes, and message queues, and debug race conditions, deadlocks, and other hazards. With SynthOS you just push a button.

Project Website