Skip to content
EntityQ307118· pop 8· linked from 158 articles

Also known as vmlinuz

right|thumb|Linux kernel boot and decompression process

~4 min read

Article

8 sections
Contents
  • Etymology
  • Location
  • Compression
  • bzImage
  • See also
  • Notes and references
  • Further reading
  • External links

right|thumb|Linux kernel boot and decompression process

vmlinux (Virtual Memory Linux) is a statically linked executable file that contains the Linux kernel in one of the object file formats supported by Linux, which includes Executable and Linkable Format (ELF) and Common Object File Format (COFF). 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. vmlinuz is the compressed version of vmlinux.

Available in 8 languages

via Wikidata sitelinks · CC0

Connections

Categories