> I have a question about Kernel compiling options (sorry, i didn't found this > in the Kernel How-To) > > 1. How do I configure the message which appears just after loading the > kernel? i mean this message which shows the compiling date&time, > username@machine and so on. I want to adjust this message. The version string is defined in init/version.c, using environment settings created by the top-level Makefile. You can directly edit the string in version.c, or edit the pieces used to generate it in the Makefile (the latter is probably the safer option). Charles Steinkuehler http://lrp.steinkuehler.net http://c0wz.steinkuehler.net (lrp.c0wz.com mirror) _______________________________________________ Leaf-devel mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/leaf-devel
