diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2012-04-17 00:16:32 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2012-04-17 00:16:32 +0200 |
commit | 1dc28d745d45be6764072af1da0ceda52a0c17a3 (patch) | |
tree | 1271b34236f2b2577185b11b1d2ade6fb1f0dbe8 /open_issues/gnumach_memory_management.mdwn | |
parent | a65f14df8e3d93f71acf276fb0773d6557b9fbab (diff) | |
download | web-1dc28d745d45be6764072af1da0ceda52a0c17a3.tar.gz web-1dc28d745d45be6764072af1da0ceda52a0c17a3.tar.bz2 web-1dc28d745d45be6764072af1da0ceda52a0c17a3.zip |
IRC.
Diffstat (limited to 'open_issues/gnumach_memory_management.mdwn')
-rw-r--r-- | open_issues/gnumach_memory_management.mdwn | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/open_issues/gnumach_memory_management.mdwn b/open_issues/gnumach_memory_management.mdwn index d29e316c..f8e27e62 100644 --- a/open_issues/gnumach_memory_management.mdwn +++ b/open_issues/gnumach_memory_management.mdwn @@ -2101,3 +2101,18 @@ There is a [[!FF_project 266]][[!tag bounty]] on this task. branch in master ? <youpi> I was considering as soon as mcsim gets his paper <braunr> right + + +# IRC, freenode, #hurd, 2012-02-22 + + <mcsim> Do I understand correct, that real memory page should be + necessarily in one of following lists: vm_page_queue_active, + vm_page_queue_inactive, vm_page_queue_free? + <braunr> cached pages are + <braunr> some special pages used only by the kernel aren't + <braunr> pages can be both wired and cached (i.e. managed by the page + cache), so that they can be passed to external applications and then + unwired (as is the case with your host_slab_info() function if you + remember) + <braunr> use "physical" instead of "real memory" + <mcsim> braunr: thank you. |