Remix.run Logo
dustractor 5 days ago

It mentions preemptive multitasking as one of its features. Are there any operating systems that still use cooperative multitasking?

andsoitis 5 days ago | parent | next [-]

> Are there any operating systems that still use cooperative multitasking?

RISC OS uses cooperative multitasking: http://www.riscos.info/index.php/Preemptive_multitasking

jonjacky 4 days ago | parent | prev | next [-]

There is Wirth and Gutknecht's Oberon System. It's still available but is older than Visopsys -- it was created around 1990, then updated in 2013. I think it's now considered an historical artifact.

https://www.projectoberon.net/

bigstrat2003 4 days ago | parent | prev | next [-]

I think it's worth mentioning on a hobby OS, just because it's a decent bit more work to do preemptive multitasking. It's a badge of honor to have successfully implemented it.

throw-qqqqq 5 days ago | parent | prev | next [-]

Many RTOS support it, eg FreeRTOS’s co-routines: https://www.freertos.org/Documentation/02-Kernel/02-Kernel-f...

hulitu 4 days ago | parent | prev [-]

> Are there any operating systems that still use cooperative multitasking?

Android ? /s Still not able to run 2 programs in the same time after all these years.

seabrookmx 4 days ago | parent [-]

Android literally has a desktop Window manager now:

https://www.androidauthority.com/working-android-16-desktop-...