Gideon
Gideon
Okay.. Then how do we define what are the roots of a partition, if the CP command doesn't support a path? How do you specify (programmatically) where the partitions are...
Yes, this is exactly how I discussed it before with Mario. But never got the change to implement it. Making such a file is easy, but making it also user-friendly...
My initial thought on this, is that the partitions are part of the configuration and should therefore be stored in flash. However, I can also understand that carrying your partitions...
Hmm... I think we misunderstood each other. In particular, I think it does *not* mess up your partitions. Take for example this config file on /Flash ``` { "partitions": [...
It doesn't matter. If you have conflicting configurations, you have conflicting configurations. It is not something you should try to solve by being smarter than organized.
> I see. The point is something different. Is a running C64 program necessarily prepared for partitions disappearing? In the same way as programs are prepared for floppies being removed...
We could even add a priority field in the config file to make it even fancier... to know which one should take preference, if conflicts occur.
I think you are overcomplicating things. If you have conflicting configurations, you have conflicting configurations. Error out if you wish and that's it. No need for clumsy heuristics. Bail, show...
I have Diamond 3.13 builds that work, but I noticed that the timing was not met (by far) with the same settings used as for 3.12. Apparently the makefile doesn't...
Hi Jussi! Thank you for reporting. What is not clear for me is what the program is supposed to do, what the order of operations is, when the error appears,...