[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] trunk-09082010 file structure / content



Am 11.08.2010, 12:22 Uhr, schrieb Vincent Rivière <vincent.riviere@freesbee.fr>:

Helmut Karlowski wrote:
Make all CPU-dependant stuff a km. MiNT reduces to init.c and module.c

The 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