
Directories: oskit/svm and oskit/svm/x86
Target: liboskit_svm.a
Documentation: doc/svm.tex
Original Code Source:
	Flux Research Group, University of Utah
Description:
	The SVM library provides a *simple* virtual memory extension that
	allows applications to allocate virtual memory and assign
	protections to memory regions. A simple pager is also provided.
	The interface is much like mmap/mprotect. The pthreads module
	uses svm to implement stack guards.

	The x86/ directory contains machine specific trap code.
