Results 1 to 4 of 4
What is the diffrence of bzImage with normal kernel images?...
- 08-15-2007 #1Just Joined!
- Join Date
- Mar 2007
- Location
- Iran-tehran
- Posts
- 35
bzImage
What is the diffrence of bzImage with normal kernel images?
- 08-15-2007 #2
Can you explain what you mean by "normal kernel images". As far as I know bzImage are normal kernel images although there are other image formats such as zImage.
- 08-15-2007 #3Just Joined!
- Join Date
- Mar 2007
- Location
- Iran-tehran
- Posts
- 35
let me correct my question. what is the diffrence between
make
and
make bzImage?
- 08-15-2007 #4
"make bzImage" is used specifically to create the kernel image. "make" can be used as a command that builds the kernel, its modules, creates the image etc without specifying individual commands for each process.


Reply With Quote
