Unix for 286


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Unix for 286
# 1  
Old 03-09-2002
Question Unix for 286

Hey,

I think I probably qualify as a pre-newbie, so take it slow with me. I'm putting together a 286 system for bits and pieces from my dad's basement and I'm wondering what flavour of unix I should look at putting on it. I'm not looking for a bells and whistles version, just an alternative to having to put windows 3.1 on as an OS.

John
# 2  
Old 03-09-2002
The 80286 is a very old chip. In that era there were no free versions of unix available. But there were products that you could buy. Microsoft and SCO were fiddling around with a unix clone called XENIX. They ported XENIX from the 8086 to the 80286 with little trouble. The 80286 was the chip that powered the IBM PC/AT. Intel and the Unix Support Group managed to port System V Release 2 to it. The was the only multi-user capable UNIX port to the 80286 and it "will support 2 or 3 users fairly well" (1).

No modern version of UNIX has any chance of running on a 80286. To compete, all modern versions of UNIX will have features like demand paging and shared libraries. Features like that require a gizmo called a Memory Management Unit. And the 80286 doesn't have one. I have no idea where you can obtain a copy of either XENIX or System V Release 2 for the 80286. And remember, these were products. You had to pay for them.

Sorry for the bad news. Maybe you should upgrade to an 80386 Smilie

1. Most of this info came from UNIX Papers for UNIX developers and Power Users, edited by Mitchell Waite 1987 ISBN 0-672-22578-8, Chapter 11 A UNIX Port to the 80286 by Anthony Andrews.
# 3  
Old 03-10-2002
Xenith rules!!!

So, there I was,

I wanted a laptop, and one of the old guys with a sense of humor drags out a Zenith SuperSport 286, 40 Meg Conner HD, 640K onboard, and a kickin 4MB total RAM. Needless to say, I was impressed, taht he could find it, that is...
So, I kicked around for an OS taht would live on it, I tried a few, but the disk size is what was killing me. There are a few OSes for it, some of the older versions of slackware (I believe) will handle a 286, and there are some older versions of NCR's MP-RAS taht will do 286 as well, but in the end, I found that the easiest and most fun option was to go to Minix. This thing is still well loved by many and you'd be surprised at the level of hardware support there is. I even got the modem to work!!!
In the end, it was mostly an exercise in figuring out something new, but I had a good time and a working compiler to boot... Very interesting, but I agree, if you can get out of the 286, you will be better off.




loadc
# 4  
Old 03-12-2002
If you're willing to put some time and effort into it for very little in return ( Smilie ), check out ELKS:
http://elks.sourceforge.net/faq/english-faq.html

And then, there's always Minix (One of the many reasons that Linux supposedly decided he would be better off if he wrote his own kernel Smilie ). Minix costs money though, and you'd still have to get it onto the machine somehow:
http://www.cs.vu.nl/~ast/minix.html
http://www.cs.vu.nl/pub/minix/2.0.3/

Notice in the latter that the suggestion is to get it running under DOS / Windows. If you've got DOS on there already, this may be your best bet.
# 5  
Old 03-12-2002
minix

this unix is freely downloadabel now and runs on a 286 i never tried it. ut so far i knwo is linux a clone of this.
the hardware
http://www.cs.vu.nl/~ast/minix.html#hardware
and here you can download it
download place
 
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

File Transfer from Window server to UNIX and UNIX to UNIX

Dear All, Can someone help to command or program to transfer the file from windows to Unix server and from one unix server to another Unix server in secure way. I would request no samba client. (4 Replies)
Discussion started by: yadavricky
4 Replies

2. UNIX for Dummies Questions & Answers

How does unix system administration, unix programming, unix network programming differ?

How does unix system administration, unix programming, unix network programming differ? Please help. (0 Replies)
Discussion started by: thulasidharan2k
0 Replies

3. Shell Programming and Scripting

Batch job in unix server to move the pdf file from unix to windows.

Hi Experts, I have a requirement where i need to setup a batch job which runs everymonth and move the pdf files from unix server to windows servers. Could some body provide the inputs for this. and also please provide the inputs on how to map the network dirve in the unix like that... (1 Reply)
Discussion started by: ger199901
1 Replies

4. Shell Programming and Scripting

Parsing 286 length Character string

Hi Friends, I have .txt file which has 13000 records. Each record is 278 character long. I am using below code to extract the string and it takes almost 10 minutes. Any suggestion please. cat filename.txt|while read line do f1=`echo $line|awk '{print substr($1,1,9)}'` f2=`echo... (6 Replies)
Discussion started by: ppat7046
6 Replies

5. Shell Programming and Scripting

FTP script for sending a file from one unix directory to another unix server director

Hi, My local server is :/usr/abcd/ Remote server is :/Usr/host/test/ I want to send files from local unix directory(All files starting with O_999) to remote host unix directory. Can any body give me the Unix Shell script to do this. One more doubt: Shall we need to change the file... (1 Reply)
Discussion started by: raja_1234
1 Replies

6. UNIX for Advanced & Expert Users

missing Path(in UNIX) when i launch a job on to unix machine using windows SSh

hi i want run an unix application from a windows program/application.i am using SSH(command line version)to log on to a unix machine from windows. the application has to read a configuration file inorder to run. the configuration file .CFG is in bin in my home directory. but the application... (1 Reply)
Discussion started by: megastar
1 Replies

7. UNIX for Dummies Questions & Answers

UNIX problem? Unix programm runs windows 2000 CPU over 100%

Okee problems...!! What is happening: Unix server with some programms, workstations are windows 2000, the workstations work good but when you start a programm on the Unix server the CPU of the workstations go to 100% usage resulting that the system gets very slow. The programm well its running so... (2 Replies)
Discussion started by: zerocool
2 Replies
Login or Register to Ask a Question