|
From: Thorsten O. <ad...@th...> - 2018-04-21 17:06:07
|
On Samstag, 21. April 2018 18:33:57 CEST David Gálvez wrote: > I > think that the -D68000 when compiling MINT020.PRG should be removed, IIRC there were some early checks whether the detected cpu actually matches the way the kernel was compiled (but i'm not sure wether that really ever worked, it might be already too late when some code compiled with -m68020 is executed on plain m68000; that would require to ensure that all code up to that point really runs on all machines, including coldfire, and you can't use kprintf() or similar to diagnose the problem since that will again might use code for a wrong processor). |