Crusoe向けOSがなぜ現実的でないか

Linusの投稿にある。

The native crusoe code - even if it was documented and available - is not
very conductive to general-purpose OS stuff. It has no notion of memory
protection, and there's no MMU for code accesses, so things like kernel
modules simply wouldn't work.

http://lkml.indiana.edu/hypermail/linux/kernel/0306.2/1091.html

実際、Crusoeは高度な命令キャッシュや命令向けのMMUを欠いていて、CMS領域以外を実行することさえできないらしい。

命令のアドレス領域は64MBしか無い。エミュレーション専用プロセサとしては現実的で有用な制限にも思える。