~kris/9p

9hist

ref: e730a2625ae2ad2616b5736919f6afd6e1b4243f 9hist/alphapc/segment.h -rw-r--r-- 175 bytes
e730a262 — David du Colombier Plan 9 from Bell Labs 1999-04-15 27 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 },
};