KERNEL

This page listing for the collection `kernel`.

Setting for Linux kernel analysis

I would like to share the configuration when analyzing the kernel code. There are many better tools and IDE, so you can use whatever you want.

How to contribution linux kernel

I’m interested in Linux Kenrel and wanted to contribute. So i will keep it in documentation and try to contribution whenever find a bug or extra.

How to make kernel debugging easy?

When we analyze the kernel, there are many times when we want to know the behavior of kernel code. For example, who called the function, what value the vari...

Finding offset of a struct elemnet in c

If it is a simple structure, the position and size of member variables can be intuitively known. // Differences depending on the compiler. struct Sample { ...