~kris/9p

9hist

ref: 5273ecd4b5be9b45f86238a026940af8a0ad0a13 9hist/ss/segment.h -rw-r--r-- 227 bytes
5273ecd4 — David du Colombier Plan 9 from Bell Labs 1993-04-10 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 },
};