From cdb84845e7b40e86d51bab699a2110410676ccd9 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Tue, 23 May 1995 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 1995-05-23 --- pc/main.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pc/main.c b/pc/main.c index a0acb19ce85a7a561a8dc5559d5d15b15c527ad1..de3d8ac44f6cf0e0df5036813be5b0dae64d5417 100644 --- a/pc/main.c +++ b/pc/main.c @@ -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; }