Linked by Thom Holwerda on Thu 26th Mar 2009 23:34 UTC
Permalink for comment 355322
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
News
Linked by Thom Holwerda on 05/21/13 15:53 UTC
Linked by Thom Holwerda on 05/20/13 22:43 UTC
Linked by Thom Holwerda on 05/20/13 21:50 UTC
Linked by Thom Holwerda on 05/19/13 23:15 UTC
Linked by Thom Holwerda on 05/19/13 23:11 UTC, submitted by Drumhellar
Linked by Thom Holwerda on 05/18/13 21:06 UTC
Linked by Thom Holwerda on 05/18/13 7:37 UTC
Linked by fran on 05/18/13 1:38 UTC
Linked by Thom Holwerda on 05/17/13 23:35 UTC, submitted by kragil
Linked by MOS6510 on 05/17/13 22:22 UTC
More News »
Sponsored Links



Member since:
2005-11-19
I would really like to know.
It's the responsiveness of the OS that makes it popular. And, years ago, the custom graphics accelerator chips made it very well integrated. (Read that: No drivers necessary since the the hardware came from the same company as the operating system.)
Although I have a MicroA1-c that runs AmigaOS 4.1, the technology I'm watching is the Natami which promises to have an improved Amiga compatible multimedia chip set and 68030 compatible processor all in an FPGA. My only complaint about that design is that it will be running AmigaOS 3.9 since 4.0+ requires a PowerPC accelerator board.
@thread
As far as I'm concerned about AmigaOS on Intel architecture, Intel can go fly a kite. Multicore processor support isn't present in AmigaOS so that's out of the question. Intel used this wierd idea called "little endianness" which will reduce the performance of AmigaOS to the current PowerPC performance levels anyway due to all the BSWAP opcodes required to emulate big endianness on an x86.
If Hyperion Entertainment VOF was going to port to any new architecture at all, I'd recommend LLVM. It runs on either x86, PowerPC, or ARM with roughly equal efficiency. It's open source so any new architecture that comes out can be supported without requiring the entire source code of the OS (assuming they distribute it as LLVM bitcode-format rather than straight binary).