Helmut Karlowski wrote:Make all CPU-dependant stuff a km. MiNT reduces to init.c and module.cThe CPU-dependent stuff is mainly to choose the best assembler instructions to implement an algorithm written in C. This is the job of the compiler, this can hardly be done at runtime :S (except if we have some kind of intermediate language like Java and a JIT - not the case here).
I meant something different: /auto/mint.prg is a small kernel (init, modules) compiled for 000 and this loads the target-specific builds. Don't know if this is possible at all though.
-- Helmut Karlowski