~kris/9p

9hist

ref: 082d35c32005b720f53af03a668e873c7381b6d7 9hist/alphapc/segment.h -rw-r--r-- 175 bytes
082d35c3 — David du Colombier Plan 9 from Bell Labs 1999-10-22 26 years ago
                                                                                
1
2
3
4
5
6
7
8
9
/*
 * 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 },
};