diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-09-14 16:35:32 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-09-14 16:35:32 +0200 |
commit | 9cedf47ebaebf9224fbbb9670001567098943d79 (patch) | |
tree | ad21162d63654cfc32babf8b4944f31febd22b0c /microkernel/mach/concepts.mdwn | |
parent | bef9a2b0c49d190d384f21e85e4f5e7728dfaac1 (diff) | |
download | web-9cedf47ebaebf9224fbbb9670001567098943d79.tar.gz web-9cedf47ebaebf9224fbbb9670001567098943d79.tar.bz2 web-9cedf47ebaebf9224fbbb9670001567098943d79.zip |
Rename some pages to be more consistent.
Diffstat (limited to 'microkernel/mach/concepts.mdwn')
-rw-r--r-- | microkernel/mach/concepts.mdwn | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/microkernel/mach/concepts.mdwn b/microkernel/mach/concepts.mdwn index f81e4e4f..04dbb1c6 100644 --- a/microkernel/mach/concepts.mdwn +++ b/microkernel/mach/concepts.mdwn @@ -1,7 +1,6 @@ -[[Mach]] is a first-generation [[microkernel]]. Mach's basic abstractions include -[[AddressSpace]]s in the form of [[Mach/Task]]s, execution contexts in the -form of threads, [[Mach/IPC]], [[capabilities]] in the form of -[[Mach/Ports]], and [[Mach/MemoryObjects]], which enable -Mach's [[Mach/ExternalPagerMechanism]]. +[[Mach]] is a first-generation [[microkernel]]. Mach's basic abstractions +include [[address_space]]s in the form of [[task]]s, execution contexts in the +form of [[thread]]s, [[IPC]], [[capabilities|capability]] in the form of [[port]]s, and +[[memory_object]]s, which enable Mach's [[external_pager_mechanism]]. -Mach's API is well-[[documented|Mach/Documentation]].
\ No newline at end of file +Mach's [[API]] is well-[[documented|documentation]]. |