Greatly enlarged the number of possible kernel_arg ranges as we were already

pretty close, and the number of loaded modules have a direct influence on
this (even though we're currently loading the symbols by default).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19320 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-11-17 15:42:42 +00:00
parent 1a948d749b
commit 35d3421dc5
2 changed files with 10 additions and 8 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
/*
* Copyright 2002-2005, Axel Dörfler, [email protected].
* Copyright 2002-2006, Axel Dörfler, [email protected].
* Distributed under the terms of the MIT License.
*
* Copyright 2001-2002, Travis Geiselbrecht. All rights reserved.
@@ -20,7 +20,7 @@
#define CURRENT_KERNEL_ARGS_VERSION 1
#define MAX_KERNEL_ARGS_RANGE 8
#define MAX_KERNEL_ARGS_RANGE 16
typedef struct kernel_args {
uint32 kernel_args_size;