Plan 9 from Bell Labs’s /usr/web/sources/extra/9hist/carrera/segment.h

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


## diffname carrera/segment.h 1993/0903
## diff -e /dev/null /n/fornaxdump/1993/0903/sys/src/brazil/carrera/segment.h
0a
/*
 * 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 },
};
.
## diffname carrera/segment.h 1993/0914
## diff -e /n/fornaxdump/1993/0903/sys/src/brazil/carrera/segment.h /n/fornaxdump/1993/0914/sys/src/brazil/carrera/segment.h
8a
	{ SG_PHYSICAL,	"eisaio",	Eisaphys, 64*1024,	0, 0 },
.
## diffname carrera/segment.h 1993/0915
## diff -e /n/fornaxdump/1993/0914/sys/src/brazil/carrera/segment.h /n/fornaxdump/1993/0915/sys/src/brazil/carrera/segment.h
7,10c
	{ SG_SHARED,	"shared",	0,		SEGMAXSIZE,	0, 0 },
	{ SG_BSS,	"memory",	0,		SEGMAXSIZE,	0, 0 },
	{ SG_PHYSICAL,	"eisaio",	Eisaphys,	64*1024,	0, 0 },
	{ SG_PHYSICAL,	"eisavga",	Eisavgaphys,	128*1024,	0, 0 },
	{ 0,		0,		0,		0,		0, 0 },
.
## diffname carrera/segment.h 1994/0513
## diff -e /n/fornaxdump/1993/0915/sys/src/brazil/carrera/segment.h /n/fornaxdump/1994/0513/sys/src/brazil/carrera/segment.h
10a
	{ SG_PHYSICAL,	"bootrom",	0x1fc00000,	256*1024,	0, 0 },
.
## diffname carrera/segment.h 1994/0520
## diff -e /n/fornaxdump/1994/0513/sys/src/brazil/carrera/segment.h /n/fornaxdump/1994/0520/sys/src/brazil/carrera/segment.h
11a
	{ SG_PHYSICAL,	"nvram",	0xe0009000,	12*1024,	0, 0 },
.
## diffname carrera/segment.h 1994/1007
## diff -e /n/fornaxdump/1994/0520/sys/src/brazil/carrera/segment.h /n/fornaxdump/1994/1007/sys/src/brazil/carrera/segment.h
12a
	{ SG_PHYSICAL,	"fb",	0xe2000000, 4*1024*1024, 0, 0 },
.
## diffname carrera/segment.h 1994/1008
## diff -e /n/fornaxdump/1994/1007/sys/src/brazil/carrera/segment.h /n/fornaxdump/1994/1008/sys/src/brazil/carrera/segment.h
13c
	{ SG_PHYSICAL,	"fb",	0x40000000, 4*1024*1024, 0, 0 },
.
## diffname carrera/segment.h 1995/0126
## diff -e /n/fornaxdump/1994/1008/sys/src/brazil/carrera/segment.h /n/fornaxdump/1995/0126/sys/src/brazil/carrera/segment.h
13c
	{ SG_PHYSICAL,	"fb",		0x40000000,	4*1024*1024,	0, 0 },
.
## diffname carrera/segment.h 1997/0516
## diff -e /n/fornaxdump/1995/0126/sys/src/brazil/carrera/segment.h /n/emeliedump/1997/0516/sys/src/brazil/carrera/segment.h
8a
	{ SG_MAP,	"map",		0,		SEGMAXSIZE,	0, 0 },
.
## diffname carrera/segment.h 2001/0424 # deleted
## diff -e /n/emeliedump/1997/0516/sys/src/brazil/carrera/segment.h /n/emeliedump/2001/0424/sys/src/9/carrera/segment.h
1,16d

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.