GNU Hurd 增加了 9pfs、OpenNTPD、动态 /dev/ 条目等功能
GNU Hurd gets 9pfs, OpenNTPD, dynamic /dev/ entries, and more

原始链接: https://www.osnews.com/story/145603/the-hurd-gets-9pfs-openntpd-dynamic-dev-entries-and-more/

GNU Hurd 发布了最新的季度开发报告,重点介绍了这一非传统操作系统内核取得的重要进展。主要更新包括实验性的 9pfs 支持、Neovim 和 OpenNTPD 的移植,以及对 `dhcpcd` 的持续改进,旨在增强未来的 IPv6 功能。 其中最显著的架构进展或许是 Mikhail Karpov 在 `/dev/` 动态设备管理方面的工作。通过将 `storeio` 集成到引导链中,该项目正从静态设备条目转向在启动时对 SATA 设备进行动态填充。这些更新标志着 Hurd 在硬件处理现代化方面迈出了重要一步。尽管该项目属于小众,但它仍在蓬勃发展,并始终致力于其独特的架构理念。

GNU Hurd 项目发布了一系列更新,包括增加对 9pfs 的支持、引入 OpenNTPD 以及动态 `/dev/` 条目。尽管这些更新在 Hacker News 上引发了讨论,但社区的反应依然苦乐参半。 长期关注者指出,虽然这些技术进步值得欢迎,但该项目长达 35 年的开发周期仍是争议焦点。一些评论者打趣说,Hurd 终于达到了 1995 年的标准,而另一些人则感叹该项目与 Redox 和 Genode 等更现代的替代方案相比,缺乏主流动力。 尽管存在这些批评,仍有一群热心的支持者继续支持该项目。即便 Hurd 已不再处于操作系统开发的前沿,支持者们仍因其独特的架构方法以及作为传统 C 语言系统编程守护者的角色而珍视它。归根结底,虽然 Hurd 不太可能获得广泛应用,但社区依然赞赏其为保持项目活力而进行的持续且稳定的工作。
相关文章

原文

The hottest and most promising operating system kernel in development, the GNU Hurd, has published another summary of its most recent quarter of development. Hurd has experimental support for 9pfs now, a work-in–progress port of OpenNTPD, the NTP daemon from OpenBSD, a port of Neovim, and a few more ports here and there.

Diving deeper into the actual kernel itself, there’s a major improvement to how the Hurd handles entries in /dev/:

Mikhail Karpov added some checks for mmap in several places. He also worked on adding storeio to the bootstrap chain. This is actually quite interesting. Currently the Hurd sets device entries in /dev/ statically. For example, I am writing this qoth on a Hurd machine that is using two /dev/ entries for my filesystem: /dev/wd0s1 for swap and /dev/wd0s5 for my root filesystem. However, /dev/wd0s1 through /dev/wd0s16 exist on my computer! Once Mikhail’s project is done, then the Hurd will dynamically populate SATA devices at boot time! No more need for static translators!

↫ The Hurd’s quartely report

The dhcpcd port we talked about earlier this year keeps improving too, which is quite important for future IPv6 support. Of course, there’s way more to dive into, and reading about a bunch of people developing their own thing without any regard for or interest in the mainstream always feels a little bit like a cold glass of tonic – the best soft drink – in the depths of hell. Keep at it.

联系我们 contact @ memedata.com