summaryrefslogtreecommitdiff
path: root/microkernel/mach/concepts.mdwn
blob: f81e4e4ffd64c5c9d15a6880e2c141d99c4016d9 (plain)
1
2
3
4
5
6
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]].