108 points by sugarpimpdorsey 3 days ago | 26 comments
postexitus 13 hours ago
There were rumours of Amiga doing a QNX based OS after demise of Commodore. I wrote an email to QNX to ask what they were about and they mailed this to my home in Turkey - imagine my surprise, my first original software (beyond Amiga Workbench disks) was QNX!

https://www.trollaxor.com/2005/06/how-qnx-failed-amiga.html

pjmlp 9 hours ago
They were going into all directions, another thing Amiga was doing was going into an Inferno/Android kind of OS architecture (bytecode userland with JIT/AOT), with Amiga DE from Tao Group.

https://arstechnica.com/gadgets/2018/03/a-history-of-the-ami...

https://sites.google.com/site/dicknewsite/home/computing/byt...

https://news.ycombinator.com/item?id=9806607

postexitus 5 hours ago
That arctechnica article man - brings back memories, every little announcement, every little new and crushed hope. Wild roller coaster.
katzenversteher 11 hours ago
That disk was indeed impressive. What impressed me even more than all of it fitting on a disk and being pretty fast was that it just worked. This was at a time where I did my first experiences with Linux (redhat and suse) and often I could not even get the xserver to start. This disk however just worked...
bayindirh 9 hours ago
Also, it contained an OpenGL Teapot demo, and it ran very smoothly, I remember being quite impressed by it.
anonzzzies 14 hours ago
I got that floppy with some magazine. It was incredible and magic. I cry when some one application update pulls gigabytes over the line for some changes I don't give a crap about and don't notice but 'you have to update to continue' (yes, it's xcode).
mark_undoio 12 hours ago
This demo was so cool. There were lots of alternative OSes out there back then that felt very impressive.

Linux at the time was cool too but less polished than now. Lots of people were on the Win 9x series, which wasn't amazing - and Mac OS X was not yet fully baked.

These other OSes (QNX, BeOS) felt polished, amazingly fast - and slightly alien. The main sad thing from my perspective was that I couldn't get them online (my machine had a winmodem and nobody had open source drivers for those for ages).

WillAdams 11 hours ago
Yeah, I'm still sad that my NeXTcube quit booting up and then I never got OpenStep running on Intel hardware.

BeOS was a hoot, but I was essentially bodily ejected from a demo/user's group meeting when I asked how the slides were printed (at that time it didn't have printer drivers).

bregma 12 hours ago
You can still get a QNX demo image [0], only nowadays it requires an 8 GB SD card and Raspberry Pi.

[0] https://gitlab.com/qnx/quick-start-images/raspberry-pi-qnx-8...

flyinghamster 10 hours ago
The sheer number of hoops one has to jump through before even getting the image says to me, "Nope." What a shame, because I was just as impressed with that floppy as anyone else.
wim 14 hours ago
This was such a cool demo back then. There were many systems that could boot from a floppy, of course, but booting into a GUI with TCP/IP stack showing a real internet browser was really something!
jll29 3 days ago
QNX was well-liked in the embedded world. A friend of mine wrote some river lock control software in Pascal under QNX in the early 1990s.
jacquesm 11 hours ago
It goes well beyond being well liked. For us - mid sized company, building a very large message switch for the shipping industry - it was an enabling technology. I don't think we could have built the product at all without using QNX as the foundation. It got us about as close as we could get to Erlang like concepts while not breaking the bank and with a toolset that we already knew how to use. That system broke record after record every Monday morning for two decades before some new PM decided that it all had to go and be replaced by Windows. I don't think that system ever saw the light of day, but I could be wrong, I left shortly afterwards.
tengwar2 8 hours ago
Back in ?1990, I was working on a collaborative project for multivariable control for heating and blowing plastic bottles. I think I was writing the back end, and a colleague in Germany was writing the front end, both to run on the same QNX system. The back end could be written in ANSI C, but the windowing system required K&R C. We didn't have email connection, so the only way to coordinate development was a write down an integration interface, develop to that, then head over to Germany holding a floppy disk. The thing was up and running in five minutes. Very nice OS to work with!
jacquesm 4 hours ago
QNX powered so many success stories it is interesting how it stayed almost entirely hidden from those that weren't directly working with it. The joke went that if you removed QNX from the planet we'd die within a week. I'm not sure if that isn't still true to some degree today because so much infrastructure runs on it and that stuff lasts for decades.
hebocon 12 hours ago
I feel privileged to have used a QNX-based system at work. The desktop environment (Photon) is almost enchanting in its simplicity.

I've since learned about its ties with BlackBerry and the automotive Linux world and I'm glad the hard work put into it hasn't been for nothing.

mmmBacon 8 hours ago
Back in the 2000’s we built a complete network operating system on top of QNX for OTN based long haul communication systems. In those days we had to sign SLAs on equipment and customers fined us for downtime. QNX was bulletproof despite running on our then PowerPC based custom CPU complex.
SpaceNoodled 14 hours ago
It's still used to this day!
bzzzt 9 hours ago
Yes, it's powering the 'digital instrument cluster' in my 2015 Volvo.
Hikikomori 12 hours ago
Cisco also used it in ios-xr which ran on their larger core routers, though they switched to wind river Linux.
ethan_smith 10 hours ago
QNX's true microkernel architecture (only 12KB) was the secret behind fitting a complete GUI OS with networking on a single floppy - most competing OSes used monolithic kernels that couldn't achieve this level of modularity and efficiency.
compsciphd 7 hours ago
In 2002 I fit linux, X11, ethernet drivers (+ everything provided by busybox) and vnc and rdesktop on a single floppy.
sillywalk 3 days ago
I remember trying this on an actual floppy disk.

Previously:

https://news.ycombinator.com/item?id=33123697

226 points by lproven on Oct 7, 2022 | hide | past | favorite | 151 comments

lproven 11 hours ago
:-)

Still one of the single most impressive tech demos I've seen.

There are other tiny multitasking GUI OSes, such as Oberon and RISC OS. There were even some on x86, such as the original Psion EPOC from the Series 3/3a/3c/3mx line.

But this was for a generic x86 COTS PC.

Koshkin 5 hours ago
> one of the single

Exactly.

throw0101c 11 hours ago
fouc 7 hours ago
I always thought that if they had fully open sourced QNX 4.24, even a couple decades later, it likely would've surpassed Linux in the desktop space.

Later they made the source available for a newer version of QNX but under restrictive licensing, that was disappointing.

erikig 5 hours ago
I remember wondering how this was even possible because it came out around when we were studying operating systems in uni.

Dan Hildebrand (RIP) did a great job of sharing the QNX architecture overview [1] which got cribbed into my OS thesis ;)

[1] https://cseweb.ucsd.edu/~voelker/cse221/papers/qnx-paper92.p...

plainOldText 7 hours ago
I couldn’t see passed the 100% mark.

Looking at some YouTube videos, it looks like this was the greeting upon booting:

“Stored on this single, 1.44 Mbyte floppy disk is a demo copy of the QNX realtime operating system, the Photon microGUI windowing system, the Voyager web browser, Ethernet networking, TCP/IP, an embedded web server, an editor, a file browser, a vector graphics animation, and a television set-top box simulation.

Just think — if we can do all this with a 1.44 Mbyte floppy disk, imagine the devices you could build with QNX realtime technology.”

ExoticPearTree 11 hours ago
Sweet memories. It was indeed incredible to see a full fledged OS with a Window System that actually worked and if I remember correctly, there was some free space left on that floppy drive.
jasoneckert 10 hours ago
I used to demo this for my IT class back in the early 2000s and it blew their minds that a GUI-based OS - with apps! - could run from such a small footprint.
murkt 11 hours ago
Remember booting from that floppy when I was a kid.

The only thing that would be even more impressive, if it also had a running .kkrieger FPS from the demo scene guys!

WillAdams 11 hours ago
Still remember using this with fondness --- it was a great way to get a quick bit of web browsing done on a machine w/o leaving a trace or worrying about the settings of the web browser on the machine.

Wish that the TronOS folks would do a similar demo (or better still, graphical desktop-oriented distribution).

marcodiego 12 hours ago
jech 12 hours ago
Nice. They're using the Xvesa server, which doesn't include any hardware drivers and instead runs the VESA BIOS in a 16-bit virtual machine.

https://www.xfree86.org/current/Xvesa.1.html

red_trumpet 12 hours ago
Is there any way to get this to run in a browser? I get until the point where the GUI starts up (without a modem though), but then I cannot move the cursor.
theblazehen 12 hours ago
You can use the 1440demo.img with the floppy image option on https://copy.sh/v86/#setup
solarengineer 9 hours ago
One of the things that wowed me with that demo was the shutdown. It was real-time. Instantaneous.
pjmlp 9 hours ago
I still have that floppy stored somewhere back home.

Pity that we're still far off QNX architecture in most mainstream OSes, even though several steps have been done into that direction.

rado 14 hours ago
First time online at home, over dial-up, with this floppy. It just worked
IndrekR 10 hours ago
This demo seems to be dated 1999. I recall the context where and when (school) I saw it first and I moved to a different school in autumn 1998. It seems there was an even earlier disk that I am confusing it with:

https://marc.info/?l=freebsd-chat&m=103030933111004

morninglight 9 hours ago
Dan Hildebrand (1961 - 1998) was an amazing guy.

https://openqnx.com/node/298

https://youtu.be/G42xq7TnCt4

adolph 9 hours ago
For folks interested in more about QNX, Software Engineering Daily podcast did an interview with folks from there. It is titled "Secure Communications" but the entry few minutes traces the roots of QNX and a bit about how they use a microkernel architecture in order to increase reliability. One of the interviewees, John Wall, has been at QNX since 1993 with a focus on automotive applications.

Episode: https://softwareengineeringdaily.com/2025/02/06/secure-commu...

Transcript: https://softwareengineeringdaily.com/wp-content/uploads/2025...

wiz21c 10 hours ago
is it me or back then QNX was the only realtime OS for the PC's ?
p_l 8 hours ago
Very much not the only one.

For example, a lot of systems used VxWorks that would run paravirtualized Windows 9x for user interface - you normally booted into windows, and during boot a .VXD file would get loaded that was actually a VxWorks bootstrap that preempted Windows kernel components and continued running them as "userspace" task in a way that allowed other realtime tasks to work.

This architecture was used for example in KUKA robots KRC1 controllers.

Similar setups are used by "PC PLC" products for example from Siemens.

ForOldHack 9 hours ago
It was one of the first, things t was the fastest, the other was Intel RTX, but it only ran on their hardware,and a very few others. QNX booted on anything PC, they were out soon after the Compaq 386. Their demo was late 1980s WindRiver did not get rolling until the early 90s, HP was doing Forth.