* Shuffled initializers around: the team, ELF, and module initializers come

now a lot earlier.
* That makes it now possible to use modules pretty early in the kernel (like
  before timer_init(), or int_init_post_vm()).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26790 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2008-08-04 13:26:13 +00:00
parent cc0b310748
commit 423fcd43ae
3 changed files with 21 additions and 11 deletions
+1
View File
@@ -30,6 +30,7 @@ extern status_t unload_module(const char *path);
extern status_t load_module(const char *path, module_info ***_modules);
extern status_t module_init(struct kernel_args *args);
extern status_t module_init_post_threads(void);
#ifdef __cplusplus
}