Author: cieciwa                      Date: Mon Jun 20 07:44:52 2005 GMT
Module: SOURCES                       Tag: LINUX_2_6
---- Log message:
- updated for 2.6.12.

---- Files affected:
SOURCES:
   kernel-MAX_INIT_ARGS.patch (1.1.2.7 -> 1.1.2.8) 

---- Diffs:

================================================================
Index: SOURCES/kernel-MAX_INIT_ARGS.patch
diff -u SOURCES/kernel-MAX_INIT_ARGS.patch:1.1.2.7 
SOURCES/kernel-MAX_INIT_ARGS.patch:1.1.2.8
--- SOURCES/kernel-MAX_INIT_ARGS.patch:1.1.2.7  Sun Aug 29 12:14:47 2004
+++ SOURCES/kernel-MAX_INIT_ARGS.patch  Mon Jun 20 09:44:46 2005
@@ -1,16 +1,3 @@
---- linux-2.6.7-rc2/init/main.c.org    2004-06-04 12:58:31.000000000 +0200
-+++ linux-2.6.7-rc2/init/main.c        2004-06-04 13:43:02.000000000 +0200
-@@ -103,8 +103,8 @@
- /*
-  * Boot command-line arguments
-  */
--#define MAX_INIT_ARGS 32
--#define MAX_INIT_ENVS 32
-+#define MAX_INIT_ARGS 256
-+#define MAX_INIT_ENVS 256
- 
- extern void time_init(void);
- /* Default late time init is NULL. archs can override this later. */
 --- linux-2.6.7/include/asm-i386/param.h.orig  2004-07-03 16:56:41.000000000 
+0200
 +++ linux-2.6.7/include/asm-i386/param.h       2004-07-03 19:10:53.358244832 
+0200
 @@ -18,6 +18,6 @@
@@ -27,7 +14,7 @@
 @@ -17,7 +17,7 @@
  #define MAX_NONPAE_PFN        (1 << 20)
  
- #define PARAM_SIZE 2048
+ #define PARAM_SIZE 4096
 -#define COMMAND_LINE_SIZE 256
 +#define COMMAND_LINE_SIZE 4096
  
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/SOURCES/kernel-MAX_INIT_ARGS.patch?r1=1.1.2.7&r2=1.1.2.8&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to