Tag

init process

1 views collected around this technical thread.

Ops Development Stories
Ops Development Stories
Jan 19, 2022 · Cloud Native

Why PID 1 Matters: Unraveling Linux Init and Docker Container Signals

Linux’s PID 1, the init process, is the first user‑space program that spawns all other processes, and in Docker containers it becomes the container’s root process, handling signals uniquely; understanding its behavior and using tools like Tini are essential for reliable container orchestration.

DockerLinuxPID 1
0 likes · 9 min read
Why PID 1 Matters: Unraveling Linux Init and Docker Container Signals
Efficient Ops
Efficient Ops
Jul 20, 2017 · Fundamentals

How Linux Init Switches from Kernel to User Mode: Inside kernel_execve

This article explains how the Linux init process (pid 1) transitions from kernel mode to user mode using kernel_execve and the int 0x80 system call, detailing the register changes, assembly flow, and verification experiment that reveal the privilege level switch.

Linuxinit processkernel_execve
0 likes · 10 min read
How Linux Init Switches from Kernel to User Mode: Inside kernel_execve
Baidu Intelligent Testing
Baidu Intelligent Testing
Mar 20, 2017 · Fundamentals

Android System Boot Process: Bootloader, Linux Kernel, Init, Zygote, and ServiceManager

This article explains the Android boot sequence, covering the bootloader's two stages, Linux kernel initialization, the Init process, the Zygote process that spawns application instances, and the role of ServiceManager and SystemServer in bringing the Android system to a ready state.

AndroidBootloaderLinux kernel
0 likes · 7 min read
Android System Boot Process: Bootloader, Linux Kernel, Init, Zygote, and ServiceManager