~kris/9p

9hist

ref: 288caae5f82539a2bf664b1aee489b9efd874e7e 9hist/gnot/segment.h -rw-r--r-- 222 bytes
288caae5 — David du Colombier Plan 9 from Bell Labs 1993-02-26 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 },
};