LPI
201-450 · Question #161
What is the difference between zImage and bzImage targets when compiling a kernel?
The correct answer is C. zImage is loaded into low memory, bzImage is loaded into high memory. You've hit your session limit · resets 10:20pm (America/New_York)
Linux Kernel
Question
What is the difference between zImage and bzImage targets when compiling a kernel?
Options
- AzImage is compressed using gzip, bzImage is compressed using bzip2
- BzImage is for 2.4 series kernels, bzImage is for 2.6 series kernels
- CzImage is loaded into low memory, bzImage is loaded into high memory
- DzImage is limited to 64k, bzImage is not
How the community answered
(29 responses)- A7% (2)
- B3% (1)
- C76% (22)
- D14% (4)
Explanation
You've hit your session limit · resets 10:20pm (America/New_York)
Topics
#zImage#bzImage#kernel loading#memory addressing
Community Discussion
No community discussion yet for this question.