- Load Bios
- Read MBR's config to find out the os
- Load the kernel of the os
- init Process starts
- execute /etc/rc.d /sysinit
- start other modules (etc/modules.conf)
- execute the run level scripts
- execute /etc/rc.d/rc.local
- execute /bin/login
- shell started
Linux的启动步骤
最新推荐文章于 2024-06-20 16:23:18 发布
本文详细介绍了计算机从BIOS加载到最终启动shell的过程。包括读取MBR配置查找操作系统、加载内核、初始化进程、执行系统初始化脚本、启动模块、执行运行级别脚本等关键步骤。
3万+

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



