home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!sun-barr!olivea!mintaka.lcs.mit.edu!bloom-picayune.mit.edu!daemon
- From: tytso@ATHENA.MIT.EDU (Theodore Ts'o)
- Newsgroups: comp.os.linux
- Subject: Re: ps for 0.97pl2
- Message-ID: <1992Aug29.180749.25981@athena.mit.edu>
- Date: 29 Aug 92 18:07:49 GMT
- Sender: daemon@athena.mit.edu (Mr Background)
- Reply-To: tytso@ATHENA.MIT.EDU (Theodore Ts'o)
- Organization: The Internet
- Lines: 30
-
-
- From: hammond@kwhpc.caseng.com (Kevin W. Hammond)
- Date: Sat, 29 Aug 1992 06:59:40 GMT
-
- I FTP'd ps-0.97 from tsx-11 and I cannot get it to compile under 0.97pl2.
-
- Is there are working version of ps for 0.97pl2 out there some where or have
- I botched the compile job with the version I downloaded??
-
- Just recently appeared on tsx-11: /pub/linux/sources/sbin/ps097p2.
-
- From: rafal@utstat.uucp (Rafal Kustra (summer student))
- Date: Sat, 29 Aug 1992 07:47:20 GMT
-
- On the related note. I've got the same package To try to
- use it for .97pl1. Could not compile it but package
- contains binaries. Ps and top work, but the rest doesn't.
- (free says sumething like _paging_pages not defined).
- Can someone point me to good free for 0.97pl1.
-
- Using the 0.97 ps, modify the function show_memory() in free.c:
-
- Change: paging_pages = get_kword(k_addr("_paging_pages"));
-
- To: paging_pages = pages;
-
- You'll have to muck with the header files a bit, but you should be able
- to get it compile with that one change.
-
- - Ted
-