豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 719 Bytes

File metadata and controls

24 lines (13 loc) · 719 Bytes

Boot

Info on the boot process and its configuration.

First you must understand the non-Linux-specifics with minimal examples: https://github.com/cirosantilli/x86-bare-metal-examples

boot directory

Usually located at /boot/.

Contains the following Linux specific files:

  • config-VERSION: the kernel configuration options, generated at configuration before kernel compilation by make menuconfig
  • abi-VERSION: TODO what is? Looks like the kernel symbol table of exported symbols.

vmlinuz

Compiled kernel compressed with gzip, thus the Z

vmlinux

bzimage

http://unix.stackexchange.com/questions/5518/what-is-the-difference-between-the-following-kernel-makefile-terms-vmlinux-vml