Miro Kropáček

Results 495 comments of Miro Kropáček

> Wasn't that the main goal for mintloader, to have only one version of it, and load the mint kernel for the current CPU type? Yes but currently it's always...

> I download the CPU named archives and they are a different build version so the AUTO prg has to be replaced. Yes. And if *this* is the problem you...

Wait, now you have really lost me. So you are both happy with being able to test new builds without destroying your old setup and at the same time you...

Actually, maybe the second part of my comment is exactly what you meant with that update/rename procedure but then again, I'm really confused what we are trying to solve here.

Ah ok, I finally get it. So you are literally after a feature for loading the version from a config file and being able to add one, two, three, ......

Btw shouldn't we put this code on a separate branch until it has been fully fixed? Right now any 030 build fails with memory protection.

I'm not concerned about particular method, what I'm saying is that now whoever downloads the latest build from the freemint website is going to get a broken kernel. So that...

Just to add my piece of investigation here - I tracked it down to this line of code: ``` for (; len && tbl < (long_desc *)((ulong)&tbl_c->tbl_address[TBLD_SIZE] - offset); tbl++)...

> Here do you mean that it crashes but sometimes if you add some debug messages it doesn't crash anymore? Exactly. I had to be very careful not to "scare...

@DavidGZ wow that sounds really interesting. Just to clarify: by no means I think that @th-otto messed something up, I just think his change made the problem far more visible...