KMemStat v0.4
Pieter Eendebak <eendebak@phys.uu.nl>

This is KMemStat. It's a front-end to a kernel module written
by Marnix Coppens. The program shows the memory usage by linux.
You need at least kernel 2.1.x or higher or the module won't compile.
You also need root-access to load the kernel module.

If you have any problems compiling/running KMemStat please let me know.
To run the program you should do the following:

* COMPILE THE PROGRAM * 

./configure
./automoc
./make

* INSTALL THE PROGRAM *

./make install

* LOAD THE KERNEL MODULE *

cd kernel
. ./install_memmap

* START THE PROGRAM *

kmemstat

The loading of the kernel module is at your own risk.





