| plan 9 kernel history: overview | file list | diff list |
1993/0210/power/segment.h (diff list | history)
| 1993/0120/sys/src/9/power/segment.h:2,19 – 1993/0210/sys/src/9/power/segment.h:2,16 (short | long | prev | next) | ||
| 1991/0705 | * Attach segment types */ | |
| 1993/0210 | #define VME16IO3 0x17C10000 #define VME32TDFB (0x30000000+128*MB) Physseg physseg[] = | |
| 1991/0705 | { | |
| 1993/0120 |
| |
| 1991/0705 |
| |
| 1991/0802 | { SG_PHYSICAL, "lock", 0, 1024*BY2PG, lkpage, lkpgfree }, | |
| 1993/0120 |
| |
| 1993/0210 | { SG_SHARED, "shared", 0, SEGMAXSIZE, 0, 0 }, { SG_BSS, "memory", 0, SEGMAXSIZE, 0, 0 }, { SG_PHYSICAL, "vme16", VME16IO3, 64*1024, 0, 0 }, { SG_PHYSICAL, "tdsfb", VME32TDFB, 4*MB, 0, 0 }, { 0, 0, 0, 0, 0, 0 }, | |
| 1991/0705 | }; | |