diff options
Diffstat (limited to 'microkernel/mach/concepts.mdwn')
-rw-r--r-- | microkernel/mach/concepts.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/microkernel/mach/concepts.mdwn b/microkernel/mach/concepts.mdwn new file mode 100644 index 00000000..04dbb1c6 --- /dev/null +++ b/microkernel/mach/concepts.mdwn @@ -0,0 +1,6 @@ +[[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|documentation]]. |