home *** CD-ROM | disk | FTP | other *** search
- This is just some trivial patches to make the xperfmon and load meter
- work on the sun386i. The notes below by Dave Curry concerning adding
- the -DSUN4_0 and -lkvm apply only to the xperfmon changes.
-
- jim@eda.com
-
- Enclosed find:
- README - this file
- XawLoad.diff - diffs to Xaw/Load.c for the sun386
- xperforig.diff - diffs to contrib/clients/xperfmon/system.c
- for the sun386 and sunOS4.0. These include the
- patches by Dave Curry <davy@riacs.edu> for sunOS4.0.
- This diff is between the distributed code and mine.
- xperfdavy.diff - diffs between the system.c with Dave's patches
- already applied, and mine.
-
- ############## Original README file from Dave Curry ##################
-
- The distributed X.V11R3 xperfmon does not run under SunOS 4.0, because
- Sun changed things to access the kernel via the -lkvm library.
-
- The other file in this shell archive, "diffs", contains context diffs
- for core/contrib/clients/xperfmon/system.c to make xperfmon run under
- SunOS 4.0.
-
- In addition to applying the diffs, you'll need to modify the Makefile
- (or Imakefile or whatever) to:
-
- 1. Add "-DSUN4_0" to CFLAGS.
- 2. Add "-lkvm" to the load libraries.
-
- Somebody really needs to rewrite this thing to be truly X11-like; it
- doesn't use the resource database or anything else. Oh well.
-
- Dave Curry
- Research Institute for Advanced Computer Science
- Mail Stop 230-5
- NASA Ames Research Center
- Moffett Field, CA 94035
- davy@riacs.edu
-