this post was submitted on 08 Jul 2026
69 points (97.3% liked)

Linux

14438 readers
553 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 3 years ago
MODERATORS
top 8 comments
sorted by: hot top controversial new old
[–] dylanmorgan@slrpnk.net 6 points 2 weeks ago (2 children)

Ironically the Jaguar’s vintage status makes this the most expensive Linux machine on earth

/s

[–] dgriffith@aussie.zone 4 points 2 weeks ago

It's worth nothing if it hasn't been graded and placed in a sealed plastic box by a grading company that asserts that grading is awesome and things are worth nothing if they aren't graded.

(sad \s)

[–] Kolanaki@pawb.social 2 points 2 weeks ago (1 children)

$750-$1200. Seems like the average price of a PC these days.

[–] dylanmorgan@slrpnk.net 3 points 2 weeks ago

Hence the “/s” tag.

[–] JackbyDev@programming.dev 3 points 2 weeks ago

Finally, I've been waiting for Linux to work on the Atari Jaguar before I pulled the trigger. People called me a hold out in 1993.

[–] ShaggySnacks@lemmy.myserv.one 3 points 2 weeks ago (1 children)

That's cool however can the Atari Jaguar run Doom?

[–] The_Decryptor@aussie.zone 1 points 2 weeks ago

According to the dev, the biggest challenge was that the Motorola 68000 lacks a Memory Management Unit. So, a standard Linux setup with virtual memory would not work. Luckily, Linux still supports m68k systems without an MMU by using the uClinux/NOMMU option and a flat memory model.

I was honestly expecting it to be weirder hardware, turns out it's a configuration the kernel already supports. Still neat, but somehow a bit of a letdown.

The DSP stuff is cool though, that's sufficiently weird for me.