~kris/9p

9hist

ref: b14b4318bf069340cbedff3f3939b56fe514376c 9hist/gnot/segment.h -rw-r--r-- 222 bytes
b14b4318 — David du Colombier Plan 9 from Bell Labs 1993-04-09 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 },
};