Checkpoint: pull in mpm; merge pic from Taj's version of the world
This commit is contained in:
parent
c5561c23cf
commit
5f1cf8e6fb
21 changed files with 3878 additions and 39 deletions
12
src/cmd/mpm/misc.cc
Normal file
12
src/cmd/mpm/misc.cc
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#include "misc.h"
|
||||
|
||||
char errbuf[200];
|
||||
char *progname;
|
||||
int wantwarn = 0;
|
||||
|
||||
int dbg = 0;
|
||||
// dbg = 1 : dump slugs
|
||||
// dbg = 2 : dump ranges
|
||||
// dbg = 4 : report function entry
|
||||
// dbg = 8 : follow queue progress
|
||||
// dbg = 16: follow page fill progress
|
||||
Loading…
Add table
Add a link
Reference in a new issue