home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / minix / 4956 < prev    next >
Encoding:
Text File  |  1992-12-21  |  3.6 KB  |  69 lines

  1. Newsgroups: comp.os.minix
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!usc!howland.reston.ans.net!paladin.american.edu!news.univie.ac.at!hp4at!mcsun!sunic!news.funet.fi!hydra!klaava!torvalds
  3. From: torvalds@klaava.Helsinki.FI (Linus Torvalds)
  4. Subject: Re: Is MINIX much better than LINUX?
  5. Message-ID: <1992Dec20.235535.4281@klaava.Helsinki.FI>
  6. Organization: University of Helsinki
  7. References: <Bz76pu.AE0@cs.vu.nl> <ARL.92Dec15210739@deathstar.cs.hut.fi> <1992Dec19.162027.1604@frmug.fr.mugnet.org>
  8. Date: Sun, 20 Dec 1992 23:55:35 GMT
  9. Lines: 58
  10.  
  11. In article <1992Dec19.162027.1604@frmug.fr.mugnet.org> archer@frmug.fr.mugnet.org (Vincent Archer) writes:
  12. >
  13. >So buy, buy more. I thought that the whole point of Linux was that it was
  14. >free? I'll have to spend $150 to buy a 386 board. Ok. Then what?
  15.  
  16. No, the whole point of linux isn't that it's free, and never has been. 
  17. It's one of the points that come up most regularly, as it's certainly
  18. something that gets the attention of most people.  It's also one thing I
  19. stressed in the "linux is obsolete" flamewar, as it's one thing I think
  20. minix *should* have had as one of it's main points due to being meant
  21. for studies. 
  22.  
  23. In fact, if you want to, you can pay for your linux installation: there
  24. are at least two CD-roms available already which contain linux sources,
  25. and a third one seems to be in the making.  Also, SLS in Canada sells
  26. linux on floppies.  I'm not getting any money on them, but that doesn't
  27. mean they are giving linux away for no cost.  And I don't mind, because
  28. 'free' wasn't the whole point, just a big plus. 
  29.  
  30. The *point* with linux is that I didn't have a good OS on my machine (I
  31. had DOS and minix, and my definition of good is obviously different from
  32. ast's), so I wrote one.  Making it freely available was a separate
  33. decision not directly connected with the conception of it, and one that
  34. paid off handsomely: thanks to that it's now a lot better system than it
  35. would otherwise have been.  It resulted both in me getting good feedback
  36. and testing for the system, as well as actual patches to make it run
  37. better: both the SCSI code, the networking code and the new and improved
  38. math-emulator have been totally written by others. 
  39.  
  40. So while you can get linux for free, the real reason you'd want to
  41. actually *use* (and even pay for it) it is that it's a pretty good
  42. unix-like OS.  After all, even a free program is no better than what it
  43. does or gives you. 
  44.  
  45. >I've never used a 386. I'll never use one, unless you put a gun on my head
  46. >(then I'll do everything you say. And shoot you in the back at the first
  47. > occasion).
  48.  
  49. You are missing out on something.  I programmed a 68k machine before
  50. getting a PC, and yes, I was a bit worried about the intel architecture. 
  51. It turned out to be ok, and more importantly: it's the cheapest thing
  52. around.  A 386 in protected mode is in fact a very pleasant processor,
  53. and while it could do with some more registers (at least double the
  54. current number), there are no major problems with it. 
  55.  
  56. The worst part of a PC-compatible is the BIOS and DOS, and I no longer
  57. have to care about them.  Even the much maligned ISA bus is pretty good:
  58. it may not be technically superior, but it does what a bus is supposed
  59. to do very well: hook up hardware.  A lot of hardware. 
  60.  
  61. It's not even too hateful to program in assembly, and when you program
  62. it in C, it looks like any other 32-bit computer.  Except for being a
  63. lot cheaper than anything else that fast...  Not to say I wouldn't like
  64. a Mac or an Amiga, but it's certainly a bad idea not to even consider a
  65. 386 now that there are good alternatives to MS-DOS around (and no, I'm
  66. not necessarily talking linux). 
  67.  
  68.         Linus
  69.