~kris/9p

9hist

b62e45bc56eb3e5b36921858874442ad51f7576a — David du Colombier 31 years ago 7400b3f
Plan 9 from Bell Labs 1994-10-08
1 files changed, 1 insertions(+), 1 deletions(-)

M carrera/segment.h
M carrera/segment.h => carrera/segment.h +1 -1
@@ 10,6 10,6 @@ Physseg physseg[] =
	{ SG_PHYSICAL,	"eisavga",	Eisavgaphys,	128*1024,	0, 0 },
	{ SG_PHYSICAL,	"bootrom",	0x1fc00000,	256*1024,	0, 0 },
	{ SG_PHYSICAL,	"nvram",	0xe0009000,	12*1024,	0, 0 },
	{ SG_PHYSICAL,	"fb",	0xe2000000, 4*1024*1024, 0, 0 },
	{ SG_PHYSICAL,	"fb",	0x40000000, 4*1024*1024, 0, 0 },
	{ 0,		0,		0,		0,		0, 0 },
};