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

2000/0805/alphapc/segment.h (diff list | history)

1999/0415/sys/src/9/alphapc/segment.h:2,82000/0805/sys/src/9/alphapc/segment.h:2,8 (short | long | prev | next)
1999/0415    
 * Attach segment types 
 */ 
 
Physseg physseg[] = { 
2000/0805    
Physseg physseg[10] = { 
1999/0415    
	{ SG_SHARED,	"shared",	0,	SEGMAXSIZE,	0, 	0 }, 
	{ SG_BSS,	"memory",	0,	SEGMAXSIZE,	0,	0 }, 
	{ 0,		0,		0,	0,		0,	0 }, 


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