Welcome, Guest. Please login or register.

Author Topic: Which OS Would Be The Best Amiga Way Forward...  (Read 58167 times)

Description:

0 Members and 2 Guests are viewing this topic.

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16879
  • Country: gb
  • Thanked: 5 times
    • Show all replies
Re: Which OS Would Be The Best Amiga Way Forward...
« on: May 20, 2011, 09:39:57 PM »
I had such a rough week I didn't understand the question so defaulted to "Pancakes".
int p; // A
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16879
  • Country: gb
  • Thanked: 5 times
    • Show all replies
Re: Which OS Would Be The Best Amiga Way Forward...
« Reply #1 on: May 21, 2011, 02:42:03 PM »
I always like the Amithlon big-endian-memory-model for 68K emulation on little endian architectures. For x86 you will naturally lose some performance doing the byteswap for every 16/32/64-bit access (although emulation various memory to memory moves would not need it) but you have such a huge performance starting point (especially now) that I'm quite sure it would outperform currently available PPC-based amiga compatible systems.
int p; // A
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16879
  • Country: gb
  • Thanked: 5 times
    • Show all replies
Re: Which OS Would Be The Best Amiga Way Forward...
« Reply #2 on: May 23, 2011, 08:45:19 PM »
I can't speak for anybody else, but IMHO, variety is the spice of life. I'd hate to see either OS4, MorphOS or AROS fall by the wayside.

I've always wished I had the time and sufficiently in-depth knowledge of each platform to build a common runtime for deploying applications across them all without having to sacrifice too much in striving for the least common denominator. I realise, for example, that MUI and Zune work very differently to Reaction but in all honesty, there's no implementation difference between them (or indeed almost any GUI system) so great that the appropriate application of design patterns couldn't abstract it.
int p; // A