LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Is it true that all the embedded linux system must have a MMU? (https://www.linuxquestions.org/questions/linux-newbie-8/is-it-true-that-all-the-embedded-linux-system-must-have-a-mmu-4175483388/)

david_8274 11-04-2013 05:05 PM

Is it true that all the embedded linux system must have a MMU?
 
Hi,

Is it true that in order for an embedded system to run Linux, the system must have an MMU (memory management unit)?

Thanks,
Dave Xu

michaelk 11-05-2013 09:52 AM

Technically any linux requires a MMU but it does not have to be a physical device...

http://dmitry.gr/index.php?r=05.Proj...ux%20on%208bit

jpollard 11-05-2013 07:01 PM

No. The MMU support is an option.

Now without MMU support, MOST of linux (and the drivers) will not work, but for extremely cut down kernels it should work.

sag47 11-05-2013 08:22 PM

When in doubt, read the kernel documentation. I'm sure there are other places MMU docs are mentioned. Clone the source and grep for MMU (e.g. grep -irl 'mmu' Documentation)


All times are GMT -5. The time now is 11:28 PM.