mirror of
https://github.com/0xAX/linux-insides
synced 2024-10-31 03:20:14 +00:00
.. | ||
.gitkeep | ||
linux-kernelstructure-1.md | ||
README.md |
Internal system
structures of the Linux kernel
This 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.