--- microkernel/mach/gnumach/projects/mach_5.mdwn | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/microkernel/mach/gnumach/projects/mach_5.mdwn b/microkernel/mach/gnumach/projects/mach_5.mdwn index d7355f4b..cceb6fc3 100644 --- a/microkernel/mach/gnumach/projects/mach_5.mdwn +++ b/microkernel/mach/gnumach/projects/mach_5.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2014, 2016 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2014, 2016, 2026 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 @@ -153,10 +153,10 @@ id, so we do not change an existing procedure there. ### Status -A DDE-based solution is used in Debian/Hurd to provide network -drivers. A rump kernel prototype is implemented. These use a kernel -interface written by Zheng Da available in the -"master-user_level_drivers" branch in the GNU Mach repository. +As of early 2026, the Hurd uses a [[DDE-based solution|hurd/dde]] for +various drivers including disks, ethernet, etc. However, we are +planning on replacing dde with [[hurd/rump]] kernels. In fact, the +amd64 Hurd uses [[hurd/rump/rumpdisk]] by default. ### Discussions -- 2.53.0
