| plan 9 kernel history: overview | file list | diff list |
1991/0706/port/portdat.h (diff list | history)
| 1991/0705/sys/src/9/port/portdat.h:348,353 – 1991/0706/sys/src/9/port/portdat.h:348,354 (short | long | prev | next) | ||
|
Add Segment.flushme.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1991/0705 | ulong size; /* size in pages */ ulong fstart; /* start address in file for demand load */ ulong flen; /* length of segment in file */ | |
| 1991/0706 | int flushme; /* maintain consistent icache for this segment */ | |
| 1991/0705 | Image *image; /* image in file system attached to this segment */ Page *(*pgalloc)(ulong addr);/* SG_PHYSICAL page allocator */ void (*pgfree)(Page *); /* SG_PHYSICAL page free */ | |