* Enlarged a single kernel_args chunk to 32 KB (was 16 KB).

* Reduced the kernel_args array size from 32 to 16 (7 are used on a normal
  build).
* Cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27690 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2008-09-22 15:36:46 +00:00
parent 65a9d40a9d
commit 4a47b14ea4
2 changed files with 46 additions and 49 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
#include <util/KMessage.h>
#define CURRENT_KERNEL_ARGS_VERSION 1
#define MAX_KERNEL_ARGS_RANGE 32
#define MAX_KERNEL_ARGS_RANGE 16
// names of common boot_volume fields
#define BOOT_METHOD "boot method"