On 01/29/22 09:56 PM,
baden.ku...@gmail.com wrote:
> Contemplating . . . all is not lost. Why is it that I can boot up Firefox on Ubuntu, XP, or WIN7 on my same T60? Evidently, hardware, memory and 32 bits are not that significant.
The problem becomes building Firefox. The Win32 is built on Win64 and
likewise for Linux. Besides missing a Rust compiler on OS/2, linking
becomes close to impossible. It has actually been a problem since FF10
or so where linking xul consumes over 3GB of ram, I even had crashes at
one point due to the swap file over flowing, seems it has a 2GB limit
and at the time I had 1.5 GB of ram.
>
> I suggest a fresh OS/2 browser start needs examination. What are the options? It reminds me of back during infancy when hoops had to be jumped through to get 16 bit Mosaic working in WINOS2, and then the crack OS/2 team built the first fast and stable WebExplorer beta in just 4 days.
Not many options really. Besides development moving to 64 bits and not
worrying about address space, a big problem is just the speed of
development. New versions of the common browsers every month means a
full time job for at least one developer and web sites are just going
down hill using the latest JavaScript libraries that only work on the
latest.
I've been using the Simple Browser, a QT5 example program, it works
until it runs out of memory or crashes for other reasons. Otter I guess
will be similar. Unluckily there's still the problem of soon it being
years out of date.
Dave