Back to browse
GitHub Repository

Hobby operating system for vintage 32-bit PCs

0 starsC

GentleOS – A pair of hobby OSes for vintage 32-bit and 16-bit PCs

by luke8086·Jun 7, 2026·4 points·0 comments

AI Analysis

●●SolidNiche GemWizardry

Dual OS targeting 80186 under 192KB RAM and i386 with VGA graphics support.

Strengths
  • GentleOS/16 runs on 80186+ with under 192KB RAM and CGA 320x200x4 display.
  • Monolithic design with compile-time configuration for standard PC hardware.
  • Supports VGA, PS/2 mouse, serial mouse, keyboard, and PC speaker.
Weaknesses
  • Hobby OS space is well-trodden with many similar educational projects.
  • No novel architectural innovations beyond standard OS development patterns.
Category
Target Audience

Retro computing enthusiasts and OS development hobbyists

Similar To

MenuetOS · KolibriOS · SerenityOS

Post Description

Hello HN,

I've been working on a simple OS for tinkering and running bare metal apps on vintage PCs.

Since I couldn't quite decide whether to target pure 16-bit, or slightly more capable 32-bit machines, I ended up with two separate versions:

- GentleOS/32 (https://github.com/luke8086/gentleos32) works on i386+, requires 4MB of RAM and VGA display supporting 640x480x16 mode or any 256-color VESA mode.

- GentleOS/16 (https://github.com/luke8086/gentleos) works on 80186+, requires less than 192KB of RAM and a CGA display supporting 320x200x4 mode.

You can find more details in the repos.

Similar Projects

EducationMid

Vintageterminals.io – a bootable museum of vintage OSes (13 so far)

You can boot actual vintage images in-browser — terminal-only classics like UNIX v4 and GUI-capable builds like early Red Hat or Yggdrasil — and the site treats them like museum exhibits (filters, session counters, random-launch). The real trick is getting decades-old binaries to run in JS/WASM emulators and exposing them in a friendly catalog; it's not completely novel but the curation, UI touches (theme switch, launch modes) and breadth make it delightful and immediately playable. I'd like clearer provenance/links to source images and an obvious repo for the emulation plumbing, but as a demo + learning toy this hits hard.

Rabbit HoleWizardry
dansquizsoft
513mo ago
Developer Tools●●●Banger

WattSeal – PC power consumption monitor

Per-app wattage attribution using RAPL and GPU counters when other monitors only show component totals.

Big BrainNiche Gem
Daminoup
402mo ago