diff options
-rw-r--r-- | open_issues/resource_management_problems.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/open_issues/resource_management_problems.mdwn b/open_issues/resource_management_problems.mdwn index 3a36514e..760c7d66 100644 --- a/open_issues/resource_management_problems.mdwn +++ b/open_issues/resource_management_problems.mdwn @@ -57,6 +57,10 @@ from capabilities to raw regions of RAM*. This is, of course, non-trivial to implement, and also requires changing the [[RPC]] interfaces, for example, but it is a valid approach, a research topic. +([[!taglink open_issue_documentation]]: compare this to Linux [`vmsplice`'s +SPLICE_F_GIFT +flag](http://www.kernel.org/doc/man-pages/online/pages/man2/vmsplice.2.html#DESCRIPTION).) + # Further Examples |