Re: 64bit startup

2024-01-02 Thread Samuel Thibault
Hello, I'm still stuck without being able to start packages building for hurd-amd64 due to this unreliability. Sergey Bugaev, le mar. 31 oct. 2023 10:09:17 +0300, a ecrit: > On Mon, Oct 30, 2023 at 1:27 AM Samuel Thibault > wrote: > > time while [ "$(echo -n `echo a` )" = a ] ; do : ; done > >

Re: [PATCH 1/2] mach/message.h: Use the x86_64 message ABI on all 64-bit ports

2024-01-02 Thread Flávio Cruz
Hi Sergey On Tue, Jan 2, 2024 at 7:21 AM Sergey Bugaev wrote: > Signed-off-by: Sergey Bugaev > --- > include/mach/message.h | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/include/mach/message.h b/include/mach/message.h > index 9790ef98..87b83951 100644 > --

[VERY RFC PATCH 2/2] Add basic public headers for AArch64

2024-01-02 Thread Sergey Bugaev
And just enough of buildsystem plumbing to install them. Signed-off-by: Sergey Bugaev --- This should not break anything if it is applied, but I don't expect it to get applied as is. Rather, please review and discuss. - exception.h lists some exception codes. Particularly, we can apparently d

[PATCH 1/2] mach/message.h: Use the x86_64 message ABI on all 64-bit ports

2024-01-02 Thread Sergey Bugaev
Signed-off-by: Sergey Bugaev --- include/mach/message.h | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/include/mach/message.h b/include/mach/message.h index 9790ef98..87b83951 100644 --- a/include/mach/message.h +++ b/include/mach/message.h @@ -240,7 +240,7 @@ type

aarch64-gnu (and Happy New Year!)

2024-01-02 Thread Nathan Dehnel
Wow, huge kudos.