Re: Asking help for a little project

2022-01-27 Thread Luca dariz
Hi! Il 27/01/22 09:49, Alessandro Sangiuliano ha scritto: So assuming the situation where my custom name server is booting near the hurd as a module from grub, how to get the other tasks to resume them? I think there could be two ways: * pass the task ports of all other tasks from the command

Re: Asking help for a little project

2022-01-24 Thread Samuel Thibault
Samuel Thibault, le lun. 24 janv. 2022 22:49:50 +0100, a ecrit: > the script launcher will first create the first requested port (here > the host priv port), (more precisely: create a name for it in your task. Names are numbered from 1 for each process, think of them a bit like the file descriptor

Re: Asking help for a little project

2022-01-24 Thread Samuel Thibault
Hello, Alessandro Sangiuliano, le lun. 24 janv. 2022 11:51:04 +, a ecrit: > Looking at the Hurd, startup.c (frob_kernel_process) line: 1092, it sets, as > the comment says too, it installs the proc port to the kernel task as a > bootstrap port making it visible to other Hurds. > Before doing t