内核引导过程 (The Kernel Boot Process) 上一篇文章解释了计算机的引导过程,正好讲到引导装载程序把系统内核镜像塞进内存,准备跳转到内核入口 点去执行的时刻。
基于16个网页-相关网页
找到引导设备后,开始Linux内核引导过程。
When a boot device is found, the Linux kernel boot process begins.
init进程——本文的重点——是内核引导过程完成时创建的第一个进程。
The init process — the focus of this article — is the first process created as the kernel boot sequence is completed.
initrd与内核绑定在一起,并作为内核引导过程的一部分进行加载。
The initrd is bound to the kernel and loaded as part of the kernel boot procedure.
应用推荐