Damien Zammit, le mar. 02 mars 2021 22:41:34 +1100, a ecrit: > > + /* If we have a bootstrap port we must call fsys_startup */ > if (bootstrap == MACH_PORT_NULL) > - error (10, 0, "Must be started as a translator"); > + task_get_bootstrap_port (mach_task_self (), &bootstrap);
Please keep the error when the bootstrap port is still NULL, just like diskfs_init_main does. Samuel