/* gHW - A graphical frontend to /proc */ /* Copyright (c) 2000-2001 Claudio Fanin <fanin@pd.infn.it> */
/* This program is free software; you can redistribute it and/or */ /* modify it under the terms of the GNU General Public License */ /* as published by the Free Software Foundation; either version 2 */ /* of the License, or (at your option) any later version. */ /* This program is distributed in the hope that it will be useful, */ /* but WITHOUT ANY WARRANTY; without even the implied warranty of */ /* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */ /* GNU General Public License for more details. */ /* You should have received a copy of the GNU General Public License */ /* along with this program; if not, write to the Free Software */
/* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
To install this program, you should have downloaded the file gHW-0.1.x.tar.gz and copied it to /usr/local/src/
gHW uses autoconf / automake. To compile, simply do a
(please substitute x with the current version)
tar -xzvf gHW-0.1.x.tar.gz
cd gHW-0.1.x
sh ./configure
make
You can then start gHW by typing
./src/ghw &
To install gHW on your system, do
make install
(Do this step as root). This will install gHW on your system.
- NOTES
- As an alpha release the are some important aspects unfinished, for example memory allocation... Some misalignment or strange page format is due to the non-uniform style of the different /proc sections, what's not in my hands. My sins are bigger but others. This little program is based on Linux design of /proc so in principle it is not portable to different platforms. And more, it is linked to the 2.2.X kernels; the 2.4.X have a different layout.
Comments and bug-reports are welcome, really.
Also see the gHW-homepage at http://www.pd.infn.it/www_cad/fanin/gHW.html
Claudio Fanin <fanin@pd.infn.it> http://www.pd.infn.it/www_cad/fanin/
