mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-26 05:20:47 -04:00
5 lines
229 B
Plaintext
5 lines
229 B
Plaintext
This package implements a recoverable virtual memory. This is done
|
|
using mmap and a transaction system so that a file can be mapped
|
|
into VM and be remapped in another process and still have the
|
|
data, pointers, etc, still valid.
|