Welcome, Guest. Please login or register.

Author Topic: How to use a newer 68040.library on a BPPC?  (Read 10171 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show only replies by Piru
    • http://www.iki.fi/sintonen/
Re: How to use a newer 68040.library on a BPPC?
« Reply #14 on: January 31, 2006, 10:43:05 AM »
@AmigaMance

"Not working" as in "unable to disable the flash based 68040.library", in which case it would be identical to leaving the module out.

Either that or there are some serious issues with BPPC 040 without the 68040.library to set up the caches, mmu tables etc.
 

Offline srg86

  • Full Member
  • ***
  • Join Date: Aug 2004
  • Posts: 211
    • Show only replies by srg86
    • http://www.aopp12.dsl.pipex.com
Re: How to use a newer 68040.library on a BPPC?
« Reply #15 on: May 15, 2006, 10:38:16 AM »
Quote

Piru wrote:
Either that or there are some serious issues with BPPC 040 without the 68040.library to set up the caches, mmu tables etc.


Interesting, I just got a BPPC 040 and I've found that it's most stable with no 040 libraries at all. With the built in 040 library, I get errors from C:Version, C:list and C:mount in my startup-sequence. Usually #80000004, #8000000A or #8000000B. Strangely they only do it once, so one boot for Version, reboot and then Mount and then another reboot and List, another reboot and then they are fine.:-?   Also Wordworth 2 AGA, once loaded, only its menus work, the rest just does nothing. With no libs at all (BPPCFix) it just works.

I mainly want it for fiddling arround with programming an 040 and PPC at the system level, just for fun. I've got a Blizzard 1260 on it's say so I'll use that or my 1230IV for AmigaOS (KS 3.0 and WB 3.0).

BTW, what is the difference between the phase 5 and the commodore 68040 libraries, what do they have to do differenty to work? How is the BPPC's 040 different to the A4000/040 or a standard 040 accelerator card?

 
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show only replies by Piru
    • http://www.iki.fi/sintonen/
Re: How to use a newer 68040.library on a BPPC?
« Reply #16 on: May 15, 2006, 10:45:26 AM »
Quote
BTW, what is the difference between the phase 5 and the commodore 68040 libraries, what do they have to do differenty to work?

P5 680x0.library has some new API functions to allow the P5 commandline tools to modify MMU mapping in a consistent way. Also, the P5 libs include support for more hardware (obviously, since they're newer). Also, the 0x0 libs in BPPC also use some special MMU map setup to allow system to work properly with the dual 68k / PPC setup.
Quote
How is the BPPC's 040 different to the A4000/040 or a standard 040 accelerator card?

From 040 side of things, nothing much. MMU setup is a bit different to most other cards, but nothing user programs should worry about.
 

Offline srg86

  • Full Member
  • ***
  • Join Date: Aug 2004
  • Posts: 211
    • Show only replies by srg86
    • http://www.aopp12.dsl.pipex.com
Re: How to use a newer 68040.library on a BPPC?
« Reply #17 on: May 15, 2006, 10:58:53 AM »
@Piru:

I see, is there anywhere I can find out where the extra parts of the BPPC cards are mapped into the address space?
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show only replies by Piru
    • http://www.iki.fi/sintonen/
Re: How to use a newer 68040.library on a BPPC?
« Reply #18 on: May 15, 2006, 11:23:59 AM »
@srg86

Dump the existing MMU table with some tool?
 

Offline Nickman

  • Sr. Member
  • ****
  • Join Date: Feb 2002
  • Posts: 255
  • Country: 00
    • Show only replies by Nickman
Re: How to use a newer 68040.library on a BPPC?
« Reply #19 on: May 15, 2006, 11:48:01 AM »
What is the newest version of 68040.library that i can use with my BPPC ? And where can i get it ?
----
Amiga1200T
Mediator/Voodoo3 3000/100mbit NIC/SB128
Blizzppc 603e 210Mhz 040 25Mhz, 192 mb ram,Bvision
SCSI Ultra320 74GB HD,4x Burner,MO drive.
 

Offline srg86

  • Full Member
  • ***
  • Join Date: Aug 2004
  • Posts: 211
    • Show only replies by srg86
    • http://www.aopp12.dsl.pipex.com
Re: How to use a newer 68040.library on a BPPC?
« Reply #20 on: May 15, 2006, 12:53:22 PM »
I'll look at Enforcer, that has one. I wonder if there are any for 68030 and 68851 systems, I'll have a look.

The MuTools look good as well.
 

Offline djbase

Re: How to use a newer 68040.library on a BPPC?
« Reply #21 on: May 15, 2006, 04:02:20 PM »
Quote
What is the newest version of 68040.library that i can use with my BPPC ? And where can i get it ?


The latest is 46.13 but is for G-REX normally.

http://grex.amigaworld.de/index.php?lang=en&page=39



 
 

Offline humppa

  • Hero Member
  • *****
  • Join Date: Oct 2005
  • Posts: 959
    • Show only replies by humppa
Re: How to use a newer 68040.library on a BPPC?
« Reply #22 on: May 15, 2006, 04:08:57 PM »
Quote
The latest is 46.13 but is for G-REX normally.


...but it still works fine even when a Mediator is present instead of a G-Rex. So just flash it & problem is solved.
 

Offline Nickman

  • Sr. Member
  • ****
  • Join Date: Feb 2002
  • Posts: 255
  • Country: 00
    • Show only replies by Nickman
Re: How to use a newer 68040.library on a BPPC?
« Reply #23 on: May 15, 2006, 04:39:24 PM »
Quote

humppa wrote:
Quote
The latest is 46.13 but is for G-REX normally.


...but it still works fine even when a Mediator is present instead of a G-Rex. So just flash it & problem is solved.


Oh so i guess the BPPCFix040 is realy not usable ? why remove it from the flash if there is no other (newer) library to load ?
----
Amiga1200T
Mediator/Voodoo3 3000/100mbit NIC/SB128
Blizzppc 603e 210Mhz 040 25Mhz, 192 mb ram,Bvision
SCSI Ultra320 74GB HD,4x Burner,MO drive.
 

Offline humppa

  • Hero Member
  • *****
  • Join Date: Oct 2005
  • Posts: 959
    • Show only replies by humppa
Re: How to use a newer 68040.library on a BPPC?
« Reply #24 on: May 15, 2006, 04:44:51 PM »
Well, removing ppc.library or 68040.library are two different things.
Why don't you only remove ppc.library and keep 68040.library?
 

Offline srg86

  • Full Member
  • ***
  • Join Date: Aug 2004
  • Posts: 211
    • Show only replies by srg86
    • http://www.aopp12.dsl.pipex.com
Re: How to use a newer 68040.library on a BPPC?
« Reply #25 on: May 15, 2006, 05:00:27 PM »
@humppa:

Because it doesn't make any difference.
 

Offline humppa

  • Hero Member
  • *****
  • Join Date: Oct 2005
  • Posts: 959
    • Show only replies by humppa
Re: How to use a newer 68040.library on a BPPC?
« Reply #26 on: May 15, 2006, 05:12:07 PM »
Well, Nickman guessed that "BPPCFix040 is realy not usable".

Of course it is still usable, for removing ppc.library. Wether you choose to also keep 68040.library or instead use it from your HD instead doesn't really matter.
 

Offline Nickman

  • Sr. Member
  • ****
  • Join Date: Feb 2002
  • Posts: 255
  • Country: 00
    • Show only replies by Nickman
Re: How to use a newer 68040.library on a BPPC?
« Reply #27 on: May 15, 2006, 06:08:31 PM »
Quote

humppa wrote:
Well, Nickman guessed that "BPPCFix040 is realy not usable".

Of course it is still usable, for removing ppc.library. Wether you choose to also keep 68040.library or instead use it from your HD instead doesn't really matter.


I use BlizKick and BPPCFix module to remove the ppc.library but what i wondered about was the BPPCFix040 that removes 68040.library. I don't even understand why it's available if ther is no new 68040.library to replace it with.
----
Amiga1200T
Mediator/Voodoo3 3000/100mbit NIC/SB128
Blizzppc 603e 210Mhz 040 25Mhz, 192 mb ram,Bvision
SCSI Ultra320 74GB HD,4x Burner,MO drive.
 

Offline srg86

  • Full Member
  • ***
  • Join Date: Aug 2004
  • Posts: 211
    • Show only replies by srg86
    • http://www.aopp12.dsl.pipex.com
Re: How to use a newer 68040.library on a BPPC?
« Reply #28 on: May 15, 2006, 06:24:48 PM »
Beginning to think that the BPPC 68040 version of the card is a bit of a nightmare when it comes to libraries.
 

Offline doctorq

  • Hero Member
  • *****
  • Join Date: Aug 2003
  • Posts: 2082
    • Show only replies by doctorq
Re: How to use a newer 68040.library on a BPPC?
« Reply #29 from previous page: May 15, 2006, 06:28:03 PM »
Why? Both of mine are working fine with OS3.9 and WarpUP.