Operating systems…

February 2, 2008 at 2:13 pm (operating systesms) (, )

I’ve been reading quite a few things lately. The microkernel vs monolithic kernel debate seems to continue. It is true that the idea of having a highly modularized kernel sounds very interesting. But according to experts it is very hard to actually implement and carries a significant amount of overhead. But, once the core part of it is done the rest of the system should be easier to develop owing to the modularized nature. It might also be highly robust since one component of the system cannot affect another component since they are separated. Andy Tanenbaum, the venerable academic whose research areas include secure and reliable systems has always advocated the idea of a microkernel. He, along with a student Jorrit N. Hereder have redeveloped Minix (the father of linux) into it’s current version 3. Will be trying it out very soon.

Permalink 1 Comment