r2.from(KernelPhase, (from, controller) => {
      from.on("initialNotifyFinished", controller.getInformations);
      from.on("halted", controller.halt);
    });