Stop Microsoft
Operating Systems => Linux and UNIX => Topic started by: HPC GUY on 6 September 2002, 20:13
-
this may sound odd, but where can i download unix?
-
it does sound a bit odd, as faras i know you cannot download unix. as far as i know it is no longer supported and is a proprietary system. the closest you might get is downloading one of the BSDs.
-
DOH!
-
Calum is pretty much on the mark there but which flavor of UNIX are you interested in? BSD is probably the *only* UNIX that you can download for free. You used to be able to download Solaris x86 from Sun for free. I think you can still download it but not for free, you might have to give them a credit card number and be charged $20-$40, not sure about the current license.
Most other UNIXes only run on specific hardware and you would purchase it with that hardware. Also SCO runs on x86 but that is not free either. I'm not sure what the current going rate is on that, they may also have ISO downloads.
But seriously, the differences between a "certified" version of UNIX and Linux are few. In fact there are probably more differences between two different "certified" versions of UNIX than there are between any one certified version of UNIX and Linux. So I suggest you either get BSD or Linux, or both.
[ September 06, 2002: Message edited by: void main ]
-
well.. i really wanted to take a look at the unix in its purest form, i have redhat here at work and im looking at lycoris on a my experimental machine at home which had redhat, but i going back to it. but i thought unix would be cool to try, just for kicks, im trying to learn all that i can about Oses.
-
But UNIX really isn't a single operating system any more, it's a "standard" or "certification", the "Open Group" is the holder of the name and certifies operating systems to be called "UNIX". Go to the Open Group's web site for more info on this. If you want UNIX in it's purest form you are going to have to go back to the old labs at Bell.
History of UNIX at Bell Labs:
http://www.bell-labs.com/history/unix/ (http://www.bell-labs.com/history/unix/)
The Open Group:
http://www.opengroup.org/ (http://www.opengroup.org/)
Now there are only a small few operating systems that carry the "UNIX" certification. Solaris (Sun), AIX (IBM), HP-UX (HP), BSD (Berkeley), Tru64 (Compaq), SCO (now owned by Caldera), and a couple more are either UNIX 95 or UNIX 98 certified:
http://www.opengroup.org/regproducts/catalog.htm (http://www.opengroup.org/regproducts/catalog.htm)
Only a few of those are capable of running on x86 PC hardware, the rest run on other platforms.
The closest I have ever come to working on what I would consider to be UNIX in it's purest form would have been an old version of AT&T SysV UNIX running on a 3B2 machine probably built in the mid to late 80's. But it certainly wasn't a pretty sight by today's UNIX certified OSs.
[ September 06, 2002: Message edited by: void main ]
-
yeah, im thinking about getting an alpha based system
-
Anyone seen any Apple Network Servers floating around? I'd love one to experiment with UNIX on Apple hardware!
-
i heard about some Unix V7 (or Version 7) somewhere, is this a version of Unix?
-
quote:
Originally posted by The_Muffin_Man/B0b:
Anyone seen any Apple Network Servers floating around? I'd love one to experiment with UNIX on Apple hardware!
You already have it if you are running OSX.
-
quote:
Originally posted by Master of Reality / Bob:
i heard about some Unix V7 (or Version 7) somewhere, is this a version of Unix?
Many flavors of UNIX have a version 7 of their particular OS. If you mean Version 7 of the original, yes it came out in 1978:
http://www.bell-labs.com/history/unix/versions.html (http://www.bell-labs.com/history/unix/versions.html)
-
Choas check these out:
http://www.systemresale.com/info_VAX-MicroVAX-Alpha.html (http://www.systemresale.com/info_VAX-MicroVAX-Alpha.html)
-
I guess that was what i was talking about: http://foldoc.linuxguruz.org/foldoc.php?Version+7 (http://foldoc.linuxguruz.org/foldoc.php?Version+7)
Is there anywhere you can download the earlier verions of Unix?
Did they release the source code of version =<6 ?
-
Yep same one. It was released in 1979 and it also says that many consider it to be the last "true" UNIX. As far as downloading this or earlier versions. I don't know, do you have a large garage containing a PDP-7 or PDP-11? You might be able to get the OS trucked to you on paper tape. (http://smile.gif)
[ September 06, 2002: Message edited by: void main ]
-
oh well so much for that idea, thanks for the info though peoplez...
-
PDP PIC (http://minnie.tuhs.org/PUPS/Images/pdp.jpg)
Like this?
[ September 07, 2002: Message edited by: tr_one ]
-
OOOOOOOOOooooooooo! What kind is it? I can't read the label on the case.
:eek: (http://tongue.gif) :eek: :D
-
tr_one, good link. There is much other info on the site you posted that picture from. It looks like you might be able to find a PDP-11 emulator and run it under that. Also might be able to get the OSs:
http://minnie.tuhs.org/PUPS/pupsfaq.html (http://minnie.tuhs.org/PUPS/pupsfaq.html)
And the machine I was thinking of for the garage looks more like this:
http://www.bell-labs.com/history/unix/firstport.html (http://www.bell-labs.com/history/unix/firstport.html)
-
I got the PDP-11 emulator compiled and running... Ok, now what the heck to do with it? (http://smile.gif)
-
The first and only one I have tried is located here:
ftp://minnie.tuhs.org/pub/PDP-11/Sims/Begemot-2.9 (http://ftp://minnie.tuhs.org/pub/PDP-11/Sims/Begemot-2.9)
Basically I downloaded "libbegemot-1.9.tar.gz", configure/make/"make install", add /usr/local/lib to /etc/ld.so.conf and ran "ldconfig" as root. Then I downloaded the emulator "p11-2.9.tar.gz", unpacked it and changed into it's directory and did a:
$ ./configure --with-begemot=/usr/local/include
I got a compile error on the file "dev_toy.c" when trying to make but I figured out the problem. Just add:
# include "time.h"
right under:
#include "proc.h"
This should allow you to do a "make" and "make install" (install ass root). Then you can run the emulator by typing "p11". Since you have no OS loaded or no disk image all you seem to be able to do is look at registers and stuff.
There doesn't seem to be a lot of documentation but I noticed in one of the docs that you can get disk images from somewhere but haven't gotten to that point yet. Now I really have no clue what I am doing from here (of course I didn't from the start). So in order to do anything useful with this thing it would take more research. Not sure if I want to spend much more time on it. But I would certainly be interested if you make headway...