~kris/9p

9hist

ref: ddae10c1f9bd44de0b1441c5d8c2e5dc19db21fb 9hist/gnot/segment.h -rw-r--r-- 222 bytes
ddae10c1 — David du Colombier Plan 9 from Bell Labs 1993-04-11 33 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
/*
 * Attach segment types
 */

Physseg physseg[] = {
	{ SG_SHARED,	"lock",		0,	SEGMAXSIZE,	0, 	0 },
	{ SG_SHARED,	"shared",	0,	SEGMAXSIZE,	0, 	0 },
	{ SG_BSS,	"memory",	0,	SEGMAXSIZE,	0,	0 },
	{ 0,		0,		0,	0,		0,	0 },
};