Join the discussion
Write your take first — we'll ask for email only when you're ready to publish.
- Hacker News
- Twenty years, but apparently no screenshots. How can they be serious about making a graphical operating system with no screenshots anywhere on their web site?by Kwpolska
- there are plenty of screenshots in the user guide:
https://www.riscosopen.org/zipfiles/platform/common/UserGuid...
by virtue3 - I think the assumption is that if you're interested in the source or contributing, you already know what it looks like.
There are loads of galleries and walkthroughs out there.
Here's v3.11 from 1992:
https://guidebookgallery.org/screenshots/riscos311
Here's the more modern 3.7 from 1996:
https://guidebookgallery.org/screenshots/riscos37
An annotated walkthrough the GUI:
by lproven - I think we're getting pretty close to the point where hardware manufacturers can find a niche use case for these OS's - I put ReactOS and Haiku in this set - and build custom hardware just for these OS's.
I mean, I'm pretty sure there is a market for OS's that have not, yet, been encumbered with AI/Ads/spyware/etc.
by MomsAVoxell - The original ARM operating systemby codeulike
- Arthur 1.2 I believe.by sys_64738
- I guess technically that'd be Arthur rather than RISC OS.
My high school had a particularly well connected compsci teacher who managed to get his hands on one of the first Archimedes to be sold (using his own money it must be said ...). At that stage it shipped with Arthur because, or so we were told, the "actual" OS was still in development. As it turned out, that OS was eventually cancelled and instead Arthur was upgraded (in practice ... replaced by) RISC OS.
I still have fond memories of playing the demo that would become Zarch (aka "Virus" on the Amiga/ST/Spectrum/etc.).
by numeric83 - RISC OS is a really interesting and significant OS, one whose importance is largely missed by American readers.
GUI computers conquered the mass market in the mid-to-late 1980s; by the 1990s, Microsoft caught up, and the x86 PC nearly wiped out everyone else. Only Apple survived.
But in the late 1980s, the pre-Cambrian explosion, there were 4 main players:
• Apple, first with the Lisa, then the Macintosh, running related in-house OSes
• Commodore, with the Amiga, running an in-house OS built using some parts from academia
• Atari, with the ST, running an OS from former CP/M giants Digital Research
• Acorn, who stuck with 6502 longer than anyone, then did the mother of all 2nd acts with the most successful RISC CPU of all time, which outsells x86 100:1 and powers the Mac I'm typing this on.
They did it by taking their original 8-bit OS, modernising it for a 32-bit CPU, and putting an astounding GUI on it which influenced NeXT, Microsoft, Apple, Android, Linux and everything since.
People often wonder what if the original MacOS was open source, or if Microsoft open-sourced 16-bit Windows, or IBM open-sourced OS/2. Amiga and ST fans wanted FOSS versions so badly, they rewrote the entire things from scratch.
Well, here is the worked example.
Acorn's OS is still around, still maintained, still runs on modern hardware made and sold cheaply today. It can talk IPv6, has modern web browsers and email and chat and media and all that stuff that people said Linux and BSD needed for decades, and it always had them.
And it's FOSS.
by lproven - If you want to know what it's like to program for RISC OS:by amiga386
- The real value of a niche platform like RISC OS isn't measured by market share, but by how much of its design DNA survives elsewhere.by bishengke
- Well, a reminder of the origin story of RiscOS: https://binarydinosaurs.co.uk/Museum/Acorn/fellows.php
Paul Fellows later went on to be the CTO of AlertMe, which became the basis of British Gas' Hive service, and then Lowes' Iris product line.
by timthorn - I've always been curious whether choices in Mac OS X might have been (unintentionally) influenced by RISC OS. I believe there were a disproportionate number of Brits on the HI team at Apple.
The stand-outs to me are the use of blue folder icons and the Dock.
https://www.retro-kit.co.uk/user/custom/Acorn/3rdParty/Retro...
by iamcalledrob - It's impressive how fast it boots up on a Pi. I've tried all the OSs for the Pi and RISCOS is way faster than all the alternatives.by forinti
- I think maybe the famous surviving Risc OS application might be Sibelius music notation program.
It’s owned by Avid now but it started as the work of two brothers on an Acorn Archimedes under Risc OS.
by Lio - Obligatory posting of Tantacrul's hilariously vicious kicking of Sibelius[0]
"This really is one of the great examples of breaking all UI design principles and every UX design principle too. It's like a design bull in a musical china shop."
https://www.youtube.com/watch?v=dKx1wnXClcI
[0] They may have fixed things in the intervening 8 years, I'm not a composer, I don't know.
by zimpenfish - As someone that grew up using Acorn Archimedes it's hard to express to those that were never involved just how difficult what has been going on here is or how surprising it is they have stuck at it. The overwhelming majority of us had left long before 2000 (even before 1995 really), and it's not as if there were ever that many compared to the Amiga or ST universes.by fidotron
- There was at least one program for the Acorn which is unique --- Cerilica's Truism --- it was a DTP application which actually simulated mixing inks and what inks would look like on various paper substrates (no need for the "C" variants of PANTONE spot colours).by WillAdams
- I used and developed software for RISC OS for many years and it was there I cut my teeth as an open source developer.
I wrote the very popular !Director application which let you customize your Desktop and add lots of nifty shortcuts. It could be expanded with BASIC plugins to do just about anything! It was distributed by the Arcade BBS to start with then Acorn User magazine put it on the floppy disk that came with the magazine.
Amazingly Director was written entirely in ARM assembler (with the help of lots of macros). I used to really enjoy writing ARM assembler and used to grit my teeth whenever I had to read the assembly output of the C compiler! I remember writing quicksort in ARM assembler as part of this (to sort menu entries) which was a lot of fun.
I still have a RiscPC under my desk, but I don't think I've turned it on for nearly 15 years :-(
by nickcw - I have a RiscPC in the shed and a half-repaired A3000. I don't fire them up them often, but both have !Director launching on boot; it is a wonderful program. Thanks!by Cadwhisker
- I went down a rabbit hole a few summers ago and I ended up writing a calculator from scratch in assembly for RISC OS. Interesting experience having GUI routines at the syscall levelby z500
- I have a feeling I used that, either on my A3010 or my Risc PC. Thank you!
- 32bit ARM remains my absolute favorite instruction set. And yeah, C compiler output was criminal! I wrote products entirely in the BASIC assembler. What a time to grow up!