Welcome, Guest. Please login or register.

Author Topic: MorphOS free for Classic PPC expanded Amigas  (Read 12127 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline PaSha

  • Hero Member
  • *****
  • Join Date: Oct 2002
  • Posts: 537
    • Show all replies
Re: MorphOS free for Classic PPC expanded Amigas
« on: August 25, 2005, 04:31:38 PM »
Quote

Dr_Righteous wrote:
That's great news! Too bad there are no purchasable PPC accellerators left in the world.


There's one here: http://cgi.ebay.com/CyberStorm-PPC-604e-233MHz-060-50MHz_W0QQitemZ5233140016QQcategoryZ8142QQssPageNameZWDVWQQrdZ1QQcmdZViewItem

 

Offline PaSha

  • Hero Member
  • *****
  • Join Date: Oct 2002
  • Posts: 537
    • Show all replies
Re: MorphOS free for Classic PPC expanded Amigas
« Reply #1 on: August 25, 2005, 05:29:58 PM »
Quote

Framiga wrote:
installed on a bootable partition (CDH0:), set the:

set bootdevice "bootdevice=CDH0:"

tryed the resetlevel 1 or 7 but i'm still at this error:

"startup  Failed returncode 10"

erm . . suggestions? :-)

Config: CSPPC-CVPPC

Same thing happened to me. You need to put copies of your 680x0-libraries (68040.library 68060.library and so on) in CDH0:libs
Use resetlevel 5

Works great for me :) now, if I just just get some sound from my DelfinaPlus.... and perhaps some interesting software running, like a TCP/IP stack...

-Paul
 

Offline PaSha

  • Hero Member
  • *****
  • Join Date: Oct 2002
  • Posts: 537
    • Show all replies
Re: MorphOS free for Classic PPC expanded Amigas
« Reply #2 on: September 02, 2005, 04:48:01 PM »
Quote

-ViD- wrote:
I've tried it on my old A1200 PowerUp&Bvision and no luck ....
My roms version is 3.0, and:

If I do a plain boot (no kickrom updates), I just get a black screen.

If I let the ROM being updated (booting AmigaOS3.9), I get
a "invalid number" message, startup failed return code 10.

Any suggestions?
Thanks.


'startup failed return code 10' is most likely due to missing 68040.library/68060.library in (MOS):libs (libs/ on the partition you've installed MOS to).

Anyways, if not, the cause of the 'return code 10' ("Represents an error. In scripts a return code of 10 will abort the script, unless a higher limit has been set with the FAILAT command." Quote from the AmigaDOS user's guide from C=, page 4-3) can be figured out if you run 'startup' again from the CLI you get stuck in after the 'return code 10'. This is how I discovered that the 68040/68060 libs should be in MOS:libs

-Paul