1
0
Fork 0
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Renaud Germain 6caecbfec3
copyedit: kernel structures chapter
2 anos atrás
..
.gitkeep Add KernelStructures/* 8 anos atrás
README.md Add KernelStructures/idt.md 8 anos atrás
linux-kernelstructure-1.md copyedit: kernel structures chapter 2 anos atrás

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.