You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
0xAX 82a14b0005
Merge pull request #444 from mudongliang/master
8 years ago
..
README.md Add KernelStructures/idt.md 8 years ago
idt.md Add KernelStructures/idt.md 8 years ago

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.