to start with reading linux source code. However, altought I know programming, I don't have any knowledge about OSes. Is there any good guide to understanding linux source code? (If possible I would prefer that explains the kernel 4.x.x)
if you already know how to write C/C++ code, the first step to learn about Operating Systems is not writing code, but undesrtading the architecture of low level, like signals between processes, sharing memory and variables, multithreading and synchronize the processes.
Read the book "Operating Systems" by Wolfe and then Linux From Scratch.
Обсуждают сегодня