linux kernel

How to extract and disassemble vmlinuz file

Obviously, you might wonder, why extract VMLinuz? What is the use of it? Extraction of assembly code may be helpful when you want to debug where the problem occurred and how the specific function is executed.

And in this article, you will see how to extract the vmlinuz file and disassemble (read) the vmlinuz file in Linux.
Read More

Basic Linux Kernel module administration commands

The kernel of a Linux system is the core that everything else in the operating system relies on. The functionality of the kernel can be extended by adding modules to it. As such, a user can fine tune their kernel settings by enabling or disabling modules. This level of granular control is one of the many reasons why users love Linux in the first place. Read more

Subscribe to RSS - linux kernel