Configure the host adapter driver to be loaded through an initial RAM disk, which applies the configuration data for redundant disks when loading the adapter module at boot time.
2
在加载映像时,第二阶段的引导加载程序就会将控制权交给内核映像,然后内核就可以进行解压和初始化了。
When the images are loaded, the second-stage boot loader passes control to the kernel image and the kernel is decompressed and initialized.
3
当内核被引导并进行初始化之后,内核就可以启动自己的第一个用户空间应用程序了。
After the kernel is booted and initialized, the kernel starts the first user-space application.