1
0
Çatalla 0
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
Renaud Germain 6caecbfec3
copyedit: kernel structures chapter
2 yıl önce
..
.gitkeep Add KernelStructures/* 8 yıl önce
README.md Add KernelStructures/idt.md 8 yıl önce
linux-kernelstructure-1.md copyedit: kernel structures chapter 2 yıl önce

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.