lkml.org 
[lkml]   [1999]   [May]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
SubjectRe: Slashdot shitheads
Date
From
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/

\
 
 \ /
  Last update: 2005-03-22 13:51    [W:0.049 / U:0.364 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site