logoalt Hacker News

unxmaaltoday at 11:14 AM2 repliesview on HN

It ebbs and flows.

SGUG tried hard to port newer packages for IRIX for several years but hit a wall with ABI mismatches leading to GOT corruption. This prevented a lot of larger packages from working or even building.

I picked up the effort again after wondering if LLMs would help. I ran into the ABI problems pretty quickly. This time though, I had Claude use Ghidra to RE the IRIX runtime linker daemon, which gave the LLM enough to understand that the memory structures I’d been using in LLVM were all wrong. See https://github.com/unxmaal/mogrix/blob/main/rules/methods/ir... .

After cracking that mystery I was able to quickly get “impossible” packages building, like WebKit, QT5, and even small bits of Go and Rust.

I’m optimistic that we’ll see more useful applications built for this cool old OS.


Replies

bartreadtoday at 11:53 AM

That is pretty neat. I guess this sort of unlocking and unblocking effort is exactly what’s needed for a revival.

I’m sort of thinking of AmigaOS/Workbench as well although, perhaps because of what I would assume was always a much larger user base than SGI had, it maybe never went away like SGI and IRIX did.

It is great seeing these old platforms get a new lease of life.

speed_spreadtoday at 11:22 AM

Ooh that's super interesting. I assume you shared the recipe with the irix community? I remember keeping Netscape up to date on my Indy was already a struggle in 2002.