~kris/9p

9hist

ref: 7bc185a4a2f8b4900c3ea86f047a4af359db264e 9hist/carrera/segment.h -rw-r--r-- 174 bytes
7bc185a4 — David du Colombier Plan 9 from Bell Labs 1993-09-11 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 },
};