~kris/9p

9hist

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