Boot Sequence
1.load bios
2.read MBR's config to find out the OS
3.load the kernel of the OS
4.init process starts...
5.execute /etc/rc.d/sysinit
6.start other modules(etc/modules.config)
7.execute the run level scripts
init(runlevel-/etc/inittab)
init n
0-系统停机状态
1-单用户工作状态
2-多用户状态(没有NFS)
3-多用户状态(有NFS)网络文件共享
4-系统未用,留给用户
5-图形界面
6-重启
8.execute /etc/rc.d/rc.local
9.execute /bin/login
10.shell started...