~kris/9p

9hist

ref: 54efb1f8d202f2f7f003ad0d5cb7af6d35a90d7c 9hist/alphapc/segment.h -rw-r--r-- 177 bytes
54efb1f8 — David du Colombier Plan 9 from Bell Labs 2001-03-03 25 years ago
                                                                                
1
2
3
4
5
6
7
8
9
/*
 * Attach segment types
 */

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