Re: [PATCH] x86_64: update ifdef to exclude the x86_64 for i386 only specific conditions

2025-04-07 Thread Samuel Thibault
Applied, thanks! Etienne Brateau, le lun. 07 avril 2025 22:11:26 +0200, a ecrit: > --- > i386/i386/trap.c| 4 ++-- > i386/intel/pmap.c | 4 ++-- > i386/intel/read_fault.c | 2 +- > 3 files changed, 5 insertions(+), 5 deletions(-) > > diff --git a/i386/i386/trap.c b/i386/i386/trap.c

[PATCH] x86_64: update ifdef to exclude the x86_64 for i386 only specific conditions

2025-04-07 Thread Etienne Brateau
--- i386/i386/trap.c| 4 ++-- i386/intel/pmap.c | 4 ++-- i386/intel/read_fault.c | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/i386/i386/trap.c b/i386/i386/trap.c index a9d0d8d2..90650b31 100644 --- a/i386/i386/trap.c +++ b/i386/i386/trap.c @@ -236,7 +236,7

Re: [RFC] riscv64 stub port for GNU Mach – compiles, early WIP

2025-04-07 Thread Hakan Candar via Bug reports for the GNU Hurd
Dear Samuel, Thank you for your feedback. I am in the process of polishing the GCC configuration files and I will send them a patch for the riscv64-gnu backend shortly. It is indeed a trivial change with no more than 100 lines. For the Mach, I'm planning on getting a simple kprintf working an