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:
Axel Dörfler 2004-06-15 16:54:04 +00:00
parent e07c1f2cc1
commit 2158ae19ee

View File

@ -13,7 +13,12 @@
#include <arch_kernel_args.h>
#define CURRENT_KERNEL_ARGS_VERSION 1
typedef struct kernel_args {
uint32 kernel_args_size;
uint32 version;
uint32 cons_line;
char *str;
addr_range bootdir_addr;