1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-11-06 07:19:03 +00:00
linux-insides/KernelStructures
0xAX 82a14b0005 Merge pull request #444 from mudongliang/master
remove useless file : .gitkeep
2016-12-10 20:09:36 +03:00
..
idt.md Add KernelStructures/idt.md 2016-08-21 01:18:18 +06:00
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.