File: README

package info (click to toggle)
oskit 0.97.20000202-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 58,008 kB
  • ctags: 172,612
  • sloc: ansic: 832,827; asm: 7,640; sh: 3,920; yacc: 3,664; perl: 1,457; lex: 427; makefile: 337; csh: 141; awk: 78
file content (15 lines) | stat: -rw-r--r-- 597 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

Directories: oskit/svm and oskit/svm/x86 and oskit/svm/arm32
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 and arm32 directory contains machine specific trap
	code and code to interface to the kernel pdir routines.