SysInfo 4.0 has a bad bug on 680x0 CPU without FPU (i.e. 68EC040, 68EC060, 68LC060). It still tries to trigger FPU and end with a crash. This patch will fix it.
To apply it, just use spatch in SysInfo directory :
>spatch -oSysInfo4_noFPU -pSysInfo40_noFPU.pch SysInfo
|