9fans archive / 1998 / 11 / 89 prev nextFrom: Franklin 973930@dcc... Subject: map and unmap pages of memory Date: Wed, 18 Nov 1998 19:06:14 -0200 I'd like to map and unmap pages of memory. In Unix there exists map and unmap functions defined in /usr/include/sys/mman.h. How could I use these functions in Plan 9? Franklin.