(no title)
GeorgeKangas | 6 years ago
I got an optional OS for it, called "OS9" but unrelated to Apple's OS9 (which came later).
OS9 had capabilities very similar to (and modeled on)Unix. Clearly, Linux or something a lot like it could also have run on the CoCo.
teilo|6 years ago
They don't have MMUs because they are designed to directly address a much smaller ram space. On an the micro in the article, this is only 16K. They are also designed to execute machine code directly, and automatically from an on-board or external ROM, whether a masked ROM (rare these days), an EPROM, or an EEPROM/NVRAM of various kinds. They are not designed to use an OS at all.
That's what makes this so impressive.
orionblastar|6 years ago
I'd say the Mega65 might be a good 8 bit machine to port Linux to. http://mega65.com
GeorgeKangas|6 years ago
It had a few 16 bit instructions: arithmetic on data in registers, or loading/storing a 16 bit register (8 bits at a time). I think the Z80 did as well.
Here's Wikipedia: https://en.wikipedia.org/wiki/Motorola_6809