Os8088: A powerful Mac-like OS for the IBM XT, 286, 386

4 hours ago (os8088.com)

> The graphical operating system that could have been for the IBM XT

Visi On[1] was a graphical operating system for the IBM PC that actually existed as a commercial product, though definitely not a very successful one. It was made by VisiCorp, the same company that created VisiCalc (the first spreadsheet for a personal computer).

It was demoed at COMDEX in 1982, before the Apple Lisa was released. It came out after the Lisa but slightly before the Macintosh.

Here's their promotional video from 1983: https://www.youtube.com/watch?v=kc4wFeVvKTI

Fun fact: Bill Gates saw the demo at COMDEX, and at first he was skeptical that it was really running on an IBM PC. But ultimately he was so impressed he decided[2] to start developing a product called Microsoft Windows.

---

[1] https://en.wikipedia.org/wiki/Visi_On

[2] https://en.wikipedia.org/wiki/Windows_1.0

> Hand-written real-mode 8086. No C, no linker, no runtime library.

More like hand-prompted...

  • And LLMs are still confidently bullshitting:

    > Everything after that is the interface you remember from a 1984 Macintosh: […] and a dock along the bottom with one tile per running program.

    In that case I look forward to seeing OS X’s Aqua ported to the IBM PS/2.

  • From the landing page:

    > 66,183 lines of hand-written real-mode assembly

    Goes to the github - contributers jggonz and CLAUDE. The README.md doubles down on this at the bottom with the license.

    > Everything here is hand-written; no third-party code is vendored into the OS, so the whole tree is covered by that one license.

    That's what happens when you let an LLM write your ad-copy...

It's funny how virtually everyone on HN is using AI to write code and simultaneously dismisses all interesting new software as written by AI.

  • There are both pro- and anti-AI factions here... and those with more nuanced views.

    Personally, I don't care as long as the end result is good, but a lot of AI software tends to be in the lower end of the quality range.

    • I agree, and I think one can put in more effort on a project and get a better result, especially if the prompter is already an experienced software developer. For example on one toy project I requested the use of ADTs (algebraic data types), strict linting and code formatting at every commit, tests, frequent code review rounds, and a strong initial plan which led to a very solid personal-use project.

      Similar strategy can help smaller local models achieve greater results too. Small steps + many guardrails.

  • Different groups, the spammers like to congratulate each other for how much hard work they must have put into their very impressive prompt engineering. Regardless, AI code is distinct from extremely blatant AI design. People dismiss things that had no actual design, just whatever fell out of the prompt they gave it. If you can't write a single human paragraph or put thought and care into how you are presenting 'your' project, it's not worth paying attention to. Why can't they present their own work honestly? Why would I spend energy looking at an OS made by someone who can't write an HTML file by themself?

Beveled-buttons Minesweeper (first appeared in Win 3.11 IIRC) running on a preemptive 8086 OS with a bootleg System 1/2/3 interface looks absolutely cursed.

The graphical operating system that could have been for the IBM XT.

A MacOS-like desktop for the Intel 8086, written entirely in real-mode assembly (with Claude). Verified to run on real hardware, with FAT12/16 support, ported apps, games, Sound Blaster support and upcoming Hard Drive support.

This rewrites what-could-have-been history a bit... better get my IBM XT/286 out of storage! Is this for real?

  • I might have to try it out. I have an 8088 IBM PC (my first computer) on a desk. I need to swap out some bad RAM (I've been getting Parity errors and other strange behavior), but it says it works with 256KB so I could remove the AST SixPakPlus altogether. The fully populated mother board has 256KB. (I could also unplug the MFM hard drive controller as well.) It supports CGA and VGA and I have both (the CGA is original; the VGA is an 8-bit ISA one I picked up a couple years ago). I also have a serial mouse... Right now I have one floppy disk that came with a book I re-bought recently (Peter Norton's Guide to Assembly Language) and I could back up the files from it and use that but I think I'd rather buy/find another one to use. And I need more than one disk for this anyway.

    Interesting, it currently says, 'Nobody has yet written the images to 5.25" media and booted an actual XT with them.'

You'd still need a Wordstar-like app and a VisiCalc-like app (pref. Lotus 123-like).

VGA adapter means you have to wait until 1987 to run this, otherwise you'd deal with CGA's non-square pixels. EGA support would only be possible in Oct 1984.

The website explicitly states a lack of networking. Any interest in pursuing that in a future version?

I have a Pocket 8086 - I would love to give this a try next weekend.