Welcome, Guest. Please login or register.

Author Topic: Speed rankings of Next Gen hardware  (Read 12300 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline WolfToTheMoon

  • Sr. Member
  • ****
  • Join Date: Sep 2010
  • Posts: 408
    • Show only replies by WolfToTheMoon
Re: Speed rankings of Next Gen hardware
« Reply #59 from previous page: August 04, 2013, 08:34:00 PM »
Quote from: vox;743644

However, newer high end models bring older SAMs and AmigaOnes to market used at affordable prices.

That's true, but Teron A1s are buggy, SAMs are slow. So, except Peg 2, there isn't anything attractive in the second-hand OS4 market either.
 

Offline dammy

  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 2828
    • Show only replies by dammy
Re: Speed rankings of Next Gen hardware
« Reply #60 on: August 04, 2013, 09:07:59 PM »
Quote from: Terminills;743636
I complain about the cost of entry of Aos4 all the time.  and yet..



Doesn't change the fact that personally I think Aros is a better system.


So what should be the entry level for any of the "NG" Amigaoid systems?
Dammy

https://www.facebook.com/pages/Arix-OS/414578091930728
Unless otherwise noted, I speak only for myself.
 

Offline Blizz1220

  • Full Member
  • ***
  • Join Date: Jan 2013
  • Posts: 189
    • Show only replies by Blizz1220
Re: Speed rankings of Next Gen hardware
« Reply #61 on: August 04, 2013, 09:19:02 PM »
Quote from: dammy;743651
So what should be the entry level for any of the "NG" Amigaoid systems?

A large piece of strawberry cake and an orange juice ? :drink:
 

Offline dammy

  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 2828
    • Show only replies by dammy
Re: Speed rankings of Next Gen hardware
« Reply #62 on: August 04, 2013, 09:39:51 PM »
Quote from: Blizz1220;743652
A large piece of strawberry cake and an orange juice ? :drink:


What, no raspberries?

Dammy
Dammy

https://www.facebook.com/pages/Arix-OS/414578091930728
Unless otherwise noted, I speak only for myself.
 

Offline Blizz1220

  • Full Member
  • ***
  • Join Date: Jan 2013
  • Posts: 189
    • Show only replies by Blizz1220
Re: Speed rankings of Next Gen hardware
« Reply #63 on: August 04, 2013, 09:43:52 PM »
Quote from: dammy;743653
What, no raspberries?

Dammy

You make 'em buy their own damn raspberries :lol:
 

Offline ChaosLord

  • Hero Member
  • *****
  • Join Date: Nov 2003
  • Posts: 2608
    • Show only replies by ChaosLord
    • http://totalchaoseng.dbv.pl/news.php
Re: Speed rankings of Next Gen hardware
« Reply #64 on: August 04, 2013, 11:05:44 PM »
Quote from: vox;743644


No, you can`t run OS4 software on those. I also throught I will never be able to afford X1000 but will pay it in 60 months (59 now).


I don't expect to be able  to run OS4 software on MorphOS machines.

What I really meant, I guess, is "If I write a game that works perfectly on MorphOS G4/G5 then can I recompile the code using OS4 include files and it will work perfectly?"

Or are they just too incompatible with each other?

Is there a list somewhere of all the incompatibilities between OS3, OS4 and MorphOS?

As a developer I am totally confused about what functions I am allowed to use that will still work on other platforms as advertised.
Wanna try a wonderfull strategy game with lots of handdrawn anims,
Magic Spells and Monsters, Incredible playability and lastability,
English speech, etc. Total Chaos AGA
 

Offline OlafS3

Re: Speed rankings of Next Gen hardware
« Reply #65 on: August 04, 2013, 11:39:00 PM »
No there is no list showing differences. Think why developers have different sources or (what is more propable) only support one system. 68k (classic), AROS, MorphOS and AmigaOS are all different. There are lot of small differences.
 

Offline Terminills

  • Grand Conspirator
  • Hero Member
  • *****
  • Join Date: Jan 2003
  • Posts: 594
  • Country: 00
  • Thanked: 2 times
    • Show only replies by Terminills
Re: Speed rankings of Next Gen hardware
« Reply #66 on: August 04, 2013, 11:48:54 PM »
Quote from: nicholas;743576
We could run this on each machine tested to see the strength and weaknesses of each machine.

http://www.phoronix-test-suite.com/?k=downloads

lol here's my aros box. Mind you I built this machine for Aros 4 years ago(Only has DDR2 Memory).

I will run again after I upgrade it. :D
« Last Edit: August 04, 2013, 11:51:19 PM by Terminills »
Support AROS sponsor a developer.

edited by mod: this has been addressed
 

Offline itix

  • Hero Member
  • *****
  • Join Date: Oct 2002
  • Posts: 2380
    • Show only replies by itix
Re: Speed rankings of Next Gen hardware
« Reply #67 on: August 04, 2013, 11:58:01 PM »
Quote from: ChaosLord;743663
I don't expect to be able  to run OS4 software on MorphOS machines.

What I really meant, I guess, is "If I write a game that works perfectly on MorphOS G4/G5 then can I recompile the code using OS4 include files and it will work perfectly?"

Or are they just too incompatible with each other?

Is there a list somewhere of all the incompatibilities between OS3, OS4 and MorphOS?

As a developer I am totally confused about what functions I am allowed to use that will still work on other platforms as advertised.


If you use OS3 API then it is compatible with OS4 and MorphOS. Sometimes you have to tweak your code because you may have to tell the operating system that this code is PPC native now. (*)

Only restriction is that there is no support for BCPL anymore and hardware resources no longer exist.

However if you are supporting OS3 I dont see any reason to make PPC native compiles. You are only wasting your time and adds complexity (*). You can still use most of new MorphOS APIs from 68k code if you need it.

So I would just consider PPC native builds as an unnecessary micro optimization.

*) In Magellan porting project those issues escalated. The 68k compile works just fine on all platforms but things were getting worse when we had to get all sublibaries working on all platforms. OS4 library system is totally incompatible with OS3 and MorphOS at source code level and  MorphOS libraries are sometimes incompatible to OS3 at source code level. So great amount of glue code had to be written and if/when AROS port is done there will be more...
My Amigas: A500, Mac Mini and PowerBook
 

Offline wawrzon

Re: Speed rankings of Next Gen hardware
« Reply #68 on: August 05, 2013, 01:00:55 AM »
Quote from: itix;743666
If you use OS3 API then it is compatible with OS4 and MorphOS. Sometimes you have to tweak your code because you may have to tell the operating system that this code is PPC native now. (*)

Only restriction is that there is no support for BCPL anymore and hardware resources no longer exist.

However if you are supporting OS3 I dont see any reason to make PPC native compiles. You are only wasting your time and adds complexity (*). You can still use most of new MorphOS APIs from 68k code if you need it.

So I would just consider PPC native builds as an unnecessary micro optimization.

*) In Magellan porting project those issues escalated. The 68k compile works just fine on all platforms but things were getting worse when we had to get all sublibaries working on all platforms. OS4 library system is totally incompatible with OS3 and MorphOS at source code level and  MorphOS libraries are sometimes incompatible to OS3 at source code level. So great amount of glue code had to be written and if/when AROS port is done there will be more...

very good point
 

Offline ChaosLord

  • Hero Member
  • *****
  • Join Date: Nov 2003
  • Posts: 2608
    • Show only replies by ChaosLord
    • http://totalchaoseng.dbv.pl/news.php
Re: Speed rankings of Next Gen hardware
« Reply #69 on: August 05, 2013, 01:18:30 AM »
@Itix

Thanx for  the infos!  I will stick with Motorola ByteCodes FTW!

And please don't let them break SASC compatiblity for the Classic building.

"I never used a proper debugger" is not an excuse to destroy compatibility with the debugger.


p.s. Good luck with upgrading Magellan!
Wanna try a wonderfull strategy game with lots of handdrawn anims,
Magic Spells and Monsters, Incredible playability and lastability,
English speech, etc. Total Chaos AGA
 

Offline OlafS3

Re: Speed rankings of Next Gen hardware
« Reply #70 on: August 05, 2013, 09:50:24 AM »
there AROS has its strength. The developer of Antyriad GX ported it in only a couple of days to X64/X86/PPC and 68k. 68k version made some problems because of missing SDK, I hope to improve the situation by creating more online-docu including better documentation of differences.
 

Offline yssing

  • Hero Member
  • *****
  • Join Date: Apr 2002
  • Posts: 1521
    • Show only replies by yssing
    • http://www.yssing.org
Re: Speed rankings of Next Gen hardware
« Reply #71 on: August 05, 2013, 01:13:14 PM »
Quote from: Terminills;743636
I complain about the cost of entry of Aos4 all the time.  and yet..



Doesn't change the fact that personally I think Aros is a better system.


No one twisted your arm.
 

Offline nicholas

Re: Speed rankings of Next Gen hardware
« Reply #72 on: August 05, 2013, 03:48:02 PM »
Quote from: yssing;743635
You won't hear any compliants from me about the sam440 from me, I am quite happy with it.

For those who need to use a mac g5, use it with mos and be happy with it. Those who need x86 or arm can use aros and be happy with it.

The rest of us who wants to use AOS4.x use that and are happy with it.

The people I see complaining about AOS4.x are most likely not users of AOS4.x and probably never will be. And funny as their nagging are, it is also becoming very boring.


I don't think anyone is complaining about OS4.

People are complaining that they would like to run OS4 but are unimpressed with the limited range of hardware available to run OS4 on.

I haven't used OS4 on my own hardware since I sold my BPPC a few years ago but if Hyperion ported it to Macs I'd buy a copy the day it was released, just like many Peg2 owners did.
“Een rezhim-i eshghalgar-i Quds bayad az sahneh-i ruzgar mahv shaved.” - Imam Ayatollah Sayyed  Ruhollah Khomeini
 

Offline Terminills

  • Grand Conspirator
  • Hero Member
  • *****
  • Join Date: Jan 2003
  • Posts: 594
  • Country: 00
  • Thanked: 2 times
    • Show only replies by Terminills
Re: Speed rankings of Next Gen hardware
« Reply #73 on: August 05, 2013, 05:24:47 PM »
Quote from: yssing;743698
No one twisted your arm.



How do you know?  Hell my shoulder could still be dislocated because of the arm twisting. :P
Support AROS sponsor a developer.

edited by mod: this has been addressed
 

Offline vox

  • Hero Member
  • *****
  • Join Date: Feb 2011
  • Posts: 862
    • Show only replies by vox
    • http://anticusa.wordpress.com
Re: Speed rankings of Next Gen hardware
« Reply #74 on: August 05, 2013, 05:55:32 PM »
Quote from: nicholas;743707
I don't think anyone is complaining about OS4.

People are complaining that they would like to run OS4 but are unimpressed with the limited range of hardware available to run OS4 on.

I haven't used OS4 on my own hardware since I sold my BPPC a few years ago but if Hyperion ported it to Macs I'd buy a copy the day it was released, just like many Peg2 owners did.

I will just say that other way around works too: many SAM and X1000 users would like to see MorphOS on their system. SAM 460 port is good way to go, sadly MOS team refused Nemo board from Trevor.
Future Acube and MOS supporter, fi di good, nothing fi di unprofessionals. Learn it harder way! http://www.youtube.com/user/rasvoja and https://www.facebook.com/rasvoja