~kris/9p

9hist

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