Amiga.org

Amiga computer related discussion => Amiga Software Issues and Discussion => Topic started by: jumpship on March 22, 2003, 05:24:47 PM

Title: Where can i get BB2?
Post by: jumpship on March 22, 2003, 05:24:47 PM
I have tried H&Ps site and it leads to a dead link :(

Anyone know where else i can find it?

Cheers

JS
Title: Re: Where can i get BB2?
Post by: blobrana on March 22, 2003, 06:41:19 PM
Hum,
How about  this 1.48Mb download?
http://www.amiga.com/3.5/download/BoingBag2.lha (http://www.amiga.com/3.5/download/BoingBag2.lha)
Title: Re: Where can i get BB2?
Post by: Ryu on March 22, 2003, 07:13:27 PM
I have it here, I've bunged it on my FTP in uploads if you want to grab it ftp.amiga.kicks-ass.org/uploads (http://ftp.amiga.kicks-ass.org/uploads/)
Title: Re: Where can i get BB2?
Post by: Ryu on March 22, 2003, 07:31:58 PM
i wonder what the legality is re where the Boingbags can be hosted? might be an idea for me to upload the BB's to here and Amigaworld....
Title: Re: Where can i get BB2?
Post by: blobrana on March 22, 2003, 07:56:59 PM
Yea , strange it`s not on aminet...
Title: Re: Where can i get BB2?
Post by: jumpship on March 22, 2003, 08:40:18 PM
Have to admit i found it odd when i couldn't find it on Aminet. would be good for all of it was on such sites as this, may be worth asking Wayne

js
Title: Re: Where can i get BB2?
Post by: Ryu on March 22, 2003, 09:18:38 PM
Did you get it Jumpship? I saw someone in, I assume it was you, would be nice if you could let me know if it was you, and a thankyou wouldnt go amiss too :-)
Title: Re: Where can i get BB2?
Post by: jumpship on March 22, 2003, 09:32:19 PM
sorry mate, didn't mean to neglect you! i managed to get half of it down, but then this blood windows box crashed when I tried to open a, unrelated, file. Have been trying to get back in but it either says it was blocked or says "550 Requested action not taken: file unavailable".

And I thankyou for doing this, it is greatly appreciated! :pint:
Title: Re: Where can i get BB2?
Post by: JetRacer on March 22, 2003, 10:48:36 PM
Warning! Add modify your startup-sequence like this:

C:SetPatch QUIET SKIPROMUPDATES=exec.library

The exec in the BB2 was udated with one written in the C language (slooow). The original was written in assembler (snappy). The performance with BB2 exec on a 060/50MHz is like a AOS3.1 w. 020/14MHz.

Also, try doing something about the datatypes.library task. It got priority 15 (or something) and locks the computer whenever in use by out-prioriting the rest of the system. I havn't found any good utility to adress this problem  without messing with the rest of the system (Execute), so I can't recommend anything.
Title: Re: Where can i get BB2?
Post by: odin on March 22, 2003, 10:54:56 PM
Guys is this all regarding OS3.5 or 3.9? I had no problems downloading BB1 and 2 for 3.5 sometime last week from amiga.com.
Title: Re: Where can i get BB2?
Post by: jumpship on March 22, 2003, 11:05:28 PM
thanks for the heads up JetRacer!

@odin

I am looking for 3.9, sorry i forgot to add it into my first post
Title: Re: Where can i get BB2?
Post by: Vincent on March 22, 2003, 11:10:15 PM
I would assume it's 3.9 looking at the signature, but there is no BB2 for 3.9 - just an updated BB1.

All the BoingBags (3.5 BB1 & 2, and 3.9 BB1 & BB1Update) can be downloaded from amiga.com.
Title: Re: Where can i get BB2?
Post by: SilvrDrgn on March 22, 2003, 11:11:54 PM
@ JetRacer,
Quote
The exec in the BB2 was udated with one written in the C language (slooow). The original was written in assembler (snappy).

Responsiveness seems fine on my A4000T w/ 060 and CyberVisionPPC gfx card, and the OS 3.9 BB2 exec.library.  So what version of exec.library are you using ???
Title: Re: Where can i get BB2?
Post by: Ryu on March 22, 2003, 11:17:16 PM
hmm you should be able to get it fine.... I'll stick it on HTTPd then www.amiga.kicks-ass.org (http://www.amiga.kicks-ass.org)
Title: Re: Where can i get BB2?
Post by: JetRacer on March 22, 2003, 11:22:44 PM
SilvrDrgn: ...Just try the line I recommended will you. It appears as if it is still running ok, until you put some load on it (ie. multiple tasks). Then it performs like a slug.
Title: Re: Where can i get BB2?
Post by: jumpship on March 22, 2003, 11:23:15 PM
Cheers Ryu,

the only other thing i could have thought of was if you wanted to load it upto my FTP, still, getting it from your http stil now.

Thanks again :pint:
Title: Re: Where can i get BB2?
Post by: sicky on March 22, 2003, 11:25:27 PM
I have just downloaded it from the following page http://www.haage-partner.de/aos39/index-e.html which has a link ftp://ftp.haage-partner.com/AmigaOS/BB3.9-2.lha which works fine from here.
Title: Re: Where can i get BB2?
Post by: JetRacer on March 22, 2003, 11:30:49 PM
SilvrDrgn: Oh, sorry; can't check the BB1upd exec version w/o alot of hassle. Using 40.68 atm though.

Everyone: you find current exec version in your WB menu "Workbench/About System".
Title: Re: Where can i get BB2?
Post by: JetRacer on March 22, 2003, 11:41:33 PM
If you want speed on a 060 I also recommend the following patches found at Aminet:

CyberPatcher (aminet?)
CMQ060
PatchMult64
BlazeWCP
FBlit
FText

Also, switching from FFS to SFS vastly increases HDD performance. SFS is so fast (asm) that it outperforms the RAM disk in every aspect but transfer rates. You also don't have to worry about disk validation no more.

Speed things up even further by adding buffers with the AddBuffers command. A few megs doesn't hurt.

Cleaning up the startup-sequence and user-startup also help. The intepreting is dead slow. Remove comments, join all "Assign libs: whatever:libs add" to one line, etc.
Title: Re: Where can i get BB2?
Post by: JetRacer on March 23, 2003, 12:01:30 AM
And, yes, I have tweaked my own startup-sequence  beyond reason. The env: contense is unarchived with lha during boot (faster than lzx (w/o compression)). I have no user startup. All application assigns are collected in a separate script and sorted by partition and directory location. I "cd" to every directory used more than twice so less time is spent processing paths. All "Assign XXX to YYY/XXX add" are merged.

As I said: waaay beyond reason.
Title: Re: Where can i get BB2?
Post by: SilvrDrgn on March 23, 2003, 01:10:26 AM
Quote

JetRacer wrote:

[snip]

CyberPatcher (aminet?)
CMQ060
PatchMult64
BlazeWCP
FBlit
FText

[snip]

Well, as I mentioned, I have a CyberVisionPPC graphics card, so I don't need all that stuff you listed.  Since you're running it, I assume you're still running on the AGA chipset.  That's probably the reason why yours feels sluggish to you and mine does not to me.   :-)
Title: Re: Where can i get BB2?
Post by: Ryu on March 23, 2003, 01:17:03 AM
well since sicky found it I'll remove my HTTPd again now...
Title: Re: Where can i get BB2?
Post by: Damion on March 23, 2003, 06:39:30 AM
Quote

JetRacer wrote:
And, yes, I have tweaked my own startup-sequence  beyond reason. The env: contense is unarchived with lha during boot (faster than lzx (w/o compression)). I have no user startup. All application assigns are collected in a separate script and sorted by partition and directory location. I "cd" to every directory used more than twice so less time is spent processing paths. All "Assign XXX to YYY/XXX add" are merged.

As I said: waaay beyond reason.


That is fun stuff. I used to make little custom scripts for
games/programs and what not to keep the user-startup slim.
Making little scripts and getting programs to work was
usually more fun than using the program itself. :)

Title: Re: Where can i get BB2?
Post by: jumpship on March 23, 2003, 09:27:12 AM
Quote

Ryu wrote:
well since sicky found it I'll remove my HTTPd again now...


OK, thanks again mate :)
Title: Re: Where can i get BB2?
Post by: PaSha on March 23, 2003, 11:38:25 AM
Quote

Vincent wrote:
I would assume it's 3.9 looking at the signature, but there is no BB2 for 3.9 - just an updated BB1.

Wrong, my friend. There is a 3.9 BB2, but it's somewhat unofficial, made by H&P.

@jetracer: Please tell me more about the v45 exec.library vs v40. Then I would set up two amigas with almost identical configs, and check it out.

-Paul
Title: Re: Where can i get BB2?
Post by: Vincent on March 23, 2003, 01:24:59 PM
@PaSha

Yeah, I heard about that from Ryu.  I'd never seen any mention of BB2 for 3.9 on any of the sites, guess I missed it on H&P.

I thought when people said BB2 for 3.9 I thought they meant the update.  My mistake. :-)
Title: Re: Where can i get BB2?
Post by: leofoe on August 03, 2005, 10:27:42 PM
The links in this thread don't work.
So, where can I get BoingBag 1 and 2?
Title: Re: Where can i get BB2?
Post by: amigagr on August 03, 2005, 10:39:22 PM
http://www.haage-partner.de/aos39/index-e.html


for amiga os 3.9 bb1 & 2 :hammer:
Title: Re: Where can i get BB2?
Post by: leofoe on August 03, 2005, 10:42:21 PM
The links there are dead.
Title: Re: Where can i get BB2?
Post by: Framiga on August 03, 2005, 11:46:28 PM
BB1 for 3.9 here

http://www.birdys.de/tools/boingbag39-1.lha

BB2 at the above mentioned URL.




Title: Re: Where can i get BB2?
Post by: leofoe on August 04, 2005, 07:55:23 AM
Quote

Framiga wrote:
BB1 for 3.9 here

http://www.birdys.de/tools/boingbag39-1.lha

BB2 at the above mentioned URL.



This one works. Thanks. But the other ones don't.
So the question is now: Where can I get BB2?
Title: Re: Where can i get BB2?
Post by: zipper on August 04, 2005, 08:25:47 AM
At least HPs BB2 link seems to work - downloaded it just a few minutes ago.
Title: Re: Where can i get BB2?
Post by: chris on August 04, 2005, 08:31:37 AM
@Ryu

Quote
i wonder what the legality is re where the Boingbags can be hosted? might be an idea for me to upload the BB's to here and Amigaworld....


I suspect as they contain OS components, they can only be distributed by people with a valid Workbench redistribution licence (or whateevr they are called).  If you attempt to upload anything containing system libraries to Aminet, you will get an email telling you the same thing.

Chris
Title: Re: Where can i get BB2?
Post by: leofoe on August 04, 2005, 09:04:32 AM
Quote

zipper wrote:
At least HPs BB2 link seems to work - downloaded it just a few minutes ago.


Some do. I have downloaded it now. Thanks a lot.
Title: Re: Where can i get BB2?
Post by: rhino on August 04, 2005, 09:46:11 AM
Quote
At least HPs BB2 link seems to work - downloaded it just a few minutes ago.


Just a quick note for anyone finding this thread in the future:

If you amend HP's link for Boing Bag 2 with the BB1 file name, you can also download BB1 from their site i.e.:
http://www.haage-partner.net/download/AmigaOS/BoingBag39-1.lha (http://www.haage-partner.net/download/AmigaOS/BoingBag39-1.lha)
seems to work.

Their BB1 link goes to the Amiga site and that link is broken.

HTH

Robert
Title: Re: Where can i get BB2?
Post by: djbase on August 04, 2005, 10:15:42 AM
Thanks to Amigaworld that H&P can hosting all BoingBags.

http://os.amigaworld.de
Title: Re: Where can i get BB2?
Post by: Framiga on August 04, 2005, 12:24:31 PM
ATTENTION

the BB1 at http://www.birdys.de/tools/boingbag39-1.lha

has a different filesize (5.254.220) . . . don't ask me why!

Avoid to download it and use the official URL given here.

Title: Re: Where can i get BB2?
Post by: FireflyST on May 25, 2006, 02:10:55 AM
For v3.9:
http://www.haage-partner.de/download/Amiga/AmigaOS/

Current as of today.
Title: Re: Where can i get BB2?
Post by: AmigaMance on May 25, 2006, 04:49:39 AM
 And here is the unofficial "3rd BoingBag"
http://main.aminet.net/util/sys/OS39_update_patches.lha
http://main.aminet.net/util/sys/OS39_update_patches2.lha
 Extensively tested and works great!