Email or username:

Password:

Forgot your password?
Top-level
Andre

@jyrgenn @schratze I think years of earlier Solaris conditioned me a little. When I had a retro trip to Dell UNIX et al, the userland was familiar and I had no trouble building packages.

8 comments
Jyrgen N

@PCOWandre @schratze Never heard of Dell Unix — what was that?

Andre

@jyrgenn @schratze Circa 1990-1992 SVR4 UNIX. Was near unobtainium at the time of release; certainly never found it in Australia.

If you look at some early comparisons of UNIX options on x86, it'll turn up, often with a pretty strong recommendation.

Caveats? The hardware support is pretty narrow. Only a couple of supported NICs; I never managed to get the Adaptec SCSI HBA support working and it doesn't know about large storage.

My plan was to attempt to port some of the NIC drivers from early Solaris x86 but my development box kept shitting itself -- failed power supply then failed motherboard then failed disk then failed NIC. At some point I'll find another reasonable fast-486/early pentium and give it another poke.

@jyrgenn @schratze Circa 1990-1992 SVR4 UNIX. Was near unobtainium at the time of release; certainly never found it in Australia.

If you look at some early comparisons of UNIX options on x86, it'll turn up, often with a pretty strong recommendation.

Caveats? The hardware support is pretty narrow. Only a couple of supported NICs; I never managed to get the Adaptec SCSI HBA support working and it doesn't know about large storage.

Resuna

@PCOWandre @jyrgenn @schratze Porting drivers from early Solaris to SVR4? Would that even be possible? Wasn't early Solaris basically SunOS (BSD) under the hood?

Andre replied to Resuna

@resuna @jyrgenn Nope. Solaris -- as in Solaris proper, not the "Solaris 1" backported name for SunOS 4 -- was STREAMS and System V all the way.

With proper API/ABI definitions and compatibility. Look at some of the classic LSI drivers -- one binary covers 2.6 through 10 and the cut at 2.6 is only because of the jump to 64 bit splitting the driver tree.

Jyrgen N replied to Andre

@PCOWandre @resuna It was indeed SunOS up to 4 that was BSD-based, AFAIK from the start. (4.0.3 when I finally got access to the coveted Suns at the university, work as well as study. At my student job I got the task to install "all that GNU software" on the first SPARCstation 1 they bought — a night and a day of pure fun. No "./configure && make install", rather real configuration work at the time. The best thing: Emacs with native SunView support.)

Jyrgen N replied to Jyrgen

@PCOWandre @resuna Compiling gcc three times and things. The only 25-hour shift I ever did.

Resuna replied to Andre

@PCOWandre @jyrgenn OK. Work quit using Sun about then so I have little experience with Sun post SunOS.

Go Up