IanJeffray wrote: ↑Tue Nov 01, 2022 11:45 am
Sure. I can put the Simtec card in another machine with another FS to load things from. I've some old spinning rust and some CF cards that I can hang from the Simtec for testing.
Could you attach a drive we can test with please and upload the output from the following:
- create two identical 50MB partitions
- format the 1st for FileCore
- *SPOOL the output from the following commands
Code: Select all
SYS "IDEFS_Enumerate",-1 TO A%
FOR Z%=&10000 TO &12000 STEP 4:!Z%=-1:NEXT
SYS "IDEFS_XferData",A%,&41,0,&10000,&1000,1<<9 TO ,,R2%,R3%,R4%
PRINT "0: ";~R2%,~R3%,~R4%
*SAVE data1 10000+1100
FOR Z%=&10000 TO &12000 STEP 4:!Z%=-1:NEXT
SYS "IDEFS_XferData",A%,&41,0,&10000,&1000,0 TO ,,R2%,R3%,R4%
PRINT "1: ";~R2%,~R3%,~R4%
*SAVE data2 10000+1100
FOR Z%=&10000 TO &12000 STEP 4:!Z%=-1:NEXT
SYS "IDEFS_XferData",A%,&41,1,&10200,&C00,1<<9
*SAVE data3 10000+1100
I'm not certain if addressing is in LBA - data1/data3 should confirm that. I'm also not certain if R5 is required on entry or what it is (I think its the LBA size), which data2 should confirm. Finally, a comparison of R2,R3,R4 on exit should confirm if it updates the input parameters and if the R5 entry parameter affects them.
From looking at the scandisc function in IDETool, I'm guessing the partition table is within the first 6 LBA and verified by "andy" being the 1st or 2nd word in the sector.
Once I'm certain on those parameters, we'll try a write.