Linux Kernelini anlatan farklı belgeler aşağıdadır. Bu belgeler hakkındaki ön bilgiyi altlarında görebilirsiniz. Buradaki bilgilerin doğruluğu ve en son sürümü oldukları garanti edilemez. Eğer sizde belgenizin burada yer almasını isterseniz lütfen ekleyin. == Makaleler == * [http://kernelnewbies.org/WritingPortableDrivers WritingPortableDrivers] Yazar: Greg KH. Taşınabilir aygıt sürücüleri nasıl yazılır? * [http://kernelnewbies.org/Documents/SchedulingInUNIXAndLinux SchedulingInUNIXAndLinux] UNIX ve Linuxta Zamanlama A short and incomplete introduction to how tasks interact with the kernel. * [http://kernelnewbies.org/Documents/CopyUser CopyUser] Copy from/to user-space implementation. x86 copy_from/to_user() çekirdek(core) kodunun açıklanması. * [http://kernelnewbies.org/Documents/KernelSrcInCVS KernelSrcInCVS] Yazar: Erik Mouw. Kernel kaynak kodlarının yönetimi için CVS kullanımı. * [http://kernelnewbies.org/Documents/DebugWithoutPrintk DebugWithoutPrintk] Printing debug info without printk by Keith Owens. Directly renders to screen bypassing limitations of printk (such as early in the boot sequence) * [http://kernelnewbies.org/Documents/InitcallMechanism InitcallMechanism] Yazar: Trevor Woerner. Linux kernelindeki Initcall mekanizmasının açıklanması, module_init() ve arkadaşlarının çalışması * [http://kernelnewbies.org/Documents/SeqFileHowTo SeqFileHowTo] seq_file HOWTO by Randy Dunlap Describes the seq_file API, used for outputting information via /proc. * [http://kernelnewbies.org/UpstreamMerge UpstreamMerge] Yazar: RikvanRiel. The why and how of merging code into the upstream kernel. * [http://kernelnewbies.org/WhyReiser4IsNotIn WhyReiser4IsNotIn] Yazar: Diego Calleja. Niçin Reiser4 Linux Kerneli içinde değil? == Sunumlar == * [http://kernelnewbies.org/Documents/LinuxIPNetworking LinuxIPNetworking] Yazar: Glenn Herrin Linux 2.2deki IP yığınlarının şekiller ile anlatılması. * [http://kernelnewbies.org/Documents/HighAvailability HighAvailability] High Availability talk by Marcelo Tosatti IRC talk on high availability issues * [http://kernelnewbies.org/Documents/MemoryManagement MemoryManagement] Memory Management talk by Rik van Riel IRC talk on memory management * [http://kernelnewbies.org/Documents/Netfilter Netfilter] Netfilter talk by Harald Welte IRC talk on netfilter == Currently offline == * [http://www.kernelnewbies.org/documents/kdoc/ Kerneldoc] by various contributors. Generated pdf/html files from the kernel source tree. ---- CategoryDocs