https://github.com/decrazyo/lng-fdsApologies for the audio quality. How it Begins by Kevin MacLeod is licensed under a Creative Commons Attribution 4.0 licen...
The author managed to run LUnix on an NES without tricks, like embedding a Raspberry Pi into the cartridge.
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.
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.
I suppose a cross compiler for 6502. What I’m not sure of is what kind of timer interrupts the 6502 supports.