source: trunk/third/top/machine/m_next40.c @ 9084

Revision 9084, 1.2 KB checked in by ghudson, 28 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r9083, which included commits to RCS files with non-trunk default branches.
Line 
1/*
2 * top - a top users display for Unix
3 * NEXTSTEP v.0.3  2/14/1996 tpugh
4 *
5 * SYNOPSIS:  any hppa or sparc NEXTSTEP v3.3 system
6 *
7 * DESCRIPTION:
8 *      This is the machine-dependent module for NEXTSTEP v3.x/4.x
9 *      Reported to work for:
10 *              NEXTSTEP v3.2 on HP machines.
11 *              NEXTSTEP v3.3 on HP and Sparc machines.
12 *      Has not been tested for NEXTSTEP v4.0 machines, although it should work.
13 *      Install "top" with the permissions 4755.
14 *              tsunami# chmod 4755 top
15 *              tsunami# ls -lg top
16 *              -rwsr-xr-x  1 root     kmem      121408 Sep  1 10:14 top*
17 *      With the kmem group sticky bit set, we can read kernal memory without problems,
18 *      but to communicate with the Mach kernal for task and thread info, it requires
19 *      root privileges.
20 *
21 * LIBS:
22 *
23 * Need the compiler flag, "-DSHOW_UTT", to see the user task and thread task
24 * data structures to report process info.
25 * Need the compiler flag, "-DNEXTSTEP40", to use the proper task structure.
26 * Need -I. for all the top include files which are searched for in machine/,
27 * because of the way include "file" finds files.
28 *
29 * CFLAGS: -I. -DSHOW_UTT -DNEXTSTEP40
30 *
31 *
32 * AUTHORS:             Tim Pugh <tpugh@oce.orst.edu>
33 */
34
35#include "machine/m_next32.c"
Note: See TracBrowser for help on using the repository browser.