category 6 articles

C, C++ andCode

C++, compiler, runtime, assembly and stuff


>_
001
15.03.2026 advanced

Sounds on GPU

What really happens when the OS switches between processes — register saves, TLB flushes, and the cost you never see.

Read article
0x
002
12.03.2026 intermediate

Virtual Memory From the Ground Up

Page tables, TLBs, and the illusion of infinite memory — built from first principles.

Read article
asm
003
08.03.2026 advanced

Writing a Bootloader in x86 Assembly

512 bytes to get from power-on to your first pixel. Real mode, GDT setup, and jumping to protected mode.

Read article
cfs
004
02.03.2026 deep dive

Linux Scheduler Internals

CFS, red-black trees, vruntime — how Linux decides what runs next and why it matters for real-time.

Read article
pwr
005
25.02.2026 beginner

What Happens When You Press Power

From electrical signal to login screen — the full boot sequence explained for humans.

Read article
sys
006
18.02.2026 intermediate

System Calls Explained

The boundary between user space and kernel — what happens when you call write(), read(), or fork().

Read article