home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / linux / 20216 < prev    next >
Encoding:
Internet Message Format  |  1992-12-13  |  17.1 KB

  1. Xref: sparky comp.os.linux:20216 news.answers:4515
  2. Newsgroups: comp.os.linux,news.answers
  3. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!ira.uka.de!math.fu-berlin.de!news.netmbx.de!Germany.EU.net!mcsun!news.funet.fi!hydra!klaava!wirzeniu
  4. From: lars.wirzenius@helsinki.fi (Lars Wirzenius)
  5. Subject: Linux INFO-SHEET
  6. Message-ID: <info-sheet_724284007@klaava.helsinki.fi>
  7. Followup-To: poster
  8. Summary: Information about Linux
  9. Sender: wirzeniu@klaava.Helsinki.FI (Lars Wirzenius)
  10. Supersedes: <info-sheet_723074402@klaava.helsinki.fi>
  11. Reply-To: lars.wirzenius@helsinki.fi
  12. Organization: University of Helsinki
  13. Date: Sun, 13 Dec 1992 22:00:17 GMT
  14. Approved: news-answers-request@MIT.Edu
  15. Expires: Sun, 10 Jan 1993 22:00:07 GMT
  16. Lines: 363
  17.  
  18. Archive-name: linux-faq/info-sheet
  19. Last-modified: 1992-12-10
  20.  
  21.  
  22. LINUX INFORMATION SHEET
  23. by Lars Wirzenius (lars.wirzenius@helsinki.fi),
  24. earlier versions done by other people
  25.  
  26.  
  27. 0. About this INFO-SHEET
  28.  
  29.         This INFO-SHEET tries to be a concentrated distillation of the
  30.         necessary information one needs to decide whether Linux is a
  31.         suitable operating system for you.  It is kind of an
  32.         advertisment, although hopefully more truthful.
  33.  
  34.         This INFO-SHEET is posted every other week to the
  35.         comp.os.linux newsgroup.
  36.  
  37. 1. What Is Linux?
  38.  
  39.         Linux is a freely distributable UNIX clone.  It is mostly
  40.         compatible with System V and POSIX specifications, but is
  41.         quite compatible with BSD as well.
  42.  
  43.         The Linux kernel has been written from scratch, and therefore
  44.         does not contain any proprietary code, either from AT&T,
  45.         MINIX, or other places--not in the kernel, the compiler, the
  46.         utilities, or the libraries.  For this reason it can be made
  47.         available with the complete source code via anonymous FTP.
  48.         (The software that runs under Linux, on the other hand, is
  49.         mostly already existing Unix freeware, with a lot of stuff
  50.         coming from the GNU Project.)
  51.  
  52.         Linux runs only on 386/486 machines with an ISA or EISA bus;
  53.         porting to other architectures is likely to be difficult, as
  54.         the kernel makes extensive use of 386 memory management and
  55.         task primitives (but there are people working on at least an
  56.         Amiga port).  MCA is not supported because there is little
  57.         available documentation (especially for poor-hacker -friendly
  58.         prices) about it.  (See below for more information on
  59.         hardware.)
  60.  
  61.         Linux is still in beta testing and therefore not really
  62.         considered to be suitable for production work (although it is
  63.         used for that anyway).  There are still bugs in the system,
  64.         and since it develops rapidly, new bugs creep up often.
  65.         However, some releases are quite stable, and you can stay with
  66.         those if you don't want to be on the bleeding edge.  Some
  67.         sites have been running Linux systems continuously doing real
  68.         work for more than 50 days, without a single reboot, crash, or
  69.         other lock-up!
  70.  
  71.         One thing to be aware of is that Linux is developed using an
  72.         open and distributed model, instead of a closed and
  73.         centralised model like much other software.  This means that
  74.         the current development version is always public (with up to a
  75.         week or two's delay) so that anybody can use it.  The result
  76.         is that whenever a version with new functionality is released,
  77.         it almost always contains bugs, but it also results in a very
  78.         rapid development so that the bugs are found and corrected
  79.         quickly, sometimes in hours.
  80.  
  81.         (The closed and centralised model means that there is only one
  82.         person or team working on the project, and they only release
  83.         software that they think is working well.  Often this leads to
  84.         long intervals between releases, long waiting for bug fixes, and
  85.         slower development.  Of course, the latest release of such
  86.         software is often of higher quality.)
  87.  
  88.         As of December 10 the current version is 0.98 patchlevel 6.
  89.  
  90. 2. Linux Features
  91.  
  92.       * multitasking: several programs running at once
  93.       * multiuser: several users on the same machine at once (and NO
  94.         two-user licenses!)
  95.       * memory protection between processes, so that one program can't
  96.         bring the whole system down
  97.       * core dumps for post-mortem analysis (using a debugger on a
  98.         program after it has crashed)
  99.       * demand loading of executables: only read in those parts of a
  100.         program that are actually used
  101.       * virtual memory using paging (not swapping whole processes) to
  102.         disk, to a separate partition or a file in the filesystem, or
  103.         both, and with a possibility to add more swapping areas at
  104.         runtime (they're still called swapping areas)
  105.       * shared pages among executables with copy-on-write
  106.       * shared libraries (static too, of course)
  107.       * a unified memory pool for user programs and disk cache (so
  108.         that all free memory can be used for caching, and the cache
  109.         can be reduced when running large programs)
  110.       * mostly compatible with POSIX, System V, and BSD at the source
  111.         level
  112.       * all source code is available, including the whole kernel and
  113.         all drivers, the development tools and all user programs;
  114.         also, all of it is freely distributable
  115.       * POSIX job control
  116.       * pseudoterminals (pty's)
  117.       * 387-emulation in the kernel so that programs don't need to
  118.         include math emulation packages
  119.       * support for many national or customized keyboards, and it's
  120.         fairly easy to add new ones
  121.       * runs in protected mode of the 386
  122.       * multiple virtual consoles: several independent login sessions
  123.         through the console, you switch by pressing a hot-key
  124.         combination (not dependent on video hardware)
  125.       * normal and extended Minix filesystems (the extended version
  126.         supports up to 4 TB, filenames up to 255 chars)
  127.       * transparent access to MS-DOS partitions (or OS/2 FAT
  128.         partitions) via a special filesystem: you don't need any
  129.         special commands to use the MS-DOS partition, it looks just
  130.         like a normal Unix filesystem (except for funny restrictions
  131.         on filenames, permissions, and so on)
  132.       * CD-ROM filesystem
  133.       * Xenix filesystem
  134.     
  135. In addition the following are being worked on (in various states of
  136. usability):
  137.  
  138.       * networking (TCP/IP, including ftp, telnet, etc)
  139.       * compressed file system
  140.       * Xenix binary compatibility
  141.  
  142. 3. Hardware Issues
  143.  
  144.     Minimal configuration
  145.  
  146.         The following is probably the smallest possible configuration
  147.         that Linux will work on: 386SX/16, 2 MB RAM, 1.44 MB or 1.2 MB
  148.         floppy, any supported video card (+ keyboards, monitors, and
  149.         so on of course).  This should allow you to boot and test
  150.         whether it works at all on the machine, but you won't be able
  151.         to do anything useful.
  152.  
  153.         In order to do something, you will want some hard disk space
  154.         as well, 5 to 10 MB should suffice for a very minimal setup
  155.         (with only the most important commands and perhaps one or two
  156.         small applications installed, like, say, a terminal program).
  157.         This is still very, very limited, and very uncomfortable, as
  158.         it doesn't leave enough room to do just about anything.  (It's
  159.         definitely not recommended for anything but testing if things
  160.         work, and of course to be able to brag about small resource
  161.         requirements. :-)
  162.  
  163.     Usable configuration
  164.  
  165.         If you are going to run computationally intensive programs,
  166.         such as gcc, X, and TeX, you will probably want a faster
  167.         processor than a 386SX/16, but even that should suffice if you
  168.         are patient.
  169.  
  170.     In practice, you need at least 4 MB of RAM if you don't use X,
  171.         and 8 MB if you do.  Also, if you want to have several users
  172.         at a time, or run several large programs (compilations for
  173.         example) at a time, you may want more than 4 MB of memory.  It
  174.         will still work with a smaller amount of memory (should work
  175.         even with 2 MB), but it will use virtual memory and that will
  176.         be so slow it's unusable.
  177.  
  178.         The amount of hard disk you need depends on what software you
  179.         want to install.  The normal basic set of Unix utilities,
  180.         shells, and administrative programs should be comfortable in
  181.         less than 10 MB, with a bit of room to spare for user files.
  182.         For a more complete system, the SLS documentation reports that
  183.         a full base system without X fits into 20 MB, and with X into
  184.         40 MB (this is only binaries).  Add the whatever space you
  185.         want to reserve for user files.
  186.  
  187.         Add more memory, more hard disk, a faster processor and other
  188.         stuff depending on your needs, wishes and budget to go beyond
  189.         the merely usable.
  190.  
  191.     Supported hardware
  192.  
  193.         Note: This section is still sketchy.  Feedback appreciated.
  194.  
  195.     CPU: Anything that runs 386 protected mode programs (all
  196.         models of 386s and 486s should work; 286s don't work, and
  197.         never will).
  198.  
  199.         Architecture: ISA or EISA bus (you still need an ISA-bus hard
  200.         disk controller, though).  MCA (aka PS/2) does not work.
  201.         Local bus should work.
  202.  
  203.         RAM: Theoretically up to 1 GB (but more than 16 MB requires a
  204.         kernel recompilation).  (It will work with "too much" memory,
  205.         but it won't use it.)
  206.  
  207.         Data storage: Generic AT drives (IDE, 16 bit HD controllers
  208.         with MFM or RLL), generic XT controllers (8 bit controllers
  209.         with MFM or RLL) need a special driver (not currently part of
  210.         the standard kernel), SCSI hard disks and CD-ROM.  Supported
  211.         SCSI cards: Adaptec 1542 (but not 1522), the 1740 in extended
  212.         (not 1542 compatible) mode, Seagate ST-01 and ST-02, Future
  213.         Domain TMC-88x series (or any board based on the TMC950 chip)
  214.         and TMC1660/1680, Ultrastor 14F, and Western Digital wd7000.
  215.         SCSI and QIC-02 tapes.
  216.  
  217.         Video: VGA, EGA, CGA, or Hercules (and compatibles) work in
  218.         text mode.  For graphics and X, there is support for (at
  219.         least) EGA, normal VGA, some super-VGA cards (most of the
  220.         cards based on ET3000, ET4000, Paradise, and some Trident
  221.         chipsets), some S3 cards (not Diamond Stealth, because the
  222.         manufacturer won't tell how to program it) and 8514/A.  (Linux
  223.         uses the Xfree86 X server, so that determines what cards are
  224.         supported.)
  225.  
  226.         Other hardware: SoundBlaster, AST Fourport cards (with 4 serial
  227.         boards), several flavours of bus mice (Microsoft, Logitech,
  228.         PS/2).
  229.  
  230. 4. An Incomplete List of Ported Programs and Other Software
  231.  
  232.         Most of the common Unix tools and programs have been ported to
  233.         Linux, including almost all of the GNU stuff and many X
  234.         clients from various sources.  Actually, ported is often too
  235.         strong a word, since many programs compile out of the box
  236.         without modifications, or only small modifications (maybe
  237.         being POSIXy and following standards isn't so bad :).
  238.         Unfortunately, there are not very many end-user applications.
  239.         Nevertheless, here is an incomplete list of software that is
  240.         known to work under Linux.
  241.  
  242.         Basic Unix commands: ls, tr, sed, awk and so on (you name it,
  243.         we've probably got it).
  244.  
  245.         Development tools: gcc, gdb, make, bison, flex, perl,
  246.         rcs, cvs, gprof.
  247.  
  248.         Graphical environments: X11R5 (Xfree86), MGR.
  249.  
  250.         Editors: GNU Emacs, MicroEmacs, elvis, joe.
  251.  
  252.         Shells: Bash, zsh, tcsh, rc.
  253.  
  254.     Telecommunication: UUCP, kermit, szrz, minicom, pcomm, xcomm,
  255.         term (runs multiple shells over one modem line).
  256.  
  257.     News and mail: C-news, trn, nn, tin, smail, elm.
  258.  
  259.         Textprocessing: TeX, groff.
  260.  
  261.         Games: Nethack, several Muds.
  262.  
  263. 5. Getting Linux
  264.  
  265.    Anonymous FTP
  266.  
  267.         At least the following anonymous ftp sites carry Linux.  This
  268.         list is taken from the Meta-FAQ list, which is posted every
  269.         week to the comp.os.linux newsgroup (the Meta-FAQ is updated
  270.         more often than this information sheet, so the list below may
  271.         not be the most current one).
  272.  
  273.    textual name                            numeric addr    Linux directory
  274.  
  275.    tsx-11.mit.edu                          18.172.1.2      /pub/linux
  276.    sunsite.unc.edu                         152.2.22.81     /pub/Linux
  277.    nic.funet.fi                            128.214.6.100   /pub/OS/Linux
  278.    ftp.mcc.ac.uk                           130.88.200.7    /pub/linux
  279.    fgb1.fgb.mw.tu-muenchen.de              129.187.200.1   /pub/linux
  280.    ftp.informatik.tu-muenchen.de           131.159.0.110   /pub/Linux
  281.    ftp.dfv.rwth-aachen.de                  137.226.4.105   /pub/linux
  282.    ftp.informatik.rwth-aachen.de           137.226.112.172 /pub/Linux
  283.    kirk.bu.oz.au                           131.244.1.1     /pub/OS/Linux
  284.    utsun.s.u-tokyo.ac.jp                   133.11.11.11    /misc/linux
  285.    ftp.uu.net                              137.39.1.9      /packages/linux
  286.    wuarchive.wustl.edu                     128.252.135.4   mirrors/linux
  287.    ftp.win.tue.nl                          131.155.70.100  /pub/linux
  288.  
  289.  
  290.     Other methods of obtaining Linux
  291.  
  292.         There are several BBS's that have Linux files.  A list of them
  293.         is maintained by Zane Healy; he posts it to the comp.os.linux
  294.         newsgroup around the beginning and middle of the month, please
  295.         see that post for more information.
  296.  
  297.         There is also at least one organization that distributes Linux
  298.         on floppies, for a fee.  Contact 
  299.  
  300.                 Softlanding Software
  301.                 910 Lodge Ave.
  302.                 Victoria, B.C., Canada
  303.                 V8X-3A8
  304.                 (608) 360-0188
  305.  
  306.         The price is US$3.25 per disk ($4.00 Canadian) in 5.25" format
  307.         (add $1/disk for 3.5").  Add GST (7%) and PST/SST as
  308.         applicable, plus $10.00 for S&H (outside North America, add
  309.         $10.00).  (Prices may change without notice.)  There are 13
  310.         disk in a base system, 21 if you want X.
  311.  
  312.         Also, don't forget about friends and user's groups, who are
  313.         usually glad to let you make a copy.
  314.  
  315.     Getting started
  316.  
  317.         As mentioned at the beginning, Linux is not centrally
  318.         administered.  Because of this, there is no "official" release
  319.         that one could point at, and say "That's Linux".  Instead,
  320.         there are various "distributions", which are more or less
  321.         complete collections of software configured and packaged so
  322.         that they can be used to install a Linux system.  The two most
  323.         important ones are the SLS and MCC releases.
  324.  
  325.         SLS is put together by Peter MacDonald, and is the more
  326.         full-featured one.  It contains most of the available
  327.         software, and includes X.  MCC is maintained by Owen LeBlanc
  328.         at the Manchester Computing Centre, and has a longer history
  329.         than SLS, but it doesn't contain X, and some other goodies.
  330.         Either one serves as a starter's package.
  331.  
  332.         The first thing you should do is to get and read the list of
  333.         Frequently Asked Questions (FAQ) from one of the FTP sites, or
  334.         by using the normal Usenet FAQ archives (e.g.
  335.         pit-manager.mit.edu).  This document has plenty of
  336.         instructions on what to do to get started, what files you
  337.         need, and how to solve most of the common problems (during
  338.         installation or otherwise).
  339.  
  340. 6. Legal Status of Linux
  341.  
  342.         Although Linux is supplied with the complete source code, it
  343.         is copyrighted software, not public domain.  However, it is
  344.         available for free under the GNU Public License.  See the GPL
  345.         for more information.  The programs that run under Linux have
  346.         each their own copyright, although much of it uses the GPL as
  347.         well.  All of the software on the FTP site is freely
  348.         distributable (or else it shouldn't be there).
  349.  
  350. 7. News About Linux
  351.  
  352.         There is a Usenet newsgroup, comp.os.linux, for Linux
  353.         discussion, and also several mailing lists.  See the Linux FAQ
  354.         for more information about the mailing lists (you should be able
  355.         to find the FAQ either in the newsgroup or on the FTP sites).
  356.  
  357.         The newsgroup comp.os.linux.announce is a moderated newsgroup
  358.         for announcements about Linux (new programs, bug fixes, etc).
  359.  
  360.         For the current status of the Linux kernel, finger
  361.         torvalds@kruuna.helsinki.fi.
  362.  
  363.         There is also a more or less weekly "newsletter", Linux News,
  364.         which summarizes the most important announcements and uploads,
  365.         and has occasional other articles as well.  Look in
  366.         comp.os.linux for a sample issue.
  367.  
  368. 8. Future Plans
  369.  
  370.         Work is underway on Linux version 1.0, which will close some
  371.         of the gaps in the present implementation.  The major
  372.         functionality shortcomings are advanced interprocess
  373.         communication (semaphores, shared memory), closer
  374.         compatibility with POSIX, and a lot of tweaking.
  375.         Documentation is also sorely missing.
  376.  
  377. 9. Legalese
  378.  
  379.         Trademarks are owned by their owners.  There is no warranty
  380.         about the information in this document.
  381.