No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Renaud Germain 6caecbfec3
copyedit: kernel structures chapter
hace 2 años
..
.gitkeep Add KernelStructures/* hace 8 años
README.md Add KernelStructures/idt.md hace 8 años
linux-kernelstructure-1.md copyedit: kernel structures chapter hace 2 años

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.