Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Renaud Germain 6caecbfec3
copyedit: kernel structures chapter
il y a 2 ans
..
.gitkeep Add KernelStructures/* il y a 8 ans
README.md Add KernelStructures/idt.md il y a 8 ans
linux-kernelstructure-1.md copyedit: kernel structures chapter il y a 2 ans

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.