Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
Renaud Germain 6caecbfec3
copyedit: kernel structures chapter
2 anni fa
..
.gitkeep Add KernelStructures/* 8 anni fa
README.md Add KernelStructures/idt.md 8 anni fa
linux-kernelstructure-1.md copyedit: kernel structures chapter 2 anni fa

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.