LCA: Andrew Tanenbaum on creating reliable systems
Posted Jan 18, 2007 8:10 UTC (Thu) by
alejluther (subscriber, #5404)
Parent article:
LCA: Andrew Tanenbaum on creating reliable systems
I think some linux users are very sensitive when someone criticizes Linux, but if you think about what is the main reason to use microkernels you have to agree with Tanenbaum. Security, robustness, ..., yes, Linux is very stable and secure but the cost to get it is too high and just minor changes in the kernel can crash the system. OK, microkernels have other drawbacks, but my opinion is operating systems will follow the approach sooner or later. Look at virtualization technology: it is not just to save money, it is for security too. Some security protocols does not allow to run critical applications with others normal ones, but virtualization enables to do that in the same machine, but not in the same OS. Microkernels have the same goal, but here the execution domains are not full isolated, but they are full protected.
(
Log in to post comments)