Sıkça sorulan soruları cevaplamak isterseniz eğer lütfen cevabınızı FAQsInProgress ekleyin.
... nasıl yapmalıyım?
Kernel Derleme Kernel nasıl derlenir?
KernelCrossCompilation How do I cross compile a kernel?
/HowToApplyAPatch Yamayı nasıl eklerim?
KernelHackingTools Are there any good IDEs? How do I handle all this code?
/CompileVendorDriver 3. parti aygıt yazılımlarını nasıl derlerim?
/LinuxKernelModuleCompile Bir Linux kernel modülünü nasıl derlerim?
/LinuxKernelDebug101 Hata ayıklamanın en kolay yolu nedir?
/KariyerTavsiyeleri Kernel hacker'ı olarak nasıl iş bulabilirim?
UpstreamMerge How do I get my code into the upstream kernel?
Kernel Yenileri Sorular
/VariousKernelTrees What are the various kernel trees for ?
/WhereDoIBegin Nereden başlamalıyım?
/People on KernelNewBies Who can I find on #kernelnewbies?
/DoINeedToKnowAssembler Kerneli kurcalamak(hack) için makina dili(assembler) bilmeli miyim?
/DoINeedToKnowHardware Kerneli kurcalamak için donanım hakkında çok şey bilmem gerekir mi?
DoesNotWork Kendi kernelimi derledim, fakat çalışmıyor. Problem nedir?
Kernel Kurcalama
/VariousKernelTrees What are the various kernel trees for ?
/System.map System.map dosyası nedir?
/MajorMinor What major/minor does XXX have ?
/CodingStyle Nasıl bir kodlama stili kullanmalıyım?
/LikelyUnlikely likely() ve unlikely() macrolarının anlamı nedir ?
/Preemption What does preemption mean ? Is it available under Linux ?
/LibraryFunctionsInKernel Can I use library functions in the kernel ?
/SyscallTrace How do I intercept system calls ?
/LinkedLists How does the kernel implements linked lists?
/WhyWritingFilesFromKernelIsBad Why reading/writing files from the kernel is bad, and how to do otherwise ?
Linux kernel gotchas
/get current How does get_current() work?
/current How does the current macro helps you access your process-related record?
/ExternAndStaticInlineVariable What's the difference between extern and static inline?
/DoWhile0 Why do a lot of #defines in the kernel use do { ... } while (0)?
/LikelyUnlikely What do the macros likely() and unlikely() mean?
/ContainerOf What is container_of ? How does it work ?
/InitExitMacros What are the __init and __exit macros ?
/WhereIs bad udelay Now, where is __bad_udelay defined?
/asmlinkage asmlinkage nedir?
/down What is that jmp 1b doing out there?
/TestWpBit test_wp_bit magic, or how exception fixups work.
/BUG BUG() fonksiyonu nasıl çalışır?
- Why is there a function on my stack trace that does not get called?
- How do I manually get a stack trace?
BootSectorAndKernelImage Why does the kernel no longer directly boot from floppy?
Donanım Soruları
/HyperthreadingDoesNotWork My CPU says it can do hyperthreading. Why do I only see one thread?