LPI
201-450 · Question #233
What is a key difference between a zImage and bzImage kernel image?
The correct answer is D. zImage gets loaded completely into low memory. bzImage will load into high memory once low. You've hit your weekly limit · resets 5am (America/New_York)
202 Linux Kernel
Question
What is a key difference between a zImage and bzImage kernel image?
Options
- AzImage is compressed using gzip, bzImage is compressed using bzip2.
- BzImage is for 2.6 series kernels, bzImage is for 3.x series kernels.
- CzImage is limited to 64k, bzImage has no such restriction.
- DzImage gets loaded completely into low memory. bzImage will load into high memory once low
How the community answered
(34 responses)- A12% (4)
- B3% (1)
- C3% (1)
- D82% (28)
Explanation
You've hit your weekly limit · resets 5am (America/New_York)
Topics
#zImage#bzImage#kernel image#low memory vs high memory
Community Discussion
No community discussion yet for this question.