Marcus pointed this out! Thanks.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@176 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
David Reid 2002-07-13 00:55:02 +00:00
parent 7b65656e74
commit cdbcdb71d9
1 changed files with 2 additions and 5 deletions

View File

@ -110,19 +110,16 @@ int _start(kernel_args *oldka, int cpu_num)
static int main2(void *unused)
{
// int err;
(void)(unused);
dprintf("start of main2: initializing devices\n");
// bootstrap all the filesystems
/* bootstrap all the filesystems */
vfs_bootstrap_all_filesystems();
dev_init(&ka);
module_init(&ka, NULL);
bus_init(&ka);
devs_init(&ka);
dev_init(&ka);
con_init(&ka);
//net_init_postdev(&ka);