English Amiga Board

English Amiga Board (https://eab.abime.net/index.php)
-   News (https://eab.abime.net/forumdisplay.php?f=29)
-   -   Boing Bag #3 for OS3.9 released (https://eab.abime.net/showthread.php?t=49900)

Minuous 01 January 2010 10:39

Boing Bag #3 for OS3.9 released
 
Boing Bag 3 is a community effort that has accomplished the difficult task
of upgrading, enhancing and bugfixing AmigaOS 3.9. Between many important
goals achieved, we can mention the following features which may give you a
quick overview of this project:

* Large hard disk support, LBA48 support, extending the possible disk
sizes to 128 petabytes (131,072 terabytes).
* A more robust and faster TCP/IP stack
* New video drivers for wide screen monitor support and enhanced graphic
modes
* A fully working web browser
* Huge amount of bugfixes that improve system stability and behaviour
* Impressive update of system components, adding a lot of new features

And much more...

http://amigan.1emu.net/releases/

cosmicfrog 01 January 2010 11:15

:great yay some nice kewl work done here, Thank you

NewDeli 01 January 2010 17:49

A word about install would be nice Minuous.
Is the install completely automatic, can BB3 be installed on an already modified setup (or is it better to install it on a plain AmigaOS setup) ?
Does it need previous BB's ?

I know some of the answers are on the dev. thread, still it would be nice if you could confirm here and / or in the ReadMe.

Bamiga2002 01 January 2010 21:41

Great stuff! This is the community spirit :great

@Deleauvive: you need Boing Bags 1 & 2 installed, and the Unofficial BB3 has an installer script included.

AlfaRomeo 01 January 2010 21:57

Congratulations guys,
It´s a big effort for this great task that is upgrading the best of all operating systems
Thanks to all of you :)

prowler 01 January 2010 23:49

Awesome release, Minuous! :great :bowdown :)

asm1 02 January 2010 00:02

Well i spoke to Bloodwych about installing this because I use cwb 3.9. His suggestion was to install OS 3.9 and BB 1 2 and 3 and then install cwb. I asked him because cwb has also been updated.

I think BB3 needs the rom update from BB2... Which suggests that yes, you need BB1 and 2 for it to work.

rave 04 January 2010 18:59

Awesome work,

cant wait to try it :)

asm1 15 January 2010 22:55

I modified the startup sequence with :

SYS:C/LoadModule L:Fastfilesystem L:RAM-Handler L:Shell-Seg DEVS:scsi.device LIBS:workbench.library NOREBOOT REVERSE
SYS:C/Setpatch SKIPROMMODULES fs,icon,ram,scsi.device,shell,workbench QUIET

as prompted by the installer and I get an Amigados "Unknown command" error.

I put it at the beginning of the startup sequence file and deleted the existing Setpatch command, but I appear to have broken something as Workbench will not load.

:help

prowler 15 January 2010 23:07

Quote:

Originally Posted by asm1 (Post 634254)
...but I appear to have broken something as Workbench will not load.

:help

I just knew this would happen. ;)

Quote:

Originally Posted by asm1 (Post 634238)
I'm now gonna go break it with BB3 :D


asm1 15 January 2010 23:23

Quote:

Originally Posted by prowler (Post 634256)
I just knew this would happen. ;)


Well at least did what I said I would eh ? ;)

Fixed again btw - now have a HDF with BB1 and 2 on it and Classic WB 3.9... so how do I make BB3 "work" ? :p

:spin

prowler 15 January 2010 23:34

What happens now when you run the installer?

asm1 16 January 2010 00:12

It installs fine - I get to about 90 odd percent and the modify startup sequence dialogue box comes up telling me to insert the following at the beginning of the file and then delete the existing "Setpatch" line.

so I bung :


SYS:C/LoadModule L:Fastfilesystem L:RAM-Handler L:Shell-Seg DEVS:scsi.device LIBS:workbench.library NOREBOOT REVERSE
SYS:C/Setpatch SKIPROMMODULES fs,icon,ram,scsi.device,shell,workbench QUIET

in and reboot getting a "unknown command" error when workbench is trying to load.

prowler 16 January 2010 00:23

Can't see anything wrong with that.

What was in the SetPatch command line that you have deleted?

BTW, you shouldn't really delete lines like that; just prefix them with a semicolon and it will be interpreted as a comment. ;)

FOL 16 January 2010 00:38

Quote:

Originally Posted by asm1 (Post 634273)
It installs fine - I get to about 90 odd percent and the modify startup sequence dialogue box comes up telling me to insert the following at the beginning of the file and then delete the existing "Setpatch" line.

so I bung :


SYS:C/LoadModule L:Fastfilesystem L:RAM-Handler L:Shell-Seg DEVS:scsi.device LIBS:workbench.library NOREBOOT REVERSE
SYS:C/Setpatch SKIPROMMODULES fs,icon,ram,scsi.device,shell,workbench QUIET

in and reboot getting a "unknown command" error when workbench is trying to load.

Maybe it didnt install Loadmodule and hence it says unknown command.
Have a check to see if its there in c:.

Interesting, I didnt know you could get away with just fs,icon,ram. I always put the full title, i.e. fs = filesystem, icon = icon.library etc etc.

Minuous 16 January 2010 00:40

>reboot getting a "unknown command" error when workbench is trying to load.

Did you do a cold reboot or a warm one? Which command is giving you the "unknown command" error? LoadModule and SetPatch should be there in your C: directory so you shouldn't be getting that error.

asm1 16 January 2010 00:45

the last line/section in the OS 3.9 checks:

its part of an if statement:
Code:

IF $SCSIUpdate EQ 1
  C:SetPatch QUIET
ELSE
  C:SetPatch SKIPROMUPDATES "Scsi.device"QUIET
ENDIF

I thought I had to remove the setpatch lines.... or should I comment out the whole statement ?

asm1 16 January 2010 00:52

Ok the Dialog box for BB3 is at 98% -
Quote:

Working on installation.....

You should add these lines to the start of S:Startup-sequence:

SYS:C/LoadModule L:Fastfilesystem L:RAM-Handler L:Shell-Seg DEVS:scsi.device LIBS:workbench.library NOREBOOT REVERSE
SYS:C/Setpatch SKIPROMMODULES fs,icon,ram,scsi.device,shell,workbench QUIET

and remove the existing setpatch line

so.... I'm obviously not doing something right..... I'm waiting for direction before I try anything else :D

prowler 16 January 2010 01:01

Quote:

Originally Posted by asm1 (Post 634283)
the last line/section in the OS 3.9 checks:

its part of an if statement:
Code:

IF $SCSIUpdate EQ 1
  C:SetPatch QUIET
ELSE
  C:SetPatch SKIPROMUPDATES "Scsi.device"QUIET
ENDIF

I thought I had to remove the setpatch lines.... or should I comment out the whole statement ?

Yes, comment out all those lines you have quoted. The new code you have inserted will take care of that lot (ref: SetPatch SKIPROMUPDATES "Scsi.device" QUIET).

asm1 16 January 2010 01:12

Ok did that :

Now error on loading wb is:

Quote:

Loading DEVS:Scsi.device failed: object not found
SYS:C/LoadModule failed return code 10
I wonder if its because I am installing BB 1 and 2 then Classic WB and BB3.rather than doing the 3 boing bags on a standard install and upgrading that to Classic WB......


mmmm


All times are GMT +2. The time now is 09:42.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.

Page generated in 0.04912 seconds with 11 queries