Re: How do I start contributing?
include <[email protected]> Thu, 18 Jun 2026 23:27:13 +0100
| Newsgroups | gmane.os.hurd.bugs |
|---|---|
| Message-ID | <[email protected]> |
On June 18, 2026 11:13:47 PM GMT+01:00, Diego Nieto Cid <[email protected]> wrote: >Hi > >El jue, 18 jun 2026 a las 18:37, include (<[email protected]>) escribió: > >> >> Question, is ARM64 supported, if not, no worries, I'll add it. >> >> >Sergey started porting GNU Hurd to aarch64[1] and there have been some >more >recent attempts at polishing the patches by Paulo[2]. You may search the >mailing list from its archive page in case I missed something relevant[3]. > >Cheers >-- > >[1] https://lists.gnu.org/archive/html/bug-hurd/2023-12/msg00110.html >[2] https://lists.gnu.org/archive/html/bug-hurd/2026-05/msg00061.html >[3] https://lists.gnu.org/archive/html/bug-hurd/ > Looks fun, heh. maybe architecture related code should be in arch/? instead of aarch64/ otherwise it'll be a mess, lol riscv/ mips/ x86/ etc, here could be a suggested directory structure Top level dir!: arch/ arm64/ (files inside) x86/ (files inside) Heh, the current directory structure triggers my "need for perfection". Thanks!