| layout | home |
|---|---|
| title | Home |
This site contains notes and experiments around Linux internals and C/C++ system programming.
It serves as a personal reference built from reading source code, running experiments, and documenting observations.
Process creation, scheduling, signals, and program lifecycle.
Virtual memory behavior and how it becomes visible in user space.
→ Memory
Interaction between user space, the kernel, and the storage stack.
→ I/O
Persistent storage, consistency, and crash behavior.
Kernel interfaces exposed to user space and how they are used.
Parallel execution and coordination in system software.
Kernel mechanisms for separation and resource control.
Common failure modes in low-level software.
→ Failure
Language-level notes and observations from practical use.
→ C / C++
Small experiments used to verify assumptions and document behavior.
→ Projects
Contact: GitHub — felixdngrs