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

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


## diffname alphapc/segment.h 1999/0415
## diff -e /dev/null /n/emeliedump/1999/0415/sys/src/brazil/alphapc/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 alphapc/segment.h 2000/0805
## diff -e /n/emeliedump/1999/0415/sys/src/brazil/alphapc/segment.h /n/emeliedump/2000/0805/sys/src/9/alphapc/segment.h
5c
Physseg physseg[10] = {
.
## diffname alphapc/segment.h 2001/0424 # deleted
## diff -e /n/emeliedump/2000/0805/sys/src/9/alphapc/segment.h /n/emeliedump/2001/0424/sys/src/9/alphapc/segment.h
1,9d

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.