vmlinux is actually matches the name of the uncompressed kernel image.
bzImage is architecture-specific. On an x86-64 System, this is the name of the compressed kernel image.
bzIamge is the actual kernel image that we use to boot.
then, what's vmlinux for?
Keep notice that vmlinux is the uncompressed file. It can be large(or even very large).
출처: Linux Kernel Programming
'미분류 > Kernel' 카테고리의 다른 글
| [Linux] x86 부팅 과정의 순서 및 이해 (0) | 2022.02.22 |
|---|