^thehatsrule^
Group: Members
Posts: 3275
Joined: July 2006 |
|
Posted: Nov. 20 2006,17:50 |
|
make bzImage I think compresses and packages them in a different format, but I'm don't remember exactly. It shouldn't matter though, you still should be able to boot off it.
If you want to log everthing, you can append " &> my_log_file.log" to any terminal command. At least in bash, this will log both stdout and stderr to the named text file. You'll also notice you won't see the large amount of text, because this is all being redirected to the text file. I usually use tail -f my_log_file.log in another terminal to view its progress.
|