* boot_item_init() must come before debug_init_post_vm() or else neither the

boot screen cannot be updated, nor might VESA work.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36625 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2010-05-05 14:36:03 +00:00
parent 7198f76564
commit cd7a139273
+1 -1
View File
@@ -123,6 +123,7 @@ _start(kernel_args *bootKernelArgs, int currentCPU)
vm_init(&sKernelArgs);
// Before vm_init_post_sem() is called, we have to make sure that
// the boot loader allocated region is not used anymore
boot_item_init();
debug_init_post_vm(&sKernelArgs);
low_resource_manager_init();
@@ -130,7 +131,6 @@ _start(kernel_args *bootKernelArgs, int currentCPU)
arch_platform_init_post_vm(&sKernelArgs);
lock_debug_init();
TRACE("init driver_settings\n");
boot_item_init();
driver_settings_init(&sKernelArgs);
debug_init_post_settings(&sKernelArgs);
TRACE("init notification services\n");