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

1999/0121/mpc/mem.h (diff list | history)

1999/0121/sys/src/9/mpc/mem.h:18,231999/0122/sys/src/9/mpc/mem.h:18,25 (short | long | prev | next)
1999/0121    
#define	CACHELINELOG	4 
#define CACHELINESZ	(1<<CACHELINELOG) 
 
1999/0122    
#define	MHz	1000000 
 
1999/0121    
#define	MAXMACH		1			/* max # cpus system can run */ 
#define	MACHSIZE	BY2PG 
#define KSTACK		4096			/* Size of kernel stack */ 
1999/0121/sys/src/9/mpc/mem.h:146,1531999/0122/sys/src/9/mpc/mem.h:148,158
1999/0121    
#define	SCC2P	(INTMEM+0x3D00) 
#define	SPIP	(INTMEM+0x3D80) 
#define	TIMERP	(INTMEM+0x3DB0) 
1999/0122    
#define	IDMA2P	(INTMEM+0x3DC0) 
#define	SCC3P	(INTMEM+0x3E00) 
1999/0121    
#define	SMC1P	(INTMEM+0x3E80) 
#define	DSP1P	(INTMEM+0x3EC0) 
1999/0122    
#define	SCC4P	(INTMEM+0x3F00) 
1999/0121    
#define	SMC2P	(INTMEM+0x3F80) 
#define	DSP2P	(INTMEM+0x3FC0) 
 


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