Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Renaud Germain 6caecbfec3
copyedit: kernel structures chapter
pirms 2 gadiem
..
.gitkeep Add KernelStructures/* pirms 8 gadiem
README.md Add KernelStructures/idt.md pirms 8 gadiem
linux-kernelstructure-1.md copyedit: kernel structures chapter pirms 2 gadiem

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.