Is it possible to port the Redox to a processor without MMU, for example, Cortex-M series?
I can see possible solutions:
- Compile programs with position independent code and load it to different physical addresses
- Use ELF relocation mechanism
Can I replace the virtual memory management code in the kernel with stubs for systems without MMUs ?