The kernel_args structure version and size can now be checked and identified
in the kernel. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7986 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -13,7 +13,12 @@
|
|||||||
#include <arch_kernel_args.h>
|
#include <arch_kernel_args.h>
|
||||||
|
|
||||||
|
|
||||||
|
#define CURRENT_KERNEL_ARGS_VERSION 1
|
||||||
|
|
||||||
typedef struct kernel_args {
|
typedef struct kernel_args {
|
||||||
|
uint32 kernel_args_size;
|
||||||
|
uint32 version;
|
||||||
|
|
||||||
uint32 cons_line;
|
uint32 cons_line;
|
||||||
char *str;
|
char *str;
|
||||||
addr_range bootdir_addr;
|
addr_range bootdir_addr;
|
||||||
|
|||||||
Reference in New Issue
Block a user