Changes between Initial Version and Version 3 of Ticket #16
- Timestamp:
- 2015-05-19T17:39:28Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16
- Property Component → helenos/boot/mips32
- Property Type defect → enhancement
- Property Summary mips32 and arm32 loaders need to maintain cache coherence → mips32 loaders need to maintain cache coherence
-
Ticket #16 – Description
initial v3 1 Both mips32 and arm32 loaders need to establish cache coherence after they copy the kernel and other components around memory (corner case of self modifying code). 1 The mips32 loader needs to establish cache coherence after it copies the kernel and other components around memory (corner case of self modifying code). 2 3 arm32 already does the right thing. 2 4 3 5 sparc64 already does the right thing.