Os8088: A powerful Mac-like OS for the IBM XT, 286, 386(os8088.com)
258 points by jggonz 13 days ago | 165 comments
tl;dr: Os8088 is a Mac-like graphical OS for 8086-era PCs (XT/286/386) featuring pre-emptive or cooperative multitasking, a dock, windowed multi-instance apps, and a heap-based memory model where programs load into their own segments at offset zero. It ships with a suite of built-in applications including a Markdown writer, MOD tracker, Mandelbrot explorer, bitmap paint, FM piano, Sound Blaster recorder, Minesweeper, Solitaire, and Arkanoid. Live kernel state (scheduler mode, task CPU usage) is read directly by system utilities rather than cached.
HN Discussion:
  • Dismisses the project as AI-generated slop not worth engaging with
  • Defends the project against reflexive AI-written dismissals from HN crowd
  • Appreciates the technical achievement and nostalgic appeal for old hardware
  • Points to similar prior art like VisiOn and Atari GOS as historical context
  • ~Questions technical robustness like lack of memory protection allowing tasks to break the system