diff options
author | Gordon Matzigkeit <gord@fig.org> | 2000-04-18 17:29:41 +0000 |
---|---|---|
committer | Gordon Matzigkeit <gord@fig.org> | 2000-04-18 17:29:41 +0000 |
commit | 1653cf3f02491dc3667148f3dedd9d2131264dc2 (patch) | |
tree | e902923629a9cb262d2396635d14c2cb2faa0c5c /doc | |
parent | 29912a0a7b23c84607d8b1da49c60933f92b1f31 (diff) |
Drop libmom documentation.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/hurd.texi | 28 |
2 files changed, 5 insertions, 28 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index d2e6d42b..b0ca95f8 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2000-04-18 Gordon Matzigkeit <gord@fig.org> + + * hurd.texi (Microkernel Object Library): Delete deprecated + node. + 2000-03-08 Gordon Matzigkeit <gord@fig.org> * hurd.texi (Overview): Add a first cut at an architectural diff --git a/doc/hurd.texi b/doc/hurd.texi index d24396c8..7857292f 100644 --- a/doc/hurd.texi +++ b/doc/hurd.texi @@ -842,7 +842,6 @@ the rest of the Hurd relies upon them quite heavily. @menu * Threads Library:: Every Hurd server and library is multithreaded. -* Microkernel Object Library:: The Microkernel Object Model (MOM). * Ports Library:: Managing server port receive rights. * Integer Hash Library:: Integer-keyed hash tables. * Misc Library:: Things that soon will be in the GNU C library. @@ -875,33 +874,6 @@ library) is completely thread-safe, and the Hurd servers themselves are aggressively multithreaded. -@node Microkernel Object Library -@section Microkernel Object Library -@scindex libmom -@scindex mom.h - -A commonly asked question is whether the Hurd has been ported to the -Open Group's version of the Mach microkernel. The answer is ``no''. - -Currently (April 1998), the Hurd is quite dependent on the GNU Mach -microkernel, which is a derivative of the University of Utah's Mach 4. -However, the Hurd developers are all too aware of the limitations of -Mach. - -@cindex MOM -@cindex Microkernel Object Model -@code{libmom} is the first of several steps that need to be taken in -order to make the Hurd portable to other message-passing microkernels. -@dfn{MOM} stands for @dfn{Microkernel Object Model}, and is an -abstraction of the basic services provided by common message-passing -microkernels. It will provide the necessary insulation so that Hurd -servers and the C library can avoid making microkernel-dependent kernel -calls. - -At the present, though, @code{libmom} is still evolving, and will take -some time to be fully incorporated into the Hurd. - - @node Ports Library @section Ports Library @scindex libports |