Linux Kernel
Read more
Writing simplest kernel module: Hello World
Hello World: The simplest module # include /* Needed by all modules */ # include …
July 22, 2017Hello World: The simplest module # include /* Needed by all modules */ # include …
Sanatan Dharma July 22, 2017Here I am going to discuss an interesting macro in C. It will give you offset of a member within a structure. NULL or…
Sanatan Dharma June 14, 2017For 32 bit architecture there are 32 address lines thus you can refer 2^32 addresses. For 64 bit architecture, you can …
Sanatan Dharma June 14, 2017In this post, I am going to discuss IP address and routing. I will not be discussing advanced and how it work stuff thu…
Sanatan Dharma June 13, 2017Micro Kernel vs Monolithic Kernel Image courtesy: wikipedia As I have mentioned in the e…
Sanatan Dharma February 27, 2017In this article I will answer these questions. It has been assumed that the reader is new to kernel concepts and progr…
Sanatan Dharma February 27, 2017
Follow Us