Port-amiga archive

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

Re: [PATCH] Fixup for Amigas with memory at 0x200000



Hi,

> Hmpf, sent this a few minutes too early. Next iteration with the
> "pflusha" instruction removed produced a kernel that booted
> successfully. So that seems to be the guilty one, I'm not m68k guru
> enough to instantly know why it would die on that...

Motorola, in their infinite wisdom, decided to use the same mnemonic for 
the 68851/68030 pflusha coprocessor instruction and the 68040/060 pflusha
builtin, which have different encoding although quite similar semantics.

Same in a few other places.

The result is that we have to decide what CPU locore.s is assembled for,
and encode the other opcodes with .word sequences.

Try .word 0xf518 on 040/060

Regards,
        Ignatios
-- 
seal your e-mail: http://www.gnupg.org/



Home | Main Index | Thread Index | Old Index