6
Based on what is said to be a monolithic system procedures
and link in a large binary, where procedures
can call others procedures
.
The microkernel aims to minimize the "service" made directly from the kernel (outsourcing), either using a hierarchy of processes with each having its level of permission.
And here comes the bullet:
- The disadvantage of the monolithic is the problem solved by the use of microkernels.
- Monolithic performance is higher.
- The use of microkernels ensures me greater security, as a faulty driver will not be able to bring down my system as it runs in separate process and not directly in the kernel.
That is, a union of these two is possible?
For those who think off-topic can open a discussion on the goal on the subject that is a little unusual. Before answering I consulted the Soen and there the subject is well accepted. I don’t know why it shouldn’t be here then.
– Maniero