Understanding the Linux Kernel¶
Bovet, D. P., & Cesati, M. (2005). Understanding the Linux Kernel. O'Reilly Media.
Cited by¶
1 citation across 1 artifact.
Each citation links to the sentence it supports in the citing article.
Domain-specific¶
- Segmentation Fault
- Many page faults are expected and resolvable: the kernel may demand-load a page, grow a stack, or perform copy-on-write, then restart the instruction
This sourceBovet and Cesati's page-fault exception-handler section treats demand paging, stack-region expansion and copy-on-write in one place, distinguishing the faults the kernel resolves from the invalid accesses that terminate the process.
- Many page faults are expected and resolvable: the kernel may demand-load a page, grow a stack, or perform copy-on-write, then restart the instruction
Verification¶
This reference passed the adversarial substantiation pipeline: it was checked to exist and to support the claim it is attached to. See how references were verified.
Registry ID ref:b6164c0450c6 · see in the full table