Linux microkernel?
Linux microkernel?
Posted Aug 29, 2022 20:08 UTC (Mon) by storner (subscriber, #119)Parent article: Crash recovery for user-space block drivers
The first Linux development was announced 31 years ago. And one reason for starting it was that Linus didn't like MINIX - among other things due to its microkernel architecture performance issues.
I don't want to reignite that discussion, but it feels like Linux is becoming more and more supportive of a hybrid monolithic/micro kernel design where features are implemented in userspace, with only a minimum of hooks into the "core" kernel to get a reasonable performance.
