Hacker News new | ask | show | jobs
by Taniwha 2355 days ago
Machine mode runs without the MMU, linux really needs an MMU to do kernel stuff too (including stuff like copyin/copyout)
2 comments

There is actually quite a bit of work going on in Linux without MMU. Check Linux Plummers conference RISC-V track for example.
Yeah that's why I said "really needs", there are cut down versions that will run without an MMU, it's not really the mainline Linux though - I've worked with MMUless kernels in the past, it's not a lot of fun (and I started porting V6/V7 for base and bounds swapping machines)
Ah, I didn't actually know this, thanks for pointing it out :)