diff options
Diffstat (limited to 'microkernel/mach')
-rw-r--r-- | microkernel/mach/documentation.mdwn | 4 | ||||
-rw-r--r-- | microkernel/mach/external_pager_mechanism.mdwn | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/microkernel/mach/documentation.mdwn b/microkernel/mach/documentation.mdwn index 4bd712c9..cc880ab6 100644 --- a/microkernel/mach/documentation.mdwn +++ b/microkernel/mach/documentation.mdwn @@ -17,6 +17,10 @@ License|/fdl]]."]]"""]] * *[[The_GNU_Mach_Reference_Manual|gnumach/reference_manual]]*. + * {{$mach#kernel_foundation_unix}} + + * {{$mach#vm}} + * {{$mach#kernel_principles}} * {{$mach#kernel_interface}} diff --git a/microkernel/mach/external_pager_mechanism.mdwn b/microkernel/mach/external_pager_mechanism.mdwn index e169495a..d9b6c2c8 100644 --- a/microkernel/mach/external_pager_mechanism.mdwn +++ b/microkernel/mach/external_pager_mechanism.mdwn @@ -14,6 +14,9 @@ mechanism serves to separate *managing memory* from *managing content*. Mach does the former while user-space processes do the latter. +[[!tag open_issue_documentation]] <!-- Should probably refer to {{$mach#vm}}. +--> + # Introduction |