1
0
Fork 0
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Renaud Germain 6caecbfec3
copyedit: kernel structures chapter
vor 2 Jahren
..
.gitkeep Add KernelStructures/* vor 8 Jahren
README.md Add KernelStructures/idt.md vor 8 Jahren
linux-kernelstructure-1.md copyedit: kernel structures chapter vor 2 Jahren

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.