w5wa / phantomuserland

Automatically exported from code.google.com/p/phantomuserland
GNU Lesser General Public License v3.0
1 stars 1 forks source link

disabled objects #126

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 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