Index: [thread] [date] [subject] [author]
  From: Christoph Egger <Christoph_Egger@t-online.de>
  To  : GGI-Mailing-Liste <ggi-develop@eskimo.com>
  Date: Thu, 13 May 1999 20:43:52 +0200 (MEST)

linux 2.3 is out

Hi all!

Just for people who are interested for:

The linux kernel 2.3.0 is out!

Here is the patch to it:

bash$ bunzip2 patch-2.2.8-to-2.3.0.bz2
bash$ cat patch-2.2.8-to-2.3.0
diff -u --recursive --new-file v2.2.8/linux/Makefile linux/Makefile
--- v2.2.8/linux/Makefile       Tue May 11 13:10:27 1999
+++ linux/Makefile      Tue May 11 13:03:06 1999
@@ -1,6 +1,6 @@
 VERSION = 2
-PATCHLEVEL = 2
-SUBLEVEL = 8
+PATCHLEVEL = 3
+SUBLEVEL = 0
 EXTRAVERSION =

 ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/)
bash$



Christoph Egger
E-Mail: Christoph_Egger@t-online.de

Index: [thread] [date] [subject] [author]