Welcome, Guest. Please login or register.

Author Topic: NetSurf 3.2 68k released  (Read 21919 times)

Description:

0 Members and 2 Guests are viewing this topic.

Offline apjTopic starter

Re: NetSurf 3.2 68k released
« Reply #74 from previous page: June 12, 2015, 08:39:23 AM »
Hi Nova,

I have replied next day I got your message.
Have you seen it?

Offline apjTopic starter

Re: NetSurf 3.2 68k released
« Reply #75 on: June 22, 2015, 08:40:55 AM »
New AGA version is avaiable for testing.

@Oldsmobile_Mike

How is version 3.4 working for you ?

Offline apjTopic starter

Re: NetSurf 3.2 68k released
« Reply #76 on: October 10, 2015, 09:55:55 PM »
New version 3.4 Dev 2 is on aminet.

Offline apjTopic starter

Re: NetSurf 3.5 68k released
« Reply #77 on: April 30, 2016, 08:05:30 AM »
I have updated my version too.
Most important change is new Preferences made with MUI.
I made it with MUIBuilder which is great for noobs.
Other than this ttf and non-ttf fonts are now merged into one binary.

Libs and sources has been updated to newest versions.
I've compiled everything with gcc 3.4 because I read it generates better 68k code and produces smaller exe.

Like some users said this version works best under emulated environment.

Archive available from aminet

Offline Xebec

  • Newbie
  • *
  • Join Date: May 2016
  • Posts: 13
    • Show only replies by Xebec
Re: NetSurf 3.5 68k released
« Reply #78 on: May 17, 2016, 03:04:04 PM »
Quote from: apj;807735
I have updated my version too.
Most important change is new Preferences made with MUI.
I made it with MUIBuilder which is great for noobs.
Other than this ttf and non-ttf fonts are now merged into one binary.

Libs and sources has been updated to newest versions.
I've compiled everything with gcc 3.4 because I read it generates better 68k code and produces smaller exe.

Like some users said this version works best under emulated environment.

Archive available from aminet


Hi there - is there any version available that doesn't require a FPU?  I see in the changelog - 3.4dev does not require ixemul.library -- but the latest version on aminet does appear to require ixemul.library..   which requires a FPU :).

Just trying to get Netsurf working on my humble ACA1221 (68020@28 mhz, 32MB ram, no FPU) A1200 :).

Thanks!
John H
 

Offline chris

Re: NetSurf 3.5 68k released
« Reply #79 on: May 17, 2016, 05:47:45 PM »
Quote from: Xebec;808647
Hi there - is there any version available that doesn't require a FPU?  I see in the changelog - 3.4dev does not require ixemul.library -- but the latest version on aminet does appear to require ixemul.library..   which requires a FPU :).

Just trying to get Netsurf working on my humble ACA1221 (68020@28 mhz, 32MB ram, no FPU) A1200 :).

Thanks!
John H


My version was working without an FPU, but at some point it decided it needed one.
I can't figure out what I need to do to gcc to get it to default to "-m68020-60 -msoft-float", that should fix it as I think one of the dependencies is building with the wrong options.
"Miracles we do at once, the impossible takes a little longer" - AJS on Hyperion
Avatar picture is Tabitha by Eric W Schwartz
 

Offline utri007

Re: NetSurf 3.5 68k released
« Reply #80 on: May 17, 2016, 06:06:16 PM »
Quote from: chris;808666
My version was working without an FPU, but at some point it decided it needed one.
I can't figure out what I need to do to gcc to get it to default to "-m68020-60 -msoft-float", that should fix it as I think one of the dependencies is building with the wrong options.
If you disable FPU, please consider to make two different versions.

With 68040 FPU makes big difference, compared to 68060. With 68040 and FPU, Netsurf is actually useable. Disabling FPU makes it about 30% more snail. With 68020/30 with FPU or not, it woun't be useable or at least requires a lots of patience.
ACube Sam 440ep Flex 800mhz, 1gb ram and 240gb hd and OS4.1FE
A1200 Micronic tower, OS3.9, Apollo 060 66mhz, xPert Merlin, Delfina Lite and Micronic Scandy, 500Gb hd, 66mb ram, DVD-burner and WLAN.
A1200 desktop, OS3.9, Blizzard 060 66mhz, 66mb ram, Ide Fix Express with 160Gb HD and WLAN
A500 OS2.1, GVP+HD8 with 4mb ram, 1mb chip ram and 4gb HD
Commodore CDTV KS3.1, 1mb chip, 4mb fast ram and IDE HD
 

Offline Acill

Re: NetSurf 3.5 68k released
« Reply #81 on: May 17, 2016, 07:50:00 PM »
Quote from: chris;808666
My version was working without an FPU, but at some point it decided it needed one.
I can't figure out what I need to do to gcc to get it to default to "-m68020-60 -msoft-float", that should fix it as I think one of the dependencies is building with the wrong options.


Why don't the two of you join forces and get a unified version out? Seems silly to have two people working on two versions of the same thing.
Proud Retired Navy Chief!

A4000T - CSPPC - Mediator
Powerbook G4 15", 17"
Powermac G5 2GHZ
AmigaOne X5000
Need Amiga recap or other services in the US? Visit my website at http://www.acill.com and take a look or on facebook at http://facebook.com/acillclassics
 

Offline wawrzon

Re: NetSurf 3.5 68k released
« Reply #82 on: May 17, 2016, 08:36:01 PM »
Quote from: utri007;808667
If you disable FPU, please consider to make two different versions.

With 68040 FPU makes big difference, compared to 68060. With 68040 and FPU, Netsurf is actually useable. Disabling FPU makes it about 30% more snail. With 68020/30 with FPU or not, it woun't be useable or at least requires a lots of patience.


making multiple binaries simply adds up to the mess. 30% is not a big deal what concenrs usability. if some page loads two minutes it doesnt make it critical if it needs three. the binary should be compiled against existing libraries, in this case the math libs, and the system should decide, if it has fpu or if it needs to use soft floats. then people can simply try to use netsurf with a 68020 and see if it suiets them.
 

Offline utri007

Re: NetSurf 3.5 68k released
« Reply #83 on: May 17, 2016, 09:12:39 PM »
Quote from: wawrzon;808674
making multiple binaries simply adds up to the mess. 30% is not a big deal what concenrs usability. if some page loads two minutes it doesnt make it critical if it needs three. the binary should be compiled against existing libraries, in this case the math libs, and the system should decide, if it has fpu or if it needs to use soft floats. then people can simply try to use netsurf with a 68020 and see if it suiets them.


You are right, 2 or 3 minits is about a same. But with 040 it matter of useability, if loading time rises from 40 seconds to 60, it is huge leap of patience. 40 seconds is OK, minit start to be long time? With 060 difference ist not that big, just few seconds.

Could it be possible to make it support tool types? So that FPU could be enabled/disabled that way.

Though, one question is Chris still interested to develop Netsurf further? There has been extreme low interest to Netsurf. Arthur's version is OK under emulation, but not with real Amiga. I ques that both of them has very few users. No feedback, no bug repoerts, etc

I gotta say that I'm actually very surprized how fast Chris' build is. I thought that something like 2x slower would be maximum speed. It starts to be as fast as iBrowse is when downloading this site.
ACube Sam 440ep Flex 800mhz, 1gb ram and 240gb hd and OS4.1FE
A1200 Micronic tower, OS3.9, Apollo 060 66mhz, xPert Merlin, Delfina Lite and Micronic Scandy, 500Gb hd, 66mb ram, DVD-burner and WLAN.
A1200 desktop, OS3.9, Blizzard 060 66mhz, 66mb ram, Ide Fix Express with 160Gb HD and WLAN
A500 OS2.1, GVP+HD8 with 4mb ram, 1mb chip ram and 4gb HD
Commodore CDTV KS3.1, 1mb chip, 4mb fast ram and IDE HD
 

Offline wawrzon

Re: NetSurf 3.5 68k released
« Reply #84 on: May 17, 2016, 09:52:25 PM »
Quote from: utri007;808681

Could it be possible to make it support tool types? So that FPU could be enabled/disabled that way.


either tool types or some proper perfs file or program (i know about the one in resources, but not everybody gets that, even if it contained an appropriate entry)

Quote

Though, one question is Chris still interested to develop Netsurf further? There has been extreme low interest to Netsurf. Arthur's version is OK under emulation, but not with real Amiga. I ques that both of them has very few users. No feedback, no bug repoerts, etc


thats normal. you need to accustom to this, its only not that visible on other systems, since amiga and especailly whatever spinn off it has really very few (able) users.

Quote

I gotta say that I'm actually very surprized how fast Chris' build is. I thought that something like 2x slower would be maximum speed. It starts to be as fast as iBrowse is when downloading this site.


downloading or rendering?
 

Offline Xebec

  • Newbie
  • *
  • Join Date: May 2016
  • Posts: 13
    • Show only replies by Xebec
Re: NetSurf 3.5 68k released
« Reply #85 on: May 18, 2016, 12:39:23 AM »
Chris - any chance you'd have an older non-FPU version on hand?  I don't need the latest, just wanted to play around a bit..  Greatly appreciated :)..

(Figuring it'll be a while before Vampire A1200 is out and makes web browsing.. a lot better!)
 

Offline chris

Re: NetSurf 3.5 68k released
« Reply #86 on: May 18, 2016, 03:13:25 PM »
Quote from: Xebec;808701
Chris - any chance you'd have an older non-FPU version on hand?  I don't need the latest, just wanted to play around a bit..  Greatly appreciated :)..

(Figuring it'll be a while before Vampire A1200 is out and makes web browsing.. a lot better!)


Maybe on my CF card, but I think I deleted it, and I don't have an easy way to check whether it's an FPU version or not!
"Miracles we do at once, the impossible takes a little longer" - AJS on Hyperion
Avatar picture is Tabitha by Eric W Schwartz
 

Offline chris

Re: NetSurf 3.5 68k released
« Reply #87 on: May 18, 2016, 03:27:29 PM »
Quote from: utri007;808681
You are right, 2 or 3 minits is about a same. But with 040 it matter of useability, if loading time rises from 40 seconds to 60, it is huge leap of patience. 40 seconds is OK, minit start to be long time? With 060 difference ist not that big, just few seconds.


How are you even measuring this?  My build of NetSurf is built with soft-float as are all libraries, it's only some of the dependencies that might not be.  There's very little floating point maths in NetSurf anyway AFAIK.

Quote

Could it be possible to make it support tool types? So that FPU could be enabled/disabled that way.


No, that's not viable.

Quote

Though, one question is Chris still interested to develop Netsurf further?


I've done about as much as I can with the OS3 frontend, which is more than I really had interest to do in the first place.

When I update OS4 frontend the OS3 frontend automatically gets the changes (unless it's to do with new OS features), which was the point of deriving the OS3 build from my code and keeping it all together (rather than forking it).  Core changes are obviously going to apply to both versions too.

Anything further I'd appreciate somebody else working on.
"Miracles we do at once, the impossible takes a little longer" - AJS on Hyperion
Avatar picture is Tabitha by Eric W Schwartz
 

Offline utri007

Re: NetSurf 3.5 68k released
« Reply #88 on: May 18, 2016, 05:03:36 PM »
Test results are from that old build wich you made for someone who asked.
ACube Sam 440ep Flex 800mhz, 1gb ram and 240gb hd and OS4.1FE
A1200 Micronic tower, OS3.9, Apollo 060 66mhz, xPert Merlin, Delfina Lite and Micronic Scandy, 500Gb hd, 66mb ram, DVD-burner and WLAN.
A1200 desktop, OS3.9, Blizzard 060 66mhz, 66mb ram, Ide Fix Express with 160Gb HD and WLAN
A500 OS2.1, GVP+HD8 with 4mb ram, 1mb chip ram and 4gb HD
Commodore CDTV KS3.1, 1mb chip, 4mb fast ram and IDE HD
 

Offline chris

Re: NetSurf 3.5 68k released
« Reply #89 on: May 18, 2016, 11:53:35 PM »
Quote from: utri007;808728
Test results are from that old build wich you made for someone who asked.


IIRC that was the one where I built GCC using a "no FPU" switch which wasn't documented anywhere to say it would work on 68k target, and nobody told me whether or not it worked without an FPU, but I got the impression it still needed one.  God knows what that was doing.  The current build is soft-float still, but without that iffy switch.
"Miracles we do at once, the impossible takes a little longer" - AJS on Hyperion
Avatar picture is Tabitha by Eric W Schwartz