~kris/9p

9hist

cdb84845e7b40e86d51bab699a2110410676ccd9 — David du Colombier 31 years ago 53de18d
Plan 9 from Bell Labs 1995-05-23
1 files changed, 3 insertions(+), 1 deletions(-)

M pc/main.c
M pc/main.c => pc/main.c +3 -1
@@ 33,7 33,7 @@ char *confval[MAXCONF];
int nconf;

/* memory map */
#define MAXMEG 64
#define MAXMEG 128
char mmap[MAXMEG+2];

void


@@ 425,8 425,10 @@ confinit(void)
	for(i = MAXMEG; i > 1; i--){
		if(mmap[i] != 'x')
			continue;
/*
		if(memclrtest(i, MB, x) < 0)
			mmap[i] = ' ';
 */
		x += 0x3141526;
	}