* Enlarged kernel_args array even more, as network boot needs this with all the
extra kernel drivers. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32303 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2002-2008, Axel Dörfler, [email protected].
|
* Copyright 2002-2009, Axel Dörfler, [email protected].
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*
|
*
|
||||||
* Copyright 2001-2002, Travis Geiselbrecht. All rights reserved.
|
* Copyright 2001-2002, Travis Geiselbrecht. All rights reserved.
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
#include <util/KMessage.h>
|
#include <util/KMessage.h>
|
||||||
|
|
||||||
#define CURRENT_KERNEL_ARGS_VERSION 1
|
#define CURRENT_KERNEL_ARGS_VERSION 1
|
||||||
#define MAX_KERNEL_ARGS_RANGE 16
|
#define MAX_KERNEL_ARGS_RANGE 20
|
||||||
|
|
||||||
// names of common boot_volume fields
|
// names of common boot_volume fields
|
||||||
#define BOOT_METHOD "boot method"
|
#define BOOT_METHOD "boot method"
|
||||||
|
|||||||
Reference in New Issue
Block a user