Now maintains the kernel_args size and version fields.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7988 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-06-15 16:55:45 +00:00
parent 0e67fb5a42
commit 201b3e6fd1

View File

@ -349,6 +349,8 @@ _start(uint32 memSize, ext_memory *extMemoryBlock, uint32 extMemoryCount,
#endif
// save the kernel args
ka->kernel_args_size = sizeof(kernel_args);
ka->version = CURRENT_KERNEL_ARGS_VERSION;
ka->arch_args.system_time_cv_factor = cv_factor;
ka->str = NULL;
ka->arch_args.page_hole = 0xffc00000;