Penguin

Differences between current version and previous revision of TheHurd.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 8 Last edited on Sunday, June 25, 2006 8:59:55 am by AristotlePagaltzis
Older page: version 7 Last edited on Sunday, June 25, 2006 8:55:29 am by AristotlePagaltzis Revert
@@ -1,5 +1,5 @@
- In short: just say NO TO DRUGS, and maybe you won't end up like the Hurd people. —LinusTorvalds 
+ 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])  
  
 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. 
  
 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.