Textile...Stop messing with RISCOS paths
Jon Abbott (1421) 2651 posts |
Internet.!Run Why are you stripping the middle out…aarghhhh!!! Seems you need notextile. before all RISCOS paths, resulting in: !Boot.Resources.!Internet.!RunBut how do you turn it off mid-sentence:
This module doesn’t exist in either 5.22 or the latest daily HardDisk image, should this line be removed from !Internet.!Run? Or is the Module MIA? Put double == either side of the text…completely obvious! AMB_LazyFixUp line 447 does an AND &F on the FSR, however that’s not correct as the FSR bits are [12][10][3][2][1][0] I can understand [12] being ignored if the R/W status of the abort isn’t relevant, but it should at least check [10] is 0 before doing an AND &F. Where is the source code for SCSIFiler? I can’t seem to find it in the sources. The UpCall handler looks near identical to ADFSFiler and it looks like this loop is triggering an Alignment fault: 01 LDR r3, [r0, #darq_next] TEQ r3, #0 MOVNE r0, r3 BNE %BT01 On my Pi3, [r0, #darq_next] = &FC128796 so on the first loop it triggers the Abort Stuart is seeing. |