Re: Adding a new syscall to gnumach

2021-06-06 Thread Samuel Thibault
Joan Lledó, le dim. 06 juin 2021 19:55:41 +0200, a ecrit: > El 6/6/21 a les 14:48, Samuel Thibault ha escrit: > > AIUI it's not a system call that you are talking about, but an RPC. > > yes, you're right > > > > but it's not enough. > > > > What do you mean by "it's not enough"? What does not w

Re: Adding a new syscall to gnumach

2021-06-06 Thread Joan Lledó
Hi El 6/6/21 a les 14:48, Samuel Thibault ha escrit: AIUI it's not a system call that you are talking about, but an RPC. yes, you're right but it's not enough. What do you mean by "it's not enough"? What does not work *exactly*? sorry, gnumach compilation fails with this error: if test

Re: Adding a new syscall to gnumach

2021-06-06 Thread Samuel Thibault
Hello, Joan Lledó, le jeu. 27 mai 2021 21:33:20 +0200, a ecrit: > In my work to extend the memory proxies implementation, I'm considering > adding a new syscall which receives a memory object and returns whether is > it a proxy or not. I need something like that from the arbiter to properly > set

Adding a new syscall to gnumach

2021-05-27 Thread Joan Lledó
Hi Hurd, In my work to extend the memory proxies implementation, I'm considering adding a new syscall which receives a memory object and returns whether is it a proxy or not. I need something like that from the arbiter to properly set ranges when creating a new proxy. What are the steps to a