Thursday, June 21, 2007

Anatomy of the Linux Kernel

I'm reading this article from DeveloperWorks about the Linux Kernel. Linux has 2 main layers, namely User Space and Kernel Space. They occupy 2 different protected memory space, hence in between there is bridge, GNU C Library (glibc), to connect from the User Space to the Kernel Space.













You can read the rest of the article here.

No comments: