Re: [RFC PATCH gnumach 02/34] Remove bootstrap.defs

2023-04-03 Thread Sergey Bugaev
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

Re: [RFC PATCH gnumach 02/34] Remove bootstrap.defs

2023-04-02 Thread Samuel Thibault
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

[RFC PATCH gnumach 02/34] Remove bootstrap.defs

2023-03-19 Thread Sergey Bugaev
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,