Building Kernel
- CML2: Kernel Configuration Menu Language
- vmlinux
- a statically linked executable file that contains the Linux kernel in one of the executable file formats
- /boot
- a partition at the beginning of drives specifically for storing bootloader and kernel related files
- System.map
- symbols copied from vmlinux
- vmlinuz or zImage
- bzImage(big zImage) = bootsect.o + setup.o + misc.o + piggy.o
- piggy.o contains the gzipped vmlinux file in its data section
- 2.4
- 2.6
- 2.6.11
- 2.6.18
- 2.6.26
- 2.6内核+ramdisk制作过程
- Kernel Rebuild Guide
- How to Compile A Kernel
- Linux Kernel in a Nutshell
page_revision: 8, last_edited: 1257169549|%e %b %Y, %H:%M %Z (%O ago)





