• Updated 2023-07-12: Hello, Guest! Welcome back, and be sure to check out this follow-up post about our outage a week or so ago.

my vision for 68k/ early ppc macs

Status
Not open for further replies.

LCGuy

LC Doctor/Hot Rodder
There's actually a lot of point in developing Classilla - any Mac running OS 9 these days could be called "classic", hell Apple even calls the Mac OS 9 environment in OS X "Classic". Classilla is the first web browser to developed in the past 5 years that supports any OS 9 system at all.

 
Actually, iCab 3.0 was released for Mac OS 8.6 and up within the past couple of years. This version greatly improved the renderer.

Unfortunately, with iCab 4.0, the unique iCab renderer was dropped in favor of WebKit.

 

Richard

Banned
If only there was a better browser for 68k than Netscape 3/4, IE 3/4. and iCab 2…

It will probably never happen though. :p

 

Scott Baret

Well-known member
You never know, someone may very well program one sometime (if any programmers are thinking of RetroChallenge ideas, here's one for you). After all, who would have expected Classilla to be released many years after Apple stopped selling Macs that boot into OS 9?

 

Sloar

Active member
There is work on a 68k port of Haiku in the works, http://www.haiku-os.org/blog/mmu_man/2008-07-21/getting_to_the_kernel_68k_way .

I think some kind of NeXT like environment for 68k Macs would be really cool. I wouldn't know where to start. A long time ago when I looked at the source code for early Darwin before version 1, there were still alot of code references to 68k and I486.

As for as newer browsers and other software, if Atari and Amiga users can do it then we should be able to port it without having to write it from scratch. maybe we are spoiled as Mac users where as they have to keep going or they loose there entire platform.

 

Temetka

Well-known member
MachTEN is very close to what you're describing, but it's not open source. You could probably put something together with NetBSD and the JIT build of Basilisk II
I know it was posted on page 1 of the thread, but if had the cash, I would totally buy this.
 

LCGuy

LC Doctor/Hot Rodder
This bit is even better:

Coupling MachTen with Apple's new G3 and G4 machines creates a high-performance UNIX Workstation
And installing Mac OS X on a G3/G4/G5/Intel Mac doesn't? :lol:

 

LCGuy

LC Doctor/Hot Rodder
I realise that, but you'd think they'd update the page...especially if they still want to make an impression that they're still in business.

 
I think one of the problems with 68K browsers now is that modern webpages are just too demanding of the computer.

Take a look at an average bank website, for instance. You will find the following features used:

- SSL/TLS

- JavaScript

- CSS

- Dynamic HTML (combination of JavaScript and CSS)

- AJAX (combination of JavaScript, CSS, and XMLhttpRequest)

We already have SSL on 68K, so that's not a big problem as long as sites continue to support SSL 3.

The next problem is interpreted JavaScript. Sites use thousands of lines of JavaScript now and interpreting this is slow.

CSS is another problem. Such things as: translucency, dynamically resizing boxes, etc. It requires thousands of inter-dependent calculations to lay out a page.

Basically - more and more work is slowly being shifted to the browser. Imagine a bank website in 1997:

- Basic HTML 3.2 or 4.0 design. Perhaps a simple table based layout. Complex text, etc. is probably loaded in as a GIF image.

- Basic SSL v2 40-bit may have been used.

- No JavaScript. The login form is sent to the server as-is. The server must determine if enough characters were entered, etc.

- You see your online check book and want to view more information about a transaction. You click the transaction and the server sends an entirely new page.

- You want to add a note to a transaction. Clicking add note loads an entirely new page using target _blank. Seeing the note in the transaction requires refreshing the entire page.

Compare to the modern bank site:

- XHTML 1.1 with CSS2. No tables used in the design. The appearance may even be similar to or the same as the 1997 version, but it's much harder to render due to the used of CSS.

- Banks have disabled 40-bit and SSL v2 for security reasons. Minimum is now 128-bit SSL v3 or TLS.

- Heavy JavaScript used. Pre-validate all forms on the entire site.

- Transaction information is shown in-line using a hidden CSS box and AJAX to retrieve the information.

- Adding notes is done with AJAX.

 

MrMacPlus

Well-known member
I think one of the problems with 68K browsers now is that modern webpages are just too demanding of the computer.
That's why we need a server that parses all the big-bad stuff and outputs the html to our macs. Don't they have something like that?

 

Charlieman

Well-known member
Why can't *nix distros have a resonsive GUI on 68k machines?
Alas, a responsive *nix GUI on a 68K Mac is an unlikely proposition. Mac graphics cards are designed to display QuickDraw and have drivers (in ROM or INIT) that accelerate QD. 68K Macs have used literally dozens of graphics processors, most of which are proprietary. The NeXT family have graphics interfaces and drivers that optimise Display PostScript. PowerMacs sometimes get reasonable X11 graphics, but only if they the right graphics card.

A modern X11 Server for 68K and low power PPC Macs, that uses all of the wonderful goodness of classic Mac OS, makes more sense to me.

 

Bunsen

Admin-Witchfinder-General
Mac graphics cards are designed to display QuickDraw and have drivers (in ROM or INIT) that accelerate QD.
Is some kind of Quickdraw wrapper out of the question?

 

MrMacPlus

Well-known member
Probably not, but whether anyone is going to code it is questionable.

As for NouveAUX or whatever it is, let's make it. :)

 

agg23

Well-known member
I don't know about designing apps but I could write a 68K Mac website with news and downloads.

 
Status
Not open for further replies.
Top