~kris/9p

9hist

ref: 2c5e885bd9ac1824b4e5d4546124c79a1ec5acb0 9hist/ss/segment.h -rw-r--r-- 227 bytes
2c5e885b — David du Colombier Plan 9 from Bell Labs 1993-04-08 33 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
/*
 * Attach segment types
 */

Physseg physseg[] = {
	{ SG_SHARED,	"shared",	0,	SEGMAXSIZE,	0, 	0 },
	{ SG_PHYSICAL,	"kmem",		KZERO,	SEGMAXSIZE,	0,	0 },
	{ SG_BSS,	"memory",	0,	SEGMAXSIZE,	0,	0 },
	{ 0,		0,		0,	0,		0,	0 },
};