~kris/9p

9hist

ref: 79df10c08f89f08876c5a1f4f9f1f8eff9c45db9 9hist/ss/segment.h -rw-r--r-- 227 bytes
79df10c0 — David du Colombier Plan 9 from Bell Labs 1993-02-23 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 },
};