diff options
Diffstat (limited to 'microkernel/mach/concepts.mdwn')
-rw-r--r-- | microkernel/mach/concepts.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/microkernel/mach/concepts.mdwn b/microkernel/mach/concepts.mdwn new file mode 100644 index 00000000..f81e4e4f --- /dev/null +++ b/microkernel/mach/concepts.mdwn @@ -0,0 +1,7 @@ +[[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's API is well-[[documented|Mach/Documentation]].
\ No newline at end of file |