BzImage

From Linux 101, The beginner's guide to all things Linux.

Jump to: navigation, search

bzImage is the file name given to the compressed kernel image after it has been compiled. In your /usr/src/linux-<version> directory it will magically appear under ./arch/<your-chipset>/boot/ after you run make in the linux source directory. System.map is also a side-effect of running make in this directory.

Personal tools