Tag: kernel
lsmod – Show Loaded Kernel Modules
January 3, 2008
This command shows the kernel modules that are currently loaded. # lsmod Module Size Used by vboxdrv 55088 0 autofs4…
Remove an existing Kernel
April 11, 2007
The final numbers(2.6.20.6) is the version of you kernel. You can get this using uname -r (for the current kernel)…
Compiling a 2.6 Linux kernel
April 10, 2007
Get the latest Kernel from kernel.org Get a default .config file cp /boot/config-`uname -r` ./.config OR make defconfig Then configure…
Recent Comments