XK0-005 · Question #32
XK0-005 Question #32: Real Exam Question with Answer & Explanation
The correct answer is C: To provide the executable kernel for the system. On Linux systems, vmlinux is a statically linked executable file that contains the Linux kernel in one of the object file formats supported by Linux, which includes ELF, COFF and a.out. The vmlinux file might be required for kernel debugging, symbol table generation or other oper
Question
Which of the following is the purpose of the vmlinux file on a Linux system?
Options
- ATo prevent a Linux kernel panic
- BTo start a Linux virtual machine
- CTo provide the executable kernel for the system
- DTo enable resource access to the network
Explanation
On Linux systems, vmlinux is a statically linked executable file that contains the Linux kernel in one of the object file formats supported by Linux, which includes ELF, COFF and a.out. 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. https://en.wikipedia.org/wiki/Vmlinux
Topics
Community Discussion
No community discussion yet for this question.