amigazone wrote:
If any new Amiga ever appears on the market... I think it should be based on a PC using a different FDD Coltrol Chip.
Then The Amiga may stand a chance. There is no requirement for Kickstarts anymore because a new Amiga Should use generic components fromany computer shop thus keeping cost down and allowing for easy upgrade.
I aint no programmer (well apart from PHP & MySQL) but they should have gone down this road when planning AmigaOS4.0
The AmigaOne used PC-style graphics cards and sound cards and wireless network cards in PCI slots just like a PC.
The only reason they used PowerPC chips instead of Pentiums is that Pentiums natively use little-endian byte-ordering. That means, in order to maintain backward compatibility they'd have to add a BSWAP opcode after every read to the bus and before every write to the bus. That would have adversely affected performance. AROS, doesn't do this and, therefore, requires EUAE for any sort of backward compatibility at all.