this post was submitted on 15 Aug 2025
53 points (90.8% liked)
Linux
57427 readers
270 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The OS bundled with TI-84 Plus CE Python Edition graphing calculators is a wacky one. It runs primarily on an eZ80 core for backwards-compatibility with earlier graphing calculators while also handling an ARM core for Python functions. Parts of the assembly code can be traced back to the TI-82 calculator ROM from 1993.
Most people wouldn't think a calculator would ever need a security solution, but it even verifies application signatures so students are less likely to load cheating utilities on them.
The HP 49g+/39g+ and their descendants the 50g/39gs run the same operating systems as the older 49g/39g except most of it runs in an emulator so they could replace the old Saturn CPUs with ARM ones. And it still runs way faster than the native version on the older devices somehow.
Plus the entire operating system is written in Reverse Polish Lisp, one of the strangest languages I've ever seen. Very strange devices, but still leagues ahead of any calculator produced since (at least the 49/50, the 39 is very confusing)
My TI-89 got me through college.