plan 9 kernel history: overview | file list | diff list

1995/0523/pc/main.c (diff list | history)

1995/0426/sys/src/9/pc/main.c:33,391995/0523/sys/src/9/pc/main.c:33,39 (short | long | prev | next)
1993/0330    
int nconf; 
 
1993/0915    
/* memory map */ 
#define MAXMEG 64 
1995/0523    
#define MAXMEG 128 
1993/0915    
char mmap[MAXMEG+2]; 
 
1991/0716    
void 
1995/0426/sys/src/9/pc/main.c:425,4321995/0523/sys/src/9/pc/main.c:425,434
1994/0814    
	for(i = MAXMEG; i > 1; i--){ 
		if(mmap[i] != 'x') 
			continue; 
1995/0523    
/* 
1994/0817    
		if(memclrtest(i, MB, x) < 0) 
1994/0814    
			mmap[i] = ' '; 
1995/0523    
 */ 
1991/0711    
		x += 0x3141526; 
	} 
1994/0814    
 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)