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

1999/0415/alphapc/segment.h (diff list | history)

alphapc/segment.h on 1999/0415
1999/0415    
/* 
 * Attach segment types 
 */ 
 
Physseg physseg[] = { 
	{ 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)