Sıkça sorulan soruları cevaplamak isterseniz eğer lütfen cevabınızı FAQsInProgress ekleyin.

... nasıl yapmalıyım?

  1. Kernel Derleme Kernel nasıl derlenir?
  2. KernelCrossCompilation How do I cross compile a kernel?
  3. /HowToApplyAPatch Yamayı nasıl eklerim?
  4. KernelHackingTools Are there any good IDEs? How do I handle all this code?
  5. /CompileVendorDriver 3. parti aygıt yazılımlarını nasıl derlerim?
  6. /LinuxKernelModuleCompile Bir Linux kernel modülünü nasıl derlerim?
  7. /LinuxKernelDebug101 Hata ayıklamanın en kolay yolu nedir?
  8. /KariyerTavsiyeleri Kernel hacker'ı olarak nasıl iş bulabilirim?
  9. UpstreamMerge How do I get my code into the upstream kernel?

Kernel Yenileri Sorular

  1. /VariousKernelTrees What are the various kernel trees for ?
  2. /WhereDoIBegin Nereden başlamalıyım?
  3. /People on KernelNewBies Who can I find on #kernelnewbies?
  4. /DoINeedToKnowAssembler Kerneli kurcalamak(hack) için makina dili(assembler) bilmeli miyim?
  5. /DoINeedToKnowHardware Kerneli kurcalamak için donanım hakkında çok şey bilmem gerekir mi?
  6. DoesNotWork Kendi kernelimi derledim, fakat çalışmıyor. Problem nedir?

Kernel Kurcalama

  1. /VariousKernelTrees What are the various kernel trees for ?
  2. /System.map System.map dosyası nedir?
  3. /MajorMinor What major/minor does XXX have ?
  4. /CodingStyle Nasıl bir kodlama stili kullanmalıyım?
  5. /LikelyUnlikely likely() ve unlikely() macrolarının anlamı nedir ?
  6. /Preemption What does preemption mean ? Is it available under Linux ?
  7. /LibraryFunctionsInKernel Can I use library functions in the kernel ?
  8. /SyscallTrace How do I intercept system calls ?
  9. /LinkedLists How does the kernel implements linked lists?
  10. /WhyWritingFilesFromKernelIsBad Why reading/writing files from the kernel is bad, and how to do otherwise ?

Linux kernel gotchas

  1. /get current How does get_current() work?
  2. /current How does the current macro helps you access your process-related record?
  3. /ExternAndStaticInlineVariable What's the difference between extern and static inline?
  4. /DoWhile0 Why do a lot of #defines in the kernel use do { ... } while (0)?
  5. /LikelyUnlikely What do the macros likely() and unlikely() mean?
  6. /ContainerOf What is container_of ? How does it work ?
  7. /InitExitMacros What are the __init and __exit macros ?
  8. /WhereIs bad udelay Now, where is __bad_udelay defined?
  9. /asmlinkage asmlinkage nedir?
  10. /down What is that jmp 1b doing out there?
  11. /TestWpBit test_wp_bit magic, or how exception fixups work.
  12. /BUG BUG() fonksiyonu nasıl çalışır?
  13. /StackTrace
    1. Why is there a function on my stack trace that does not get called?
    2. How do I manually get a stack trace?
  14. BootSectorAndKernelImage Why does the kernel no longer directly boot from floppy?

Donanım Soruları

  1. /HyperthreadingDoesNotWork My CPU says it can do hyperthreading. Why do I only see one thread?