Archive for the ‘Storage and Virtualization’ Category

This article contains some of the programs of the assignments that were carried out in the Storage and Virtualization Course.  Wherever possible I have included comments and references. Thought of sharing them, so that they can be of ready reference to others. ————————————————————————————————————————————————————————————– Assignment No. 1 : Creating and Studying RAM Disk in Linux - Assignment1.pdf [...]

The Linux Kernel has a peculiar version system. 2.6.35.1 :- First digit : Major Version Second digit : Minor Version Third digit : Revision Number Fourth digit : Stable Version

The following article contains source code and steps for inserting a LOADABLE-KERNEL-MODULE in the linux kernel. P.S. : It is recommended that you download the kernel source code first from here, compile the new kernel and insert the module in the newly compiled kernel. Steps for Linux Kernel Compilation are available here. Module Name: Hello [...]