Linux的启动步骤:
1. load bios(hardware information)
加载基本输入输出系统bios,即basic input and output system
2. read MBR's config to find the OS
读取引导文件
3. load the kernel of the OS
加载内核,这时计算机的支配已经开始完全交给操作系统
4. init process starts...
初始化一些进程
5. excute /ect/rc.d/sysinit
系统初始化
6. start other modules(etc/modules.conf)
启动其他模块,non-kernel
7. execute the run level scripts
启动级别脚本
8. execute /etc/rc.d/rc.local
执行rc.local中的进程
9. execute /bin/login
登陆
10.shell started
开始shell或bash
Linux启动流程详解
本文详细介绍了Linux系统的启动过程,从加载BIOS到开始shell或bash的每一个步骤都进行了阐述,包括加载内核、初始化进程、执行系统初始化脚本等关键环节。

被折叠的 条评论
为什么被折叠?



