| plan 9 kernel history: overview | file list | diff list |
1999/0415/alphapc/segment.h (diff list | history)
| alphapc/segment.h on 1999/0415 | ||
| 1999/0415 | /* * 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 }, }; | |