Do OS's slow down with age?

Doug Gwyn gwyn at smoke.BRL.MIL
Sat Jan 14 23:13:23 AEST 1989


In article <2880 at kuhub.cc.ukans.edu> sloane at kuhub.cc.ukans.edu (Bob Sloane) writes:
>I guess I should put more smiley faces in the stuff I post.  I was just trying
>to point out that there are about a zillion different "uNiX's" and, as far as
>I can tell, all of them are incompatible with all of the others in some way or
>other.  I really don't want to start another OS war.

The basics of UNIX are pretty much the same on all variants.
This should get even better as 4.4BSD and UNIX System V Release
4.n implement conformance to the ANSI C and IEEE POSIX standards.

Most of my applications port unchanged among several radically
different UNIX implementations, including:
	Sun-3/50M workstations
	SGI 4D workstations
	PDP-11/70 (now defunct at BRL)
	VAX-11/780
	Gould PN/90x0
	Alliant FX/8
	Cray X/MP
	Cray-2
Some of these are 4BSD-based and some System V-based.  On the
4BSD-based systems, the first step is to port my UNIX System V
emulation, because there are just too many #ifdefs needed in
the applications otherwise.  As I pointed out before, Xenix is
now merged with System V so my applications probably work on
those systems also, and, based on previous experience, would
probably work unchanged on numerous other UNIX implementations,
including:
	Accel
	AT&T 3Bx
	Pyramid
	Sequent
and probably systems I haven't had direct experience with.

In this context, developing VMS-dependent applications would
be utterly laughable.



More information about the Comp.unix.questions mailing list