File: README

package info (click to toggle)
xosview 1.7.3-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,000 kB
  • ctags: 1,200
  • sloc: cpp: 7,317; sh: 1,760; ansic: 368; makefile: 46; 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.