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
Usually located at /boot/
.
Contains the following Linux specific files:
config-VERSION
: the kernel configuration options, generated at configuration before kernel compilation bymake menuconfig
abi-VERSION
: TODO what is? Looks like the kernel symbol table of exported symbols.
Compiled kernel compressed with gzip, thus the Z