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:
parent
730f5a50cc
commit
6fdd106e9a
@ -148,13 +148,13 @@ main2(void *unused)
|
||||
|
||||
TRACE(("start of main2: initializing devices\n"));
|
||||
|
||||
TRACE(("Init modules\n"));
|
||||
module_init(&ka);
|
||||
|
||||
/* bootstrap all the filesystems */
|
||||
TRACE(("Bootstrap file systems\n"));
|
||||
vfs_bootstrap_file_systems();
|
||||
|
||||
TRACE(("Init modules\n"));
|
||||
module_init(&ka);
|
||||
|
||||
TRACE(("Init Device Manager\n"));
|
||||
device_manager_init(&ka);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user