Re: Slashdot shitheads

Rogier Wolff (R.E.Wolff@BitWizard.nl)
Sat, 15 May 1999 07:47:46 +0200 (MEST)


Zygo Blaxell wrote:

> Completely random thought...
>
> As a newbie-deterrent(*), why not put a short statement that is
> printk()'ed at bootup right after the version line. I can't really

Instead of talking about it, DO something!

Roger.

diff -ur linux-2.2.5.clean/init/main.c linux-2.2.5.warn/init/main.c
--- linux-2.2.5.clean/init/main.c Wed Apr 7 16:56:13 1999
+++ linux-2.2.5.warn/init/main.c Sat May 15 07:43:51 1999
@@ -1117,6 +1117,12 @@
* enable them
*/
printk(linux_banner);
+ if (LINUX_VERSION_CODE & 0x000100) {
+ /* This is a development release. */
+ printk ("This is a development kernel. This means that this kernel is not fit\n"
+ "for use on production machines. You have been warned!");
+ }
+
setup_arch(&command_line, &memory_start, &memory_end);
memory_start = paging_init(memory_start,memory_end);
trap_init();

-- 
** R.E.Wolff@BitWizard.nl ** http://www.BitWizard.nl/ ** +31-15-2137555 **
*-- BitWizard writes Linux device drivers for any device you may have! --*
------ Microsoft SELLS you Windows, Linux GIVES you the whole house ------

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/