What are the diffrences between bzImage & vmlinux.bin please ?
I've compiled 2.6.11-rc3-nitro0 using make && make modules_install but now when I need to copy the kernel itself I see 2 big files that seem to fit.
file gives
# file bzImage
bzImage: x86 boot sector
$ file vmlinux.bin
vmilnux.bin: data
yes I know I can just do make install but could you please explain to me what is the usage of those 2 files & when should I use which one ?
Thank you very much,
"In the lookout for knowladge" max.



