File systems are modules now, so the module initialization must come before
bootstrapping the initial file systems. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7811 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -148,13 +148,13 @@ main2(void *unused)
|
|||||||
|
|
||||||
TRACE(("start of main2: initializing devices\n"));
|
TRACE(("start of main2: initializing devices\n"));
|
||||||
|
|
||||||
|
TRACE(("Init modules\n"));
|
||||||
|
module_init(&ka);
|
||||||
|
|
||||||
/* bootstrap all the filesystems */
|
/* bootstrap all the filesystems */
|
||||||
TRACE(("Bootstrap file systems\n"));
|
TRACE(("Bootstrap file systems\n"));
|
||||||
vfs_bootstrap_file_systems();
|
vfs_bootstrap_file_systems();
|
||||||
|
|
||||||
TRACE(("Init modules\n"));
|
|
||||||
module_init(&ka);
|
|
||||||
|
|
||||||
TRACE(("Init Device Manager\n"));
|
TRACE(("Init Device Manager\n"));
|
||||||
device_manager_init(&ka);
|
device_manager_init(&ka);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user