1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-10-31 20:18:56 +00:00
linux-insides/KernelStructures
2018-02-14 10:03:16 -03:30
..
.gitkeep Add KernelStructures/* 2016-08-19 00:45:56 +06:00
linux-kernelstructure-1.md Refactored files for a unified naming convention, making an autoamted LaTeX build easier too 2018-02-14 10:03:16 -03:30
README.md Add KernelStructures/idt.md 2016-08-21 01:18:18 +06:00

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.