The tag has no wiki summary.

learn more… | top users | synonyms

225
votes
7answers
19k views

Understanding the Linux kernel source

I am trying to understand how a function, say mkdir, works by looking at the kernel source. This is an attempt to understand the kernel internals and navigate between various functions. I know mkdir ...

1 2 3 4 5