vmlinuz和initrd

在硬盘安装ubuntu的时候都需要两个文件 vmlinuz和initrd。
那么这两个文件的啥么? 做了点搜索。

Linux 初始 RAM 磁盘(initrd)概述

初始 RAM 磁盘(initrd)是在实际根文件系统可用之前挂载到系统中的一个初始根文件系统。initrd 与内核绑定在一起,并作为内核引导过程的一部分进行加载。内核然后会将这个 initrd 文件作为其两阶段引导过程的一部分来加载模块,这样才能稍后使用真正的文件系统,并挂载实际的根文件系统。


wiki vmlinuz

On Linux systems, vmlinux is a statically linked executable file that contains the Linux kernel in one of the object file formats supported by Linux, including ELF, COFF and a.out. The vmlinux file might be required for kernel debugging, symbol table generation or other operations, but must be made bootable before being used as an operating system kernel by adding a multiboot header, bootsector and setup routines.


posted @ 2011-08-05 09:31  倚楼无语F5  阅读(678)  评论(0编辑  收藏  举报