~kris/9p

9hist

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