On Sat, 21 Aug 1999, thcg wrote:
>
> The linux m68k docs are very vague about the hardware that can run
> that OS port. It says the least is MC68020 which implies that MC68000 is
> useless. Can ELKS be run in the MC68000? If the MC68020 etc are higher
> class controllers of the order of 386 etc running 32-bit code... MC68000
> must be a slightly lower class of say 8088 etc... I think the same way
> ELKS was produced from linux... an MC68000 port can be derived from
> standard linux-m68k .. any ideas?
ucLinux runs on the 68832 (or whetever is in the PalmPilots)
the 68332 is a processor very much like the 68000.
No MMU...
What they had to change for ucLinux was for example fork() to copy
instead of fiddling with MMU.
Jakob