# #include "../param.h" /* Values of system parameters (for system examination tools, so they don't * have to be recompiled every time something in param.h is changed). */ int nbuf NBUF; int ninode NINODE; int nfile NFILE; int nmount NMOUNT; int nproc NPROC; int ntext NTEXT; int cmapsiz CMAPSIZ; int smapsiz SMAPSIZ; /* Address of last location in system (for checking to see if we have * the correct system symbol table). */ char *endsys &end;