Penguin
Annotated edit history of TheHurd version 8, including all changes. View license author blame.
Rev Author # Line
8 AristotlePagaltzis 1 In short: just say NO TO DRUGS, and maybe you won't end up like the Hurd people. —LinusTorvalds ([source | http://groups.google.com/groups?selm=fa.odppe6v.k4q5ra@ifi.uio.no])
3 AndrewMitchell 2
7 AristotlePagaltzis 3 The [GNU] [Hurd] (see [Hurd] about the expansion of the "Hurd" acronym) is the [GNU] project's replacement for the [Unix] [Kernel]. The [Hurd] is a collection of servers that run on the [Mach] microkernel to implement file systems, network [Protocol]s, file access control, and other features that are implemented by the [Unix] [Kernel] or similar kernels (such as [Linux]). Each server runs independently in user mode, with only the minimum permissions necessary for its job. DeviceDriver~s can run with user privileges and even load their own servers without rebooting or affecting the stability of other servers or other users on the system or requiring SuperUser privileges to do so.
3 AndrewMitchell 4
7 AristotlePagaltzis 5 This differs from monolithic kernel designs such as [Linux], where all of the code runs in [Kernel] space as a SuperUser; the downside is vastly increased complexity.
3 AndrewMitchell 6
7 AristotlePagaltzis 7 !! See also
6 SamDouglas 8
7 AristotlePagaltzis 9 * [Hurd wiki | http://hurd.gnufans.org/bin/view/Hurd/WebHome]
10 * [The Hurd project homepage | http://hurd.gnu.org]