supporting arguments
33% ·
[make argument]
Microkernels are often used in embedded robotic or medical computers because most of the OS components reside in their own private, protected memory space. This is not possible with monolithic kernels, even with modern module-loading ones.
0%
· portability
by anonymous on 2005-04-20 02:35:52
Microkernels modularity and abstraction makes it easier to share code, and to use the same microkernel in different OS implementations.
|
opposing arguments
66% ·
[make argument]
Monolithic kernels tend to be easier to design correctly, and therefore may grow more quickly than a microkernel-based system.
|