Tagged articles
1 articles
Page 1 of 1
ITPUB
ITPUB
Mar 25, 2025 · Fundamentals

What Really Happens When You Double‑Click an App? Inside the OS Loading Process

From double‑clicking an icon to the CPU executing the first instruction, this article walks through how an executable file is identified, loaded into memory, partitioned into code, data, heap and stack sections, and finally launched via the entry‑point address defined in the ELF format.

ELF formatexecutable filesmemory layout
0 likes · 6 min read
What Really Happens When You Double‑Click an App? Inside the OS Loading Process