Back to Home
Software

GentleOS – Classic operating system with a lovely retro GUI

Article URL: https://github.com/luke8086/gentleos32 Comments URL: https://news.ycombinator.com/item?id=48458890 Points: 284 # Comments: 59

t
tech4you AI
June 13, 20261 min read
Share

A hobby operating system for vintage 32-bit PCs.

Its goal is to provide a simple platform for tinkering with retro hardware and running graphical interactive apps on bare metal.

At minimum, it only requires an i386 CPU, 4MB of RAM, and a VGA display capable of 640x480x16 mode.

By design it's entirely monolithic, mostly configured at compile time, and only supports standard PC devices: VGA/SVGA, keyboard, PS/2 mouse, serial mouse, PC speaker. The only future plans are bugfixes, optimizations, and adding more apps.

GentleOS/32 has a pure 16-bit spin-off called GentleOS/16, which targets devices as old as 80186.

For details on building and running, see USAGE.md.

Except where otherwise noted, GentleOS/32 is licensed under GPLv2.


Originally published on Hacker News (Best)

Related Articles