|
%!s(int64=2) %!d(string=hai) anos | |
---|---|---|
.. | ||
.gitkeep | %!s(int64=8) %!d(string=hai) anos | |
README.md | %!s(int64=8) %!d(string=hai) anos | |
linux-kernelstructure-1.md | %!s(int64=2) %!d(string=hai) anos |
system
structures of the Linux kernelThis is not usual chapter of linux-insides
. As you may understand from the title, it mostly describes
internal system
structures of the Linux kernel. Like Interrupt Descriptor Table
, Global Descriptor
Table
and many many more.
Most of information is taken from official Intel and AMD manuals.