Earlier quoted context omitted.
After studying the history a bit it seems to me the reasons were organizational more than technical. Jobs brought his team back with him and they built on what they were familiar with. With better management the existing nanokernel-based MacOS could probably have been evolved similar to what MS did with NT.
Nt is not a evolution of dos. A similar issue you need a new kernel for protected memory etc. Apple did make attempts see Taligent
So what is the deal with A/UX anyways?
61–70 of 166 posts
Re: So what is the deal with A/UX anyways?
#62Earlier quoted context omitted.
The irony for me is that Unix was the (unhappy) inspiration for the famous “worse is better” memo. The Unix workstation vendors made high end hardware with (semi-) commodity software, and had their lunch eaten by generic hardware coupled with software that gave more people a better experience. (Though personally not at all a fan of most of the Unix paradigm, for me it’s a vastly superior experience to Windows. But I…
I was there at that time, there are manuals in white binders down the hall from me now. The Mac was made to never, ever, use the command line. That is what I chose to develop for at that time, including exposure to "high end" machines at University. fun fact - there were no undergraduate courses in computer science at that time; master's level and up .. you have to be trained to use those workstations, even for five…
Re: So what is the deal with A/UX anyways?
#63Re: So what is the deal with A/UX anyways?
#64Earlier quoted context omitted.
I was there at that time, there are manuals in white binders down the hall from me now. The Mac was made to never, ever, use the command line. That is what I chose to develop for at that time, including exposure to "high end" machines at University. fun fact - there were no undergraduate courses in computer science at that time; master's level and up .. you have to be trained to use those workstations, even for five…
I actually wrote a large chunk of the A/UX unix port (late 80s) - a decade before (mid 70s) I'd obtained an undergraduate degree in Comp Sci (in New Zealand) - undergraduate Comp Sci was very much a thing at the time
Re: So what is the deal with A/UX anyways?
#65Earlier quoted context omitted.
It was expensive. In 1987 I built a 386-25 with 16MB RAM and SCSI HD that ran Interactive Systems UNIX for a lot less than it would have cost to get a Mac II with A/UX.
16MB in 1987, good lord. I didn't even know that was possible on x86 at the time.
Re: So what is the deal with A/UX anyways?
#66Earlier quoted context omitted.
I also thought it was pretty nifty little OS, courtesy of an A/UX office file server that I was tasked to set up in 1993 or so I think. And yes it was a very expensive file server at that. My recollection was that internals of A/UX emulation were reused to enable the PowerPC transition from Motorola, but I might be wrong about that.
Unix licenses at the time were ridiculously expensive, even for PC-grade hardware. Adding compilers and development tools was frequently an extra eye-watering expense.
Re: So what is the deal with A/UX anyways?
#67I respectfully disagree that price was the issue. The competition was a Sun workstation. In 1990, a sparcstation was $5k without the hard drive, a configuration that only made sense if you mounted the root filesystem using NFS, which meant you had a more expensive machine with a hard drive on your LAN.
Apple could have succeeded in the workstation space, but they were a consumer focused company.
https://www.nytimes.com/1990/05/16/business/low-priced-work-...
Re: So what is the deal with A/UX anyways?
#68Inflation calculator says that a workstation computer package of hardware (PC, monitor, keyboard, mouse) selling for $5500 USD in 1988 would be the equivalent of $12,718.67 today. That sort of money (except for ridiculous non-linear GPU prices today) would build one hell of a threadripper workstation.
Re: So what is the deal with A/UX anyways?
#69Taking also in account that that version of A/UX ran only on the quadra 700/800/950, it's probably one of the OS with less hardware support around
The OS itself was so simple, it didn't even use init scripts to start its services, but everything was (re)spawned by /etc/inittab like /bin/getty; this was so clever I started doing it with all the services I wanted to automatically restart on my other linux servers
Re: So what is the deal with A/UX anyways?
#70I wonder if you could patch the m68k emulator in the later nanokernel for PowerPC Macs to support it. Would it be legal? Gods no. Would it be a throwback to the kind of really dirty hacks I associate with the 90s? Absolutely.
It looks like a decent amount of work reversing the Powermac nanokernel has been done: https://github.com/elliotnunn/NanoKernel