~kris/9p

9hist

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