Xref: utzoo comp.os.minix:15190 comp.sys.3b1:745 Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!usc!rpi!uupsi!sunic!fuug!funic!santra!news From: jkp@cs.HUT.FI (Jyrki Kuoppala) Newsgroups: comp.os.minix,comp.sys.3b1 Subject: Re: Port of MINIX to Unix-PC Keywords: AT&T-Unix/PC, 3B1, 7300 Message-ID: <1991Mar15.145528.28092@santra.uucp> Date: 15 Mar 91 14:55:28 GMT References: <1991Mar9.180250.15471@cbnewsj.att.com> <1991Mar14.054318.25699@chance.UUCP> <5409@umbc3.UMBC.EDU> Sender: news@santra.uucp (Cnews - USENET news system) Reply-To: jkp@cs.HUT.FI (Jyrki Kuoppala) Followup-To: comp.os.minix Organization: Helsinki University of Technology, Finland Lines: 18 In-Reply-To: ac999321@umbc5.umbc.edu (ac999321) In article <5409@umbc3.UMBC.EDU>, ac999321@umbc5 (ac999321) writes: >Just curious; why would you want to port Minix to this system when you >already have a better version of Unix running on it? How about things like having the source, being able to fix bugs, being able to make the kernel better ? Minix is a good choice for this now, because it has good support from the net community and because there are no truly freely distributable alternatives (for the whole system, I mean, but that will probably change sometime before year 2000) currently available (hmm, don't know if Trix counts). Let's take an example: I wasn't satisfied with the 14 character file name length limitation on Minix. I just changed two constants in two include files, wrote a program to convert directories to the new format and rebuilt my system - almost by magic it has 62-character file names now. How do you that on the Unix-PC's OS ? //Jyrki