Skip to content

Reference

Category

4 articles

  • 01
    Further Reading

    External specifications, manuals, and communities worth knowing about.

  • 02
    Glossary

    Short definitions for the acronyms and terms used throughout the wiki.

  • 03
    Kernel Panics and Stack Backtraces

    What a panic routine reports before halting, how a backtrace is reconstructed from saved frame pointers alone, and why every CPU has to stop, not just the one that panicked.

  • 04
    Security Mitigations (ASLR, Stack Canaries, NX/SMEP/SMAP)

    Restrictions a real kernel imposes that hardware doesn't strictly require, specifically to make a memory bug harder to turn into a working exploit.