On Mon, Apr 3, 2023 at 1:43 AM Samuel Thibault wrote:
> I guess the do_bootstrap_privileged_ports function can be dropped from
> the hurd repo?
I think so, yes, along with the #include "bootstrap_S.h". boot.c never
calls the bootstrap_server_routine, so it's all unused anyway.
Sergey
Hello,
I guess the do_bootstrap_privileged_ports function can be dropped from
the hurd repo?
Applied, thanks!
Samuel
Sergey Bugaev, le dim. 19 mars 2023 18:09:45 +0300, a ecrit:
> As far as I can see, this file was imported in the very beginning of GNU Mach
> history, and unused since then. Nob
As far as I can see, this file was imported in the very beginning of GNU Mach
history, and unused since then. Nobody implements or uses this interface. GNU
Mach uses a different way to pass the privileged ports to the bootstrap tasks:
instead of the task(s) actively asking for the ports in an RPC,