~kris/9p

9hist

ref: 5bf63a04db2ab7bd233a9c949499b8a8604f8a42 9hist/carrera/segment.h -rw-r--r-- 174 bytes
5bf63a04 — David du Colombier Plan 9 from Bell Labs 1993-09-04 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_BSS,	"memory",	0,	SEGMAXSIZE,	0, 0 },
	{ 0,		0,		0,	0,		0, 0 },
};