Top
Best
New

Posted by kome 3 days ago

Visopsys: OS maintained by a single developer since 1997(visopsys.org)
492 points | 141 commentspage 2
arjie 3 days ago|
Speaking of these, does anyone recall the AtheneOS distribution/OS. There’s an archive.org copy of the desktop environment version of it, but I recall there was a really fast version with only 2D graphics and it was a full distribution.

Can anyone validate whether this is real? I tried contacting the guy who wrote it but the Companies House address for his company (Rocklyte) bounced the letter.

anthk 3 days ago|
Syllabe OS?
arjie 2 days ago||
Huh, SyllableOS might well be it. I thought for sure it was a different version of Athene that I was running but now looking at the screenshots they have a weird familiarity to them so maybe it was just around the same time that I tried both and the memory of two decades has blurred. Thank you!
dustractor 3 days ago||
It mentions preemptive multitasking as one of its features. Are there any operating systems that still use cooperative multitasking?
andsoitis 3 days ago||
> Are there any operating systems that still use cooperative multitasking?

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

jonjacky 3 days ago|||
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/

throw-qqqqq 3 days ago|||
Many RTOS support it, eg FreeRTOS’s co-routines: https://www.freertos.org/Documentation/02-Kernel/02-Kernel-f...
bigstrat2003 2 days ago|||
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.
hulitu 2 days ago||
> 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 2 days ago||
Android literally has a desktop Window manager now:

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

_false 3 days ago||
Took me a while to realize it's not a linux distro. Incredible!
marenVoyant88 3 days ago||
It’s amazing how one person kept this project alive since 1997, that’s real passion and love for coding!
globalnode 3 days ago||
still getting 403 after a few hours
globalnode 3 days ago|
oh i get it, geo blocked. had to fire up tor out of spite just to have a look
peter_d_sherman 14 hours ago||
GitHub mirror:

https://github.com/bbarker/Visopsys

(Protected-Mode (PM) switch/handoff code in:

https://github.com/bbarker/Visopsys/blob/master/src/osloader...)

anta40 3 days ago||
Hmmm nice to see the OS is still under development.

First time I saw it was during undergraduate days.... 2006 or 2007?

snvzz 2 days ago|
I am amazed they got that far without having support for an UART.
More comments...