Skip to content

Latest commit

 

History

History
84 lines (49 loc) · 1.41 KB

File metadata and controls

84 lines (49 loc) · 1.41 KB
layout home
title Home

Felix — Linux Internals & System Programming

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.

Topics

Execution

Process creation, scheduling, signals, and program lifecycle.

Execution


Memory

Virtual memory behavior and how it becomes visible in user space.

Memory


I/O

Interaction between user space, the kernel, and the storage stack.

I/O


Filesystems

Persistent storage, consistency, and crash behavior.

Filesystems


Interfaces

Kernel interfaces exposed to user space and how they are used.

Interfaces


Concurrency

Parallel execution and coordination in system software.

Concurrency


Isolation

Kernel mechanisms for separation and resource control.

Isolation


Failure

Common failure modes in low-level software.

Failure


C / C++

Language-level notes and observations from practical use.

C / C++


Projects

Small experiments used to verify assumptions and document behavior.

Projects


Contact: GitHub — felixdngrs