Also initialize the kernel_args::driver_settings to be on the safe side.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11737 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
376f56d265
commit
eec5ba5ba7
@ -355,6 +355,7 @@ _start(uint32 memSize, ext_memory *extMemoryBlock, uint32 extMemoryCount,
|
||||
ka->arch_args.page_hole = 0xffc00000;
|
||||
ka->num_kernel_args_ranges = 0;
|
||||
ka->num_cpus = 1;
|
||||
ka->driver_settings = NULL;
|
||||
#if 0
|
||||
dprintf("kernel args at 0x%x\n", ka);
|
||||
dprintf("pgdir = 0x%x\n", ka->pgdir);
|
||||
|
Loading…
Reference in New Issue
Block a user