home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d5xx / d525 / minixdemo.lha / MinixDemo / Announcement next >
Text File  |  1991-08-05  |  26KB  |  635 lines

  1.             MINIX INFORMATION SHEET
  2.  
  3. 1. WHAT IS MINIX 1.5
  4.      MINIX 1.5 is a new version of an operating system that is very similar to
  5. UNIX.  MINIX has been written from scratch, and therefore does not contain any
  6. AT&T code--not in the kernel, the compiler, the utilities, or the libraries.
  7. For this reason it can be made available with the complete source code
  8. (on diskette).  It runs on the IBM PC, XT, AT, PS/2, 386, and most clones.
  9. Versions are also available for the Atari ST, Macintosh, and Amiga.
  10.  
  11.      This version (1.5) is a major improvement over all previous releases, with
  12. many new features, fewer bugs (hopefully), much better performance, and
  13. proper documentation. The old versions have been in widespread use all over
  14. the world for 3 years.  There are probably tens of thousands of users.
  15.  
  16.  
  17. 2. MINIX 1.5 FEATURES (IBM, Macintosh, Atari, and Amiga versions)
  18.   - System call compatible with V7 of the UNIX operating system
  19.   - Full multiprogramming (multiple programs can run at once)
  20.   - Kernighan and Ritchie compatible C compiler
  21.   - Shell that is functionally identical to the Bourne shell
  22.   - Five editors (emacs subset, vi clone, ex, ed, and simple screen editor)
  23.   - Over 175 utilities (cat, cp, ed, grep, kermit, ls, make, sort, etc.)
  24.   - Over 200 library procedures (atoi, fork, malloc, read, stdio, etc.)
  25.   - Spelling checker with 40,000 word English dictionary
  26.   - Full source code (in C) supplied on diskettes (OS, utilities, libraries)
  27.   - Easy-to-read manual telling all about MINIX and how to install and use it
  28.  
  29.  
  30. 3. ADDITIONAL FEATURES
  31.      In addition to the above features, there are other features present in
  32. some (but not all) versions of MINIX 1.5.  Some of these are listed below.
  33.  
  34. 3.1 ADDITIONAL MINIX 1.5 FEATURES (IBM VERSION):
  35.   - Runs in protected mode on 286 and 386
  36.   - Support for extended memory up to 16M on 286 and 386
  37.   - Up to 3 simultaneous users on one machine
  38.   - RS-232 serial line support with terminal emulation, kermit, zmodem, etc.
  39.   - Distributed computing on Ethernet (remote login, etc.)
  40.  
  41. 3.2 ADDITIONAL MINIX 1.5 FEATURES (MACINTOSH VERSION):
  42.   - Up to 3 simultaneous users on one machine
  43.   - RS-232 serial line support with terminal emulation, kermit, zmodem, etc.
  44.   - Runs under Multifinder
  45.   - Includes support for multiple user windows
  46.  
  47. 3.3 ADDITIONAL MINIX 1.5 FEATURES (ATARI ST VERSION)
  48.   - Up to 2 simultaneous users on one machine
  49.   - RS-232 serial line support with terminal emulation, kermit, zmodem, etc.
  50.   - Support for various real time clocks (Mega, BMS, ICD, Supra, Weide)
  51.  
  52.  
  53. 4. HARDWARE REQUIRED
  54.   - IBM:        PC, XT, AT, PS/2, or 386 that is 100% hardware compatible with 
  55.                 the IBM line.  A hard disk not technically required, but is 
  56.                 strongly recommended to take full advantage of the system.  At 
  57.                 least 512K of RAM is required, as well as a CGA, EGA, 
  58.                 monochrome, or Hercules video card, or another card that
  59.                 emulates one of these.  Both 5.25" and 3.5" diskettes are 
  60.                 supported, as are printers using the parallel port and modems
  61.                 and terminals using the serial port.
  62.  
  63.   - Macintosh:  Apple Macintosh Plus, SE, SE/30, II, IIcx, or IIx with at
  64.         least 1M of RAM.  An additional 1M of RAM and a hard disk
  65.                 is strongly recommended.  MINIX has been tested primarily
  66.             with version 6.0 and latter of the Apple system software.  
  67.         Problems may conceivably arise with earlier versions. Any
  68.         hard disk or display that is supported by the normal Macintosh
  69.         OS is also supported by MINIX.
  70.  
  71.   - Atari:      Atari ST or Mega ST with at least 1M of RAM.  Although the
  72.                 system will boot with only 512K, you will be very restricted
  73.                 in what you can do.  A 720K diskette drive is required to 
  74.                 install the software.  The older 360K diskette drives are 
  75.                 supported, but are not capable of reading the (720K) 
  76.                 distribution disks. A hard disk is supported, but is optional.
  77.                 Some of the Supra hard disks are not Atari compatible, which 
  78.                 can cause problems.  A fix is available from the MINIX Centre.
  79.  
  80.   - Amiga:      All Commodore Amigas with at least 1M of RAM. One diskette
  81.                 drive is sufficient.  A hard disk is supported, but is
  82.                 optional.  Currently the Commodore A590, A2090 (only SCSI),
  83.         A2091 and A3000 hard disk controllers are supported.
  84.  
  85.  
  86. 5. PARTIAL LIST OF UTILITIES INCLUDED IN MINIX 1.5
  87.   animals ar ascii at atrun backup badblocks banner basename bawk btoa cal cat
  88.   cdiff cgrep chgrp chip chmem chmod chown clr cmp comm compress cp cpdir
  89.   crc cron ctags cut date dd de df dhrystone diff diskcheck dosdir dosread
  90.   doswrite du echo ed elle ex expand expr factor fgrep file find fold fortune 
  91.   fsck gather getlf getty grep gres head ic id ifdef indent inodes kill last
  92.   leave ln login look lpr ls m4 machine mail make man mined mkdir mkfs mknod
  93.   modem more mount mref mv nm nroff od passwd paste patch pr prep pretty
  94.   printenv printroot ps pwd readall readfs recover ref rev rm rmdir roff rz
  95.   sed shar size sleep sort spell split strings strip stty su sum sync sz tail
  96.   tar tee term termcap test time touch tr traverse treecmp true tset tsort ttt
  97.   umount unexpand uniq unshar update users uud uue vi vol wc whatsnew whereis
  98.   which who whoami width write 
  99.  
  100.  
  101. 6. PARTIAL LIST OF LIBRARY FUNCTIONS INCLUDED IN MINIX 1.5
  102.   abort abs access alarm atoi atol bcmp bcopy chmod chown chroot
  103.   ctermid ctime ctype curses cuserid doprintf dup dup2 fgetc fgets fopen 
  104.   fork fpathconf fprintf fputc fputs fread freopen fseek fstat ftell 
  105.   fwrite getcwd getdents getegid getenv geteuid getgid getutil gtty index 
  106.   ioctl isatty kill link lock lrand lsearch lseek malloc memccpy 
  107.   memchr memcmp memcpy memmove memset message mkdir mkfifo mknod mktemp 
  108.   nlist open opendir pathconf pause peekpoke perror rand read readdir 
  109.   regexp regsub rename setbuf setgid setjmp setuid signal sleep sprintf 
  110.   stat strerror strlen strncat strncmp strncpy strpbrk strrchr strspn 
  111.   system telldir termcap time times tmpnam ttyname umask umount 
  112.  
  113.  
  114. 7. CONTENTS OF MINIX 1.5 REFERENCE MANUAL
  115.   Chap.  1 INTRODUCTION
  116.   Chap.  2 INSTALLING MINIX ON THE IBM PC, XT, AT, 386, AND PS/2
  117.   Chap.  3 INSTALLING MINIX ON THE ATARI S
  118.   Chap.  4 INSTALLING MINIX ON THE COMMODORE AMIGA
  119.   Chap.  5 INSTALLING MINIX ON THE APPLE MACINTOSH
  120.   Chap.  6 USING MINIX
  121.   Chap.  7 RECOMPILING MINIX
  122.   Chap.  8 MANUAL PAGES
  123.   Chap.  9 EXTENDED MAN PAGES
  124.   Chap. 10 SYSTEM CALLS
  125.   Chap. 11 NETWORKING
  126.   App.   A MINIX SOURCE CODE LISTING
  127.   App.   B CROSS REFERENCE MAP
  128.  
  129.  
  130. 8. MINIX BOOK
  131.      The author of MINIX, Andrew S. Tanenbaum, has written a book describing
  132. how operating systems in general and MINIX in particular work internally.
  133. The book describes an earlier version (and includes a source listing), but
  134. it is still useful for understanding how MINIX works inside, even if some
  135. details are now different.  The bibliographic information is:
  136.  
  137.      Title:      Operating Systems: Design and Implementation
  138.      Author:     Andrew S. Tanenbaum
  139.      Publisher:  Prentice-Hall
  140.      ISBN:       0-13-637406-9
  141.  
  142. Paperback versions are also available in English (outside North America only),
  143. French, Spanish, Italian, and Japanese.  The books can be ordered from any
  144. bookstore.
  145.  
  146.  
  147. 9. MINIX DEMONSTRATION DISKS
  148.      MINIX demonstration disks for the PC line, the Atari, the Amiga and the
  149. Macintosh are available.  The IBM, Atari and Amiga versions can be obtained by
  150. anonymous FTP over the internet.  Except for the Amiga version, they can also
  151. be obtained from Prentice-Hall (see below).  The demo disks contained a very,
  152. very stripped down version of MINIX, just to give an idea of what it can do.
  153. The demo disk is accompanied by a 30-page manual.
  154.  
  155.      To get either free demo disk and its manual, use ftp to connect to
  156. ftp.cs.vu.nl (192.31.231.42) and look in pub/minix.  The following files
  157. are available there:
  158.  
  159.     READ_ME            Description of directory contents
  160.     demo_dsk.ibm        360K MINIX demo disk for Intel CPUs
  161.     demo_dsk.st        720K MINIX demo disk for Atari ST
  162.     demo_amiga.*        MINIX demo for the Commodore Amiga
  163.     manual.ps        Demo manual in PostScript form
  164.     manual.txt        Demo manual as flat ASCII text
  165.     announcement        Description of MINIX and its newsgroup
  166.  
  167. Compressed versions of these files (with suffix .Z) are also there.
  168.  
  169. AS A COURTESY TO US, PLEASE DO NOT FTP DURING BUSINESS HOURS (EUROPEAN
  170. TIME).  PLEASE FTP AFTER 11 A.M. EASTERN STANDARD TIME.  ALSO, IF YOU
  171. ARE ABLE TO UNCOMPRESS FILES, TAKE THE .Z VERSIONS TO SAVE BANDWIDTH.
  172.  
  173.  
  174. 10. HOW TO ORDER MINIX 1.5
  175.      MINIX 1.5 is being sold by Prentice-Hall.  The product numbers and prices
  176. are as follows:
  177.  
  178.   - MINIX 1.5 for the IBM: 5 1/4"   (0-13-585076-2)  $169 
  179.   - MINIX 1.5 for the IBM: 3 1/2"   (0-13-585068-1)  $169
  180.   - MINIX 1.5 for the Amiga        (0-13-585043-6)  $169
  181.   - MINIX 1.5 for the Atari        (0-13-585035-5)  $169
  182.   - MINIX 1.5 for the Macintosh     (0-13-585050-9)  $169
  183.  
  184.   - MINIX 1.5 IBM demo disk         (0-13-582768-x)  $10
  185.   - MINIX 1.5 Macintosh demo disk   (0-13-582784-1)  $10
  186.   - MINIX 1.5 Atari demo disk       (0-13-582792-2)  $10
  187.  
  188.  
  189. Sales tax and shipping are extra; Prices are slightly higher outside the U.S.
  190.  
  191. All versions include the executable binaries, a detailed manual, the complete 
  192. source code (on diskettes), and an attractively typeset, cross-referenced
  193. listing of the operating system code.
  194.  
  195.      P-H is making a big effort to get software stores to keep MINIX in stock.
  196. The easiest way to order it is to go to a software store and ask them for
  197. it.  If they don't stock it, they can always order it.  Alternatively, you
  198. can order directly by email, FAX, phone, or mail from Prentice-Hall as follows.
  199.  
  200. In North America and the Far East
  201.   To order by email:    books@prenhall.com
  202.   To order by FAX:      (201) 767-5625
  203.   To order by phone:    (800) 624-0023  or  (201) 767-5969
  204.   To order by mail:    Microservice Customer Service
  205.             Simon & Schuster
  206.             200 Old Tappan Road
  207.             Old Tappan, NJ 07675
  208.  
  209.  
  210. In UK/Europe
  211.   To order by email:    Not recommended as the email is printed out in the U.S.
  212.             and then sent to England by regular letter
  213.   To order by FAX:    Same problem as email
  214.   To order by phone:    +44 (442) 231-555 (UK number)
  215.   To order by mail:    Order Dept.
  216.             Prentice-Hall International
  217.             66 Wood Lane End
  218.             Hemel Hempstead
  219.             Herts. HP2 4RG ENGLAND
  220.  
  221.  
  222. For email and FAX orders, please include the product name and number, your
  223. name and address, and your MasterCard or VISA card number and expiration date.
  224. If you wish delivery by Federal Express (costs extra), please indicate so.
  225.  
  226. MINIX can also be ordered from the following addresses:
  227.  
  228. In England:    The MINIX Center
  229.         Forncett End
  230.         Norwich
  231.         Norfolk NR16 1HT England
  232.         0953-89345
  233.  
  234. In Germany:    Steve Steinkrauss
  235.         Feldtorweg 24
  236.         D3406 Bovenden 1
  237.         Germany
  238.  
  239. In Scandinavia:    Frank O'Donell
  240.         P.O. Box 88
  241.         1371 Asker
  242.         Norway
  243.  
  244. In Spain and    Deborah Worth
  245.    Portugal:    Appartado Numero 50672
  246.         Madrid
  247.         Spain
  248.  
  249. In Italy:    Jim Blaho
  250.                 Piazza Santo Spirito 17
  251.                 50125 Florence
  252.         Italy
  253.  
  254. In Greece:    Vassilis Zahos
  255.         Kritonos 5-7
  256.         GR 11634 Athens
  257.         Greece
  258.  
  259. In Turkey:    Atilla Gullu
  260.         Milli Mudafaa Cad 14/7
  261.         Kizilay Ankara
  262.         Turkey
  263.  
  264.  
  265.      If you have previously purchased MINIX from Prentice-Hall, you can get
  266. a discount of $60, but only if you order by mail and include the label from 
  267. the original PH boot disk (or the entire disk) with your letter.  Not valid for 
  268. email, phone or FAX orders since you must enclose the original boot disk label
  269. (not a photocopy).  Mail orders can be by credit card or check for $169.  You 
  270. will be billed for tax and shipping.
  271.  
  272.  
  273. 11. LEGAL STATUS OF MINIX
  274.      Although MINIX is supplied with the complete source code, it is 
  275. copyrighted software.  It is not public domain.  It is also not like GNU.
  276. However, the copyright owner, Prentice-Hall has granted permission to bona 
  277. fide universities to copy the software for use in courses and in university 
  278. research projects.  It is also permitted for MINIX owners to change the 
  279. software to suit their needs and to distribute diff listings containing 
  280. their changes freely.  The shrink-wrap license that comes with MINIX states
  281. that you may legally make two backup copies of the software.  Prentice-Hall
  282. is being much less strict than other software vendors.  Please do not abuse
  283. this.  Companies that wish to embed MINIX in commercial systems or sell 
  284. MINIX-based products should call (212) 753-7753 to discuss licensing terms.
  285.  
  286.  
  287. 12. NEWS ABOUT MINIX
  288.      Since its introduction in January 1987, there has been a large an
  289. active USENET newsgroup about MINIX, comp.os.minix.  It currently has
  290. about 43,000 members.  Over 16,000 messages have been posted to this
  291. group so far.  These messages have contained questions, bug reports,
  292. bug fixes, new software, and diff listings to allow current users to
  293. update to new releases for free.  It is the intention to continue this
  294. policy into the indefinite future.  MINIX users on Bitnet can be put on
  295. a mailing list by sending mail to: info-minix-request@udel.edu.  Various
  296. archives store newsgroup traffic for newcomers to the newsgroup.
  297.  
  298.  
  299. 13. FUTURE PLANS
  300.      The major current project is bringing MINIX into conformance with
  301. the IEEE POSIX P1003.1 and P1003.2 standards.  This will (hopefully)
  302. occur with V2.0, perhaps in 1992.  V2.0 will also be provided with an
  303. ANSI C compiler.  Various people are currently working on 32-bit versions
  304. of MINIX for the 386, and numerous other projects.  To keep up, subscribe
  305. to the comp.os.minix newsgroup.
  306.  
  307.  
  308. 14. WHERE CAN I GET PAST POSTINGS AND PROGRAMS?
  309.      Many sites keep archives of MINIX-related material, ranging from 
  310. archives of articles posted to more organized repositories of programs posted
  311. to the net.  The complete MINIX distribution is NOT (repeat NOT) available 
  312. from any online archive.  This is not permitted.  Only the newsgroup traffic is
  313. stored there.
  314.  
  315. List Archives:
  316.  
  317.      bugs.nosc.mil                   Current
  318.      louie.udel.edu                  July '87 - Dec '89 (?)
  319.      vm1.nodak.edu                   Current year
  320.  
  321. Formal Archives (MINIX sources):
  322.  
  323.  
  324.      James Madison University
  325.      aerospace.aero.org
  326.      atari.archive.umich.edu
  327.      ccadfa.cc.adfa.oz.au
  328.      ccb.ucsf.edu
  329.      chx400.switch.ch
  330.      ditmela.mel.dit.csiro.au
  331.      doc.ic.ac.uk
  332.      dsrgsun.ces.cwru.edu
  333.      el.ecn.purcue.edu
  334.      en.ecn.purdue.edu
  335.      extro.ucc.su.oz.au
  336.      funet.fi
  337.      hobbes.cs.umd.edu
  338.      hpserv1.uit.no
  339.      hub.cs.jmu.edu
  340.      The Mars Hotel BBS
  341.      NL-MUG
  342.      plains.nodak.edu
  343.      sauna.hut.fi        -R    pub/minix
  344.      sirius.ucs.adelaide.edu.au -R    pub/minix
  345.      so.cs.ruu.nl        -R    pub/ATARI-ST/minix
  346.      star.cs.vu.nl        -R    pub/sreiz/minix
  347.      suned.zoo.cs.yale.edu    .    src/bin/zip
  348.      ux.acs.umn.edu        -R    pub/Minix
  349.      wuarchive.wustl.edu    -R    mirrors/misc/minix
  350.  
  351. 14.1.  File Transfer on the Internet
  352.      If you are on the Internet, you can get files from many places with the
  353. file  transfer  protocol  ("FTP").  When connecting to the host system, use
  354. the user-name "anonymous" and any password.  Most systems will ask for your
  355. "ident"  as a password.  It is considered good etiquette to use either your
  356. login name or mail address when asked.  Once connected, look for a "README" 
  357. file which should give further information about the archive.
  358.  
  359.      Consult your local documentation on the use of your FTP application 
  360. program (generally called "ftp").  Please be nice to the FTP sites by 
  361. restricting your use to non-business hours.
  362.  
  363. The following sites provide Anonymous FTP
  364.  
  365. James Madison University [134.126.20.10]  directory pub/minix
  366.  
  367. aerospace.aero.org       [130.221.192.10] directory pub/minix
  368.  
  369. atari.archive.umich.edu    [141.211.164.8]   directory   atari/Minix
  370.      ST upgrade kits, ST programs (GNU tools)
  371.      This site has a mail server, atari@atari.archive.umich.edu
  372.  
  373. bugs.nosc.mil    [128.49.16.1] directory pub/MINIX
  374.      comp.os.minix archives, PC, ST upgrade kits, MINIX-PC programs
  375.  
  376. ccadfa.cc.adfa.oz.au [131.236.1.2] 
  377.      Email addresses of comp.os.minix posters, clam, etc.
  378.  
  379. dsrgsun.ces.cwru.edu     [129.22.16.2] directory pub/minix
  380.      MINIX-ST programs (many GNU tools)
  381.  
  382. en.ecn.purdue.edu        [128.46.129.59] directory pub/minix
  383.      UUCP, 8088 Floading Point
  384.  
  385. funet.fi         [128.214.1.1]
  386.  
  387. hobbes.cs.umd.edu        [128.8.128.41] directory minix
  388.      copies of oz-utils: MINIX-PC
  389.  
  390. hub.cs.jmu.edu   [134.126.20.10] directory pub/minix
  391.      MINIX-PC hd-boot package
  392.  
  393. louie.udel.edu   [128.175.1.3, 128.175.2.33] directory info-minix
  394.      comp.os.minix archives (July '87 - Dec '89)
  395.  
  396. plains.nodak.edu         [134.129.111.64] directory pub/MINIX
  397.      PC, ST upgrade kits, MINIX-PC & ST programs
  398.      also has a mail server, archive-server@plains.nodak.edu.
  399.  
  400. sauna.hut.fi    [130.233.192.1, 130.233.200.1] directory pub/minix
  401.  
  402. sirius.ucs.adelaide.edu.au       [129.127.40.3] directory pub/minix
  403.      PC upgrade kits, MINIX-PC programs (oz-utils)
  404.  
  405. sol.cs.ruu.nl    [131.211.80.5] directory pub/ATARI-ST/minix
  406.  
  407. star.cs.vu.nl    [192.31.231.42] directory pub/sreiz/minix
  408.  
  409. suned.zoo.cs.yale.edu    [128.36.21.1] directory src/bin/zip
  410.  
  411. ux.acs.umn.edu    [128.101.63.2] directory pub/Minix
  412.  
  413. vm1.nodak.edu    [134.129.111.1] directory minix-l
  414.      this site has a mail server, listserv@vm1.noak.edu
  415.      comp.os.minix archives (current and past year)
  416.  
  417. wuarchive.wustl.edu    [128.252.135.4] directory mirrors/misc/minix
  418.  
  419. 14.2. Mail Servers
  420.    Some archive sites provide access to their archives with a server program
  421. that responds to commands mailed to it.
  422.  
  423. 14.2.1.  doc.ic.ac.uk
  424.      An archive of the worthwhile postings from the comp.os.minix newsgroup is
  425. available from uk.ac.ic.doc either via mail or by GUEST niftp.  For details
  426. about how to access this service send a mail message with NO Subject: field
  427. to:
  428.  
  429.      info-server@uk.ac.ic.doc
  430.  
  431. and a message body of:
  432.  
  433.      request catalogue
  434.      topic minix
  435.      request end
  436.  
  437. This will mail you back details of the various ways to obtain the files.
  438. This service is only available inside the UK. We have no funds to send
  439. such mail internationally.
  440.  
  441. This archive service is run by Lee McLoughlin.
  442. Janet: lmcl@uk.ac.ukc, lmjm@uk.ac.ic.doc
  443. DARPA: lmjm%uk.ac.ic.doc@ucl-cs
  444. Uucp:  lmjm@icdoc.UUCP, ukc!icdoc!lmjm
  445.  
  446.  
  447. 14.2.2.  NL-MUG
  448.      This archive is temporarily unavailable.
  449.  
  450. 14.2.3.  plains.nodak.edu
  451.      An archive of MINIX upgrades and other interesting files are kept in a
  452. manually-maintained archive on Plains.NoDak.edu [134.129.111.64].
  453.  
  454.      For those not fortunate enough to be on the Internet itself, we run the
  455. Clarkson server to process mail requests. This is an extremely versatile
  456. program, that allows various encoding formats (btoa, uuencode), compression
  457. (compress, arc, zoo) and splitting of large files. The server has been
  458. customized to send HELP and Index files at any time, and all other files
  459. between 23:00 and 08:00 local time. If you submit a request that contains
  460. *any* file that is not a Help or Index file, the entire request is queued
  461. until late night (currently 23:00 local time, but that may be moved to 
  462. earlier hours of the morning if it proves to be a large load on the system).
  463.  
  464. The addresses for the server are:
  465.      archive-server@plains.nodak.edu
  466.      {umn-cs, ogicse, uunet}!plains!archive-server (UUCP)
  467.      fileserv@plains (Bitnet)
  468.  
  469. Note to Bitnet people: this server is not 'logged on' to the machine, so
  470. you cannot send it interactive messages. The 'fileserv' alias was added
  471. for those of you who do not run the Croswell mailer, but you must still use
  472. something that is detectable as mail (such as a NOTE). Bitnet files will
  473. drop into our bit bucket, unprocessed, since there is no real user by either
  474. of these names.
  475.  
  476.      To obtain a list of the files, the INDEX command is used:
  477.  
  478.      index [ <directory> ]
  479.  
  480. where <directory> is a directory under our ~ftp/pub login(empty for the
  481. main directory).  There are several other directories of programs for
  482. microcomputers, current volumes for comp.sources.* and some of the Free
  483. Software Foundation's products.
  484.  
  485.      The SEND command is used for having files sent to you, such as in:
  486.  
  487.      send MINIX/doc/Info_Sheet
  488.  
  489. That file is a copy of the monthly "MINIX Information Sheet" posting.  The
  490. MINIX Compatibility Report is available in the file "MINIX/doc/Compatibility".
  491.  
  492.      There are many more options for having your files compressed (note: most
  493. files in these directories already have been compressed with 13-bit
  494. compression), uuencoded, split, and so on. To obtain more information on
  495. the server, send the command:
  496.  
  497.      help
  498.  
  499. and you will be enlightened. The server accepts commands in mixed case, but 
  500. all directory/file names are case significant (just like MINIX).
  501.  
  502. This archive is maintained by Glen Overby, <minix@plains.nodak.edu>, at
  503. North Dakota State University, Fargo, ND USA (46 52 N / 96 48 W city)
  504.  
  505. 14.2.4.  vm1.nodak.edu
  506.      North Dakota State University is the host site for distribution of the
  507. info-minix mailing list (also known as minix-l), which is bidirectionally
  508. gatewayed to the Usenet group Comp.os.minix. We maintain archives of all
  509. list traffic from within the past year or so (depending on space availability).
  510. Archives are available via Anonymous FTP on the Internet, and  LIST-SERV 
  511. file requests from other networks.
  512.  
  513. Our server is:
  514.  
  515.      Internet: listserv@vm1.NoDak.EDU [134.129.111.1]
  516.      Bitnet:   listserv@ndsuvm1
  517.      UUCP:     psuvax1!ndsuvm1.bitnet!listserv
  518.                uunet!plains!vm1.nodak.edu!listserv
  519.  
  520. If you do not have Internet access, you may request files be sent to you by
  521. our LISTSERV file server by sending it commands in the body of a mail message.
  522.  
  523. To obtain a list of the files, the INDEX command is used:
  524.  
  525.      INDEX MINIX-L
  526.  
  527.  
  528. The GET command will instruct LISTSERV to send you a file, such as:
  529.  
  530.      get minix-l LOG9005A minix-l
  531.  
  532. to get the file "MINIX-L LOG9005A" from the directory "MINIX-L".  The
  533. filename tells what year, month, and week it is from:
  534.  
  535.      MINIX-L LOGyymmw
  536.  
  537. where "yy" is the year, "mm" is the numeric month and "w" is an  alphabetic
  538. character from A to E indicating what week of the month.  Several months of
  539. log files are kept on-line, the number depending on disk space  availability.
  540.  
  541.      Due to the 80-character per line (punched card) limit on Bitnet mail, many
  542. of the files will be shipped using an encoding scheme that allows logical
  543. lines to be split up into many physical lines. On Bitnet, this is normally
  544. the IBM "DISK DUMP" or "NETDATA" format, and for ther networks it is "List-
  545. serv Punch".
  546.  
  547.      Listserv Punch was designed by Listserv's author and is designed to send
  548. files with lines longer than 80 characters thru the Bitnet gateways. A
  549. special program to decode the file once it has arrived at your site.
  550. Information on obtaining a program to decode listserv punch format is sent
  551. with each encoded file.
  552.  
  553.      If you would rather have a file sent to you uuencoded, you may specify 
  554. that in your GET command:
  555.  
  556.              get minix info minix f=uuencode
  557.  
  558. please note that the file, once decoded, will be in EBCDIC!
  559.  
  560.  
  561. SEARCHING THE MAILING LIST LOGS WITH LISTSERV
  562.  
  563.      If you are looking for a specific article, or set of articles, you can
  564. perform  searches  on this directory using the Database functions of Listserv.
  565. For example, to obtain a "Subject" index of the MINIX-L archives, send the
  566. listserv a file or mail with the following "job" in the message body:
  567.  
  568.      //      JOB  Echo=No
  569.      Database Search DD=Rules
  570.      //Rules DD   *
  571.      search * in minix-l since 90/04/01
  572.      index
  573.  
  574. and you will be sent a file containing all of the 'Subject:' lines sent to
  575. the mailing list since December 1, 1989. If you wish to request one or
  576. more items, replace the 'index' line in the above job with "print [ref-num]", 
  577. where "refnum" is the reference number from the index listing.  Documentation
  578. on this and other database functions is  available  by  sending the command 
  579. "INFO DATABASE" to the listserv.
  580.  
  581.      To obtain more information on the listserv, send the command:
  582.  
  583.      INFO ?
  584.  
  585. and you will be enlightened with a list of available documentation on using
  586. LISTSERV.
  587.  
  588.      This archive is automatically maintained by the list server. If you have
  589. questions, contact Glen Overby, <minix@plains.nodak.edu>, at North Dakota
  590. State University, Fargo, ND USA (46 52 N / 96 48 W city)
  591.  
  592. 14.3.  Publicly accessable Bulletin Boards
  593.      For people without a network connection, there is a PC-based Electronic
  594. Bulletin  Board  System  (BBS)  that  has  carried  the traffic of Usenet's
  595. Comp.os.minix steadily since August, 1987 as well as a formal MINIX archive.
  596.  
  597.      The BBS is not a true gateway to Usenet, like some Fidonet nodes are; 
  598. rather  it is a "delivery service" whereby new comp.os.minix articles are
  599. gathered daily and posted as messages on the BBS. Long articles are 
  600. automatically ARC'ed and posted to the file area for downloading. Raw traffic 
  601. is kept for about 2 months.
  602.  
  603.      Once a month the articles of lasting interest from the previous month are
  604. saved into several ARC files, all less than 100K, to make downloading
  605. easier. For any given month, the index of articles is in MNXyymmA.ARC, and
  606. the actual articles start in MNXyymmB.ARC. You can just download the index, 
  607. then download the ARC files that contain articles of interest to  you.
  608. A complete index is always in MNXINDEX.ARC.
  609.  
  610. Call:
  611.      The Mars Hotel BBS, (301)277-9408 (PC-Pursuitable)
  612.      300,1200,2400 baud, 8,n,1.
  613.  
  614.      No registration required, no donations accepted.
  615.      Everyone gets 60 minutes/day.
  616.      No upload/download ratios (but don't be a jerk!)
  617.  
  618. Spread the word to those without net access.
  619.  
  620. This BBS is run by James da Silva.
  621. UUCP:   uunet!mimsy!jds Internet: jds@mimsy.umd.edu
  622.  
  623.  
  624. NLMUG-ONLINE ("minixug"), (02522) 18363 in Holland.
  625.       300,1200,2400 baud, 8,n,1.
  626.  
  627.       No registration required, no donations accepted.
  628.       Everyone gets 60 minutes/day.
  629.       No upload/download ratios (but don't be a jerk!)
  630.  
  631. This BBS is run by Fred van Kempen <waltje@minixug.mugnet.org>
  632.  
  633.  
  634.  
  635.