File: README

package info (click to toggle)
xosview 1.8.3%2Bdebian-21
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,488 kB
  • ctags: 2,103
  • sloc: cpp: 9,983; sh: 2,429; ansic: 400; makefile: 92; awk: 20
file content (6 lines) | stat: -rw-r--r-- 423 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
  This directory containes the source for a linux kernel module.  The
module here will cause a new entry (/proc/memstat) to show up in the 
proc filesystem.  The code for the memstat module is very similar to the
code which produces the /proc/meminfo output.  There is one difference.
/proc/memstat has output which allows xosview to display the percentage
of memory which is shared.  See README.linux for further details.