9fans archive / 1998 / 11 / 89    prev next

search terms are split using tokenize from:regexp searches From: lines subject:regexp searches Subject: lines before:yyyy[/mm[/dd]] and after:yyyy[/mm[/dd]] specify date range powered by grep(1)
From: 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.