Sunday, November 25, 2012

Hi, fellas.....

I hoped that you have learned something from my previous articles. This article is going to give you a brief overview on how to develop one's own kernel. As we know, kernel is like the heart of any operating system. It defines user space and system space clearly and carries out the instructions given by the user. Shell is the inter-actor between kernel and the user. So this kernel plays a very important role while the system is being run. So some of you may have wondered that why isn't it possible to write a custom kernel? it is possible, but is highly risky. Only advanced users of gnu/linux operating systems are advised to try writing custom kernel.