~kris/9p

9hist

ref: 7f34100b9d1f4f182ce33a0aa4c589e8f3f9cf13 9hist/alphapc/segment.h -rw-r--r-- 175 bytes
7f34100b — David du Colombier Plan 9 from Bell Labs 2000-01-12 26 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 },
};