~kris/9p

9hist

ref: e60967e8e7a82404ab9c2a0f5c5dab40ec217e7d 9hist/alphapc/segment.h -rw-r--r-- 175 bytes
e60967e8 — David du Colombier Plan 9 from Bell Labs 2000-07-06 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 },
};