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

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

1999/0608/sys/src/9/mpc/mem.h:173,1871999/0609/sys/src/9/mpc/mem.h:173,184 (short | long | prev | next)
1999/0121    
#define	TSTKTOP		(USTKTOP-USTKSIZE)	/* end of new stack in sysexec */ 
#define TSTKSIZ 	100 
 
/* 
 * atlas board registers 
 */ 
#define	INTMEM		0x80000000 
1999/0608    
#define	ISAMEM	0x80100000 
1999/0121    
#define	FLASH0MEM	0x80200000 
#define	FLASH1MEM	0x80400000 
1999/0609    
#define	ISAMEM		0x80100000 
#define	FLASHMEM	0xff000000 
#define	SACMEM		FLASHMEM + 0x40000 
1999/0608    
#define	NVRAMMEM	0x80600000 
1999/0126    
#define DRAMMEM		0xff000000		/* to 0xffffffff: 16 Meg */ 
1999/0609    
#define DRAMMEM		0xff800000		/* to 0xffffffff: 8 Meg */ 
1999/0121    
 
#define	SIRAM	(INTMEM+0xC00) 
#define	LCDCOLR	(INTMEM+0xE00) 


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