Re: [PATCH gnumach] Align the user stack correctly for 64 bit programs.

2023-03-20 Thread Flávio Cruz
Hi Luca On Mon, Mar 20, 2023 at 3:50 AM Luca wrote: > Hi! This indeed seems to make rpc work, at least in my tests. > > Il 20/03/23 05:59, Flavio Cruz ha scritto: > > diff --git a/i386/i386/thread.h b/i386/i386/thread.h > > index cb317bee..c5da7522 100644 > > --- a/i386/i386/thread.h > > +++ b/i

Re: GSOC

2023-03-20 Thread Samuel Thibault
Hello, Saathvikk M, le lun. 20 mars 2023 13:57:04 +0530, a ecrit: > I am Saathvikk Muthyala. How to register for this specific project through > GSOC? In the GSOC program, the Hurd project is within the GNU organization umbrella. Samuel

Re: GSOC

2023-03-20 Thread jbranso
March 20, 2023 8:16 AM, "Saathvikk M" wrote: > Respected Sir/Madam, > > I am Saathvikk Muthyala. How to register for this specific project through > GSOC? What are you interested in working on? https://darnassus.sceen.net/~hurd-web/community/gsoc/project_ideas/ Which ones seem like fun to yo

GSOC

2023-03-20 Thread Saathvikk M
Respected Sir/Madam, I am Saathvikk Muthyala. How to register for this specific project through GSOC?

Re: [gnu-soc] GNU Hurd : Rust Porting Project

2023-03-20 Thread Harshil Jani
Hii !! I am starting my draft proposal for the GNU/Hurd Rust port. So, Once I have my first draft ready then can I share it here itself or this could be mailed personally ? On Sun, Feb 26, 2023 at 8:22 PM Samuel Thibault wrote: > Harshil Jani, le dim. 26 févr. 2023 19:26:18 +0530, a ecrit: > > S

Re: [RFC PATCH 00/34] The rest of the x86_64-gnu port

2023-03-20 Thread Sergey Bugaev
On Sun, Mar 19, 2023 at 11:13 PM Luca wrote: > > How do you even attach gdb to qemu properly without racing against > > Mach starting up? qemu -S doesn't work (unlike on i386), since if you > > attach GDB immediately at startup, it freaks out about some message > > size mismatch, apparently relate

Re: [PATCH gnumach] Align the user stack correctly for 64 bit programs.

2023-03-20 Thread Luca
Hi! This indeed seems to make rpc work, at least in my tests. Il 20/03/23 05:59, Flavio Cruz ha scritto: diff --git a/i386/i386/thread.h b/i386/i386/thread.h index cb317bee..c5da7522 100644 --- a/i386/i386/thread.h +++ b/i386/i386/thread.h @@ -225,6 +225,17 @@ typedef struct pcb { #define STAC