summaryrefslogtreecommitdiff
path: root/README.top
diff options
context:
space:
mode:
authoralbert <>2002-10-18 21:07:49 +0000
committeralbert <>2002-10-18 21:07:49 +0000
commit80a7f3ff359514cda60e0956ba4918cb468a2ea8 (patch)
treec91c454403c2631c6811412f80b2c51e73e2c585 /README.top
parent33023bbf348b63541e617bb70e0258b2d4a0c47f (diff)
downloadprocps-ng-80a7f3ff359514cda60e0956ba4918cb468a2ea8.tar.gz
SMP fix, speed, hide IO-wait, dumb/VT510 terms
Diffstat (limited to 'README.top')
-rw-r--r--README.top4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.top b/README.top
index d206586..b2e9e44 100644
--- a/README.top
+++ b/README.top
@@ -171,7 +171,7 @@ Thanks.
read those lines | case 5: case 6: case 7: case:
from the LEFT to | cap = Curwin->captab[(int:
the RIGHT? This | *sub_end = '\0'; :
- "innovation" may | printf("%s%.*s%s", cap, r:
+ "innovation" may | PUTP("%s%.*s%s", cap, roo:
possibly benefit | room -= (sub_end - sub_be:
those particular | sub_beg = ++sub_end; :
kinds of people, | break; :
@@ -241,9 +241,11 @@ Enjoy...
//#define CASEUP_SCALE /* show scaled time/num suffix upper case */
//#define CASEUP_SUMMK /* show memory summary kilobytes with 'K' */
//#define POSIX_CMDLIN /* use '[ ]' for kernel threads, not '( )' */
+//#define PRETEND2_5_X /* pretend we're linux 2.5.x (for IO-wait) */
//#define PRETEND4CPUS /* pretend we're smp with 4 ticsers (sic) */
//#define PRETENDNOCAP /* use a terminal without essential caps */
//#define SORT_SUPRESS /* *attempt* to reduce qsort overhead */
//#define USE_LIB_STA3 /* use lib status (3 ch) vs. proc_t (1 ch) */
+//#define YIELDCPU_OFF /* hang on tight, DON'T issue sched_yield */
//#define WARN_NOT_SMP /* restrict '1' & 'I' commands to true smp */