Not a clickbait, the author managed to run LUnix on an NES without tricks, like embedding a Raspberry Pi into the cartridge.
Not a clickbait, the author managed to run LUnix on an NES without tricks, like embedding a Raspberry Pi into the cartridge.
Unix like OS in 6502 assembly? Dang. I’m impressed. That’s seriously cool.
But theoretically not that difficult? I mean, the whole point of Unix was that it is written in C and therefore platform-independent. Principally, all you need to port a POSIX Unix OS is a C compiler for the architecture that you’re targeting.