berkus / phantomuserland

Automatically exported from code.google.com/p/phantomuserland
0 stars 0 forks source link

disabled objects #126

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
implement disabled objects:

- object memory is exact number of pages, all pages are unmapped forever
- access causes page fault and processed in a special way

use for mem regions that had been read with error from disk
(and, possibly, for moved objects?)

Original issue reported on code.google.com by dmitry.zavalishin@gmail.com on 19 Sep 2011 at 1:27