diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2026-04-02 00:27:49 +0200 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2026-04-02 00:27:49 +0200 |
| commit | 97c31b282fb00cc583e5cf161354b93e7bad61cd (patch) | |
| tree | 70162e307c0bc8775016c7d104d52eb96cbc47da | |
| parent | c8df23cb93c0085fee8de413620c8fbc1e3e532f (diff) | |
Add Gentoo GNU/Hurd announce
| -rw-r--r-- | news/2026-04-01-gentoo_gnu_hurd.mdwn | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/news/2026-04-01-gentoo_gnu_hurd.mdwn b/news/2026-04-01-gentoo_gnu_hurd.mdwn new file mode 100644 index 00000000..8392e439 --- /dev/null +++ b/news/2026-04-01-gentoo_gnu_hurd.mdwn @@ -0,0 +1,49 @@ +[[!meta copyright="Copyright © 2021 Free Software Foundation, Inc."]] + +[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable +id="license" text="Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, Version 1.2 or +any later version published by the Free Software Foundation; with no Invariant +Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license +is included in the section entitled [[GNU Free Documentation +License|/fdl]]."]]"""]] + +[[!meta date="2026-04-01 00:00 UTC"]] + +Gentoo GNU/Hurd released! +[[!if test="included()" then="""[[!toggle id=full_news +text="Details."]][[!toggleable id=full_news text="[[!paste id=full_news]]"]]""" +else=" +[[!paste id=full_news]]"]] + +[[!cut id="full_news" text=""" + +“ +The year is 2026 and Gentoo is perhaps ready for an advanced kernel: +the GNU Hurd. + +[...] + +Scripts to build a working image that can be booted in QEMU can be +found at https://codeberg.org/thesamesam/gentoo-hurd (will move that to +Gentoo infra). +” + + +Read the [announcement email](https://public-inbox.gentoo.org/gentoo-dev/cover.1774994271.git.sam@gentoo.org/). + +--- + +The **GNU Hurd** is the GNU project's replacement for the Unix kernel. It is a +collection of servers that run on the Mach microkernel to implement file +systems, network protocols, file access control, and other features that are +implemented by the Unix kernel or similar kernels (such as Linux). [[More +detailed|hurd/documentation]]. + +**GNU Mach** is the microkernel upon which a GNU Hurd system is based. It +provides an Inter Process Communication (IPC) mechanism that the Hurd uses to +define interfaces for implementing in a distributed multi-server fashion the +services a traditional operating system kernel provides. [[More +detailed|microkernel/mach/gnumach]]. + +"""]] |
