home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / ast_text / faqs / minix-nf < prev    next >
Encoding:
Text File  |  1993-06-28  |  41.2 KB  |  1,011 lines

  1. Newsgroups: comp.os.minix,news.answers
  2. Path: senator-bedfellow.mit.edu!enterpoop.mit.edu!usc!math.ohio-state.edu!uwm.edu!linac!uchinews!raistlin!timbuk.cray.com!hemlock.cray.com!overby
  3. From: overby@plains.nodak.edu (Glen Overby)
  4. Subject: Minix Information Sheet (Last Changed: 1 February 1993)
  5. Message-ID: <Info_Sheet_740143808@cray.com>
  6. Followup-To: comp.os.minix
  7. Summary: Everything you ever wanted to know about Minix on the networks,
  8.     but never dared to ask!
  9. Originator: overby@fig15
  10. Keywords: info answers
  11. Lines: 990
  12. Supersedes: <Info_Sheet_738934206@cray.com>
  13. Nntp-Posting-Host: fig15
  14. Reply-To: overby@plains.nodak.edu (Glen Overby)
  15. Organization: North Dakota State University, Fargo ND, USA
  16. Date: 15 Jun 93 06:30:15 CDT
  17. Approved: news-answers-request@mit.edu
  18. Expires: 27 Jun 93 23:30:08 GMT
  19. Xref: senator-bedfellow.mit.edu comp.os.minix:25986 news.answers:9425
  20.  
  21. Archive-name: minix-info
  22. Version: $Id: Info_Sheet,v 1.12 1993/02/03 00:31:57 overby Exp $
  23. [From Andy Tanenbaum <ast@cs.vu.nl> Sat, 4 Apr 92]
  24.  
  25.             MINIX INFORMATION SHEET
  26.  
  27. 1. WHAT IS MINIX 1.5
  28.      MINIX 1.5 is a new version of an operating system that is very similar to
  29. UNIX.  MINIX has been written from scratch, and therefore does not contain any
  30. AT&T code--not in the kernel, the compiler, the utilities, or the libraries.
  31. For this reason it can be made available with the complete source code
  32. (on diskette).  It runs on the IBM PC, XT, AT, PS/2, 386, and most clones.
  33. Versions are also available for the Atari ST, Macintosh, Amiga and Sun
  34. SparcStation.
  35.  
  36.      This version (1.5) is a major improvement over all previous releases, with
  37. many new features, fewer bugs (hopefully), much better performance, and
  38. proper documentation. The old versions have been in widespread use all over
  39. the world for 3 years.  There are probably tens of thousands of users.
  40.  
  41.  
  42. 2. MINIX 1.5 FEATURES (IBM, Macintosh, Atari, Amiga and SparcStation versions)
  43.   - System call compatible with V7 of the UNIX operating system
  44.   - Full multiprogramming (multiple programs can run at once)
  45.   - Kernighan and Ritchie compatible C compiler
  46.   - Shell that is functionally identical to the Bourne shell
  47.   - Five editors (emacs subset, vi clone, ex, ed, and simple screen editor)
  48.   - Over 175 utilities (cat, cp, ed, grep, kermit, ls, make, sort, etc.)
  49.   - Over 200 library procedures (atoi, fork, malloc, read, stdio, etc.)
  50.   - Spelling checker with 40,000 word English dictionary
  51.   - Full source code (in C) supplied on diskettes (OS, utilities, libraries)
  52.   - Easy-to-read manual telling all about MINIX and how to install and use it
  53.  
  54.  
  55. 3. ADDITIONAL FEATURES
  56.      In addition to the above features, there are other features present in
  57. some (but not all) versions of MINIX 1.5.  Some of these are listed below.
  58.  
  59. 3.1 ADDITIONAL MINIX 1.5 FEATURES (IBM VERSION):
  60.   - Runs in protected mode on 286 and 386
  61.   - Support for extended memory up to 16M on 286 and 386
  62.   - Up to 3 simultaneous users on one machine
  63.   - RS-232 serial line support with terminal emulation, kermit, zmodem, etc.
  64.   - Distributed computing on Ethernet (remote login, etc.)
  65.  
  66. 3.2 ADDITIONAL MINIX 1.5 FEATURES (MACINTOSH VERSION):
  67.   - Up to 3 simultaneous users on one machine
  68.   - RS-232 serial line support with terminal emulation, kermit, zmodem, etc.
  69.   - Runs under Multifinder
  70.   - Includes support for multiple user windows
  71.  
  72. 3.3 ADDITIONAL MINIX 1.5 FEATURES (ATARI ST VERSION)
  73.   - Up to 2 simultaneous users on one machine
  74.   - RS-232 serial line support with terminal emulation, kermit, zmodem, etc.
  75.   - Support for various real time clocks (Mega, BMS, ICD, Supra, Weide)
  76.  
  77. 3.4 ADDITIONAL MINIX 1.5 FEATURES (SUN SPARCSTATION VERSION)
  78.   - Native operating system. Runs on bare SparcStation hardware.
  79.   - Up to 3 simultaneous users on one machine
  80.   - RS-232 serial line support with terminal emulation, kermit, zmodem, etc.
  81.   - Multi-windowed display driver
  82.   - ANSI compatible GNU C compiler
  83.  
  84.  
  85. 4. HARDWARE REQUIRED
  86.   - IBM:        PC, XT, AT, PS/2, or 386 that is 100% hardware compatible with 
  87.                 the IBM line.  A hard disk not technically required, but is 
  88.                 strongly recommended to take full advantage of the system.  At 
  89.                 least 512K of RAM is required, as well as a CGA, EGA, 
  90.                 monochrome, or Hercules video card, or another card that
  91.                 emulates one of these.  Both 5.25" and 3.5" diskettes are 
  92.                 supported, as are printers using the parallel port and modems
  93.                 and terminals using the serial port.
  94.  
  95.   - Macintosh:  Apple Macintosh Plus, SE, SE/30, II, IIcx, or IIx with at
  96.         least 1M of RAM.  An additional 1M of RAM and a hard disk
  97.                 is strongly recommended.  MINIX has been tested primarily
  98.             with version 6.0 and latter of the Apple system software.  
  99.         Problems may conceivably arise with earlier versions. Any
  100.         hard disk or display that is supported by the normal Macintosh
  101.         OS is also supported by MINIX.
  102.  
  103.   - Atari:      Atari ST or Mega ST with at least 1M of RAM.  Although the
  104.                 system will boot with only 512K, you will be very restricted
  105.                 in what you can do.  A 720K diskette drive is required to 
  106.                 install the software.  The older 360K diskette drives are 
  107.                 supported, but are not capable of reading the (720K) 
  108.                 distribution disks. A hard disk is supported, but is optional.
  109.                 Some of the Supra hard disks are not Atari compatible, which 
  110.                 can cause problems.  A fix is available from the MINIX Centre.
  111.  
  112.   - Amiga:      Commodore Amiga 500 or 2000 with at least 1M of RAM. One  720K
  113.                 diskette drive is sufficient.   A hard disk is not required
  114.                 (or even supported).  To use a hard disk with the Amiga, 
  115.                 someone familiar with how this disk works will have to write
  116.                 a driver for it.  If this driver is then posted to the net,
  117.                 it will be possible to use a hard disk with MINIX on the Amiga.
  118.         Minix will NOT run on 68020 and larger Amiga systems.
  119.  
  120.   - Sparc:    Sun SparcStation 1, 1+ or IPC.  Does NOT run on a SparcStation
  121.         2 and has not yet been tested on a SLC, IPX or ELC.  A floppy
  122.         disk drive is required, a SCSI hard disk is not required but
  123.         strongly recommended to take full advantage of the system.
  124.         4MB RAM is sufficient to run Minix, up to 64MB is supported.
  125.         The monochrome framebuffer (bw2) as well as a color framebuffer
  126.         (cg3 or cg6) are supported.  SCSI hard disks can be used and
  127.         even booted from. Ethernet, mouse and audio are not supported.
  128.         Printers can only be connected via a serial port.
  129.  
  130. 5. PARTIAL LIST OF UTILITIES INCLUDED IN MINIX 1.5
  131.   animals ar ascii at atrun backup badblocks banner basename bawk btoa cal cat
  132.   cdiff cgrep chgrp chip chmem chmod chown clr cmp comm compress cp cpdir
  133.   crc cron ctags cut date dd de df dhrystone diff diskcheck dosdir dosread
  134.   doswrite du echo ed elle ex expand expr factor fgrep file find fold fortune 
  135.   fsck gather getlf getty grep gres head ic id ifdef indent inodes kill last
  136.   leave ln login look lpr ls m4 machine mail make man mined mkdir mkfs mknod
  137.   modem more mount mref mv nm nroff od passwd paste patch pr prep pretty
  138.   printenv printroot ps pwd readall readfs recover ref rev rm rmdir roff rz
  139.   sed shar size sleep sort spell split strings strip stty su sum sync sz tail
  140.   tar tee term termcap test time touch tr traverse treecmp true tset tsort ttt
  141.   umount unexpand uniq unshar update users uud uue vi vol wc whatsnew whereis
  142.   which who whoami width write 
  143.  
  144.  
  145. 6. PARTIAL LIST OF LIBRARY FUNCTIONS INCLUDED IN MINIX 1.5
  146.   abort abs access alarm atoi atol bcmp bcopy chmod chown chroot
  147.   ctermid ctime ctype curses cuserid doprintf dup dup2 fgetc fgets fopen 
  148.   fork fpathconf fprintf fputc fputs fread freopen fseek fstat ftell 
  149.   fwrite getcwd getdents getegid getenv geteuid getgid getutil gtty index 
  150.   ioctl isatty kill link lock lrand lsearch lseek malloc memccpy 
  151.   memchr memcmp memcpy memmove memset message mkdir mkfifo mknod mktemp 
  152.   nlist open opendir pathconf pause peekpoke perror rand read readdir 
  153.   regexp regsub rename setbuf setgid setjmp setuid signal sleep sprintf 
  154.   stat strerror strlen strncat strncmp strncpy strpbrk strrchr strspn 
  155.   system telldir termcap time times tmpnam ttyname umask umount 
  156.  
  157.  
  158. 7. CONTENTS OF MINIX 1.5 REFERENCE MANUAL
  159.   Chap.  1 INTRODUCTION
  160.   Chap.  2 INSTALLING MINIX ON THE IBM PC, XT, AT, 386, AND PS/2
  161.   Chap.  3 INSTALLING MINIX ON THE ATARI S
  162.   Chap.  4 INSTALLING MINIX ON THE COMMODORE AMIGA
  163.   Chap.  5 INSTALLING MINIX ON THE APPLE MACINTOSH
  164.   Chap.  6 USING MINIX
  165.   Chap.  7 RECOMPILING MINIX
  166.   Chap.  8 MANUAL PAGES
  167.   Chap.  9 EXTENDED MAN PAGES
  168.   Chap. 10 SYSTEM CALLS
  169.   Chap. 11 NETWORKING
  170.   App.   A MINIX SOURCE CODE LISTING
  171.   App.   B CROSS REFERENCE MAP
  172.  
  173.  
  174. 8. MINIX BOOK
  175.      The author of MINIX, Andrew S. Tanenbaum, has written a book describing
  176. how operating systems in general and MINIX in particular work internally.
  177. The book describes an earlier version (and includes a source listing), but
  178. it is still useful for understanding how MINIX works inside, even if some
  179. details are now different.  The bibliographic information is:
  180.  
  181.      Title:      Operating Systems: Design and Implementation
  182.      Author:     Andrew S. Tanenbaum
  183.      Publisher:  Prentice-Hall
  184.      ISBN:       0-13-637406-9
  185.  
  186. Paperback versions are also available in English (outside North America
  187. only), French, Spanish, German, Italian, and Japanese.  The books can be
  188. ordered from any bookstore.
  189.  
  190.  
  191. 9. MINIX DEMONSTRATION DISKS
  192.      MINIX demonstration disks for the PC line, the Atari, the Macintosh and
  193. the SparcStation (but for technical reasons, not the Amiga) are available.
  194. The IBM, Atari and SparcStation versions can be obtained by anonymous FTP over
  195. the internet.  All three can be obtained from Prentice-Hall (see below).  The
  196. demo disks contained a very, very stripped down version of MINIX, just to give
  197. an idea of what it can do.  The demo disk is accompanied by a 30-page manual.
  198.  
  199.      To get either free demo disk and its manual, use ftp to connect to
  200. ftp.cs.vu.nl (192.31.231.42) and look in pub/minix.  There is a file READ_ME
  201. that is there and tells you what is in the directory and how to use it.
  202.  
  203.  
  204. 10. HOW TO ORDER MINIX 1.5
  205.      MINIX 1.5 is being sold by Prentice-Hall.  The product numbers and prices
  206. are as follows:
  207.  
  208.   - MINIX 1.5 for the IBM: 5 1/4"   (0-13-585076-2)  $169 
  209.   - MINIX 1.5 for the IBM: 3 1/2"   (0-13-585068-1)  $169
  210.   - MINIX 1.5 for the Amiga        (0-13-585043-6)  $169
  211.   - MINIX 1.5 for the Atari        (0-13-585035-5)  $169
  212.   - MINIX 1.5 for the Macintosh     (0-13-585050-9)  $169
  213.   - MINIX 1.5 for the SparcStation  (0-13-579631  )  $169
  214.  
  215.   - MINIX 1.5 IBM demo disk         (0-13-582768-x)  $10
  216.   - MINIX 1.5 Macintosh demo disk   (0-13-582784-1)  $10
  217.   - MINIX 1.5 Atari demo disk       (0-13-582792-2)  $10
  218.   - MINIX 1.5 SparcStation demo disk(0-13-585232- )  $10
  219.  
  220. Sales tax and shipping are extra; Prices are slightly higher outside the U.S.
  221.  
  222. All versions include the executable binaries, a detailed manual, the complete 
  223. source code (on diskettes), and an attractively typeset, cross-referenced
  224. listing of the operating system code.
  225.  
  226.      P-H is making a big effort to get software stores to keep MINIX in stock.
  227. The easiest way to order it is to go to a software store and ask them for
  228. it.  If they don't stock it, they can always order it.  Alternatively, you
  229. can order directly by email, FAX, phone, or mail from Prentice-Hall as follows.
  230.  
  231. In North America and the Far East
  232.   To order by email:    books@prenhall.com
  233.   To order by FAX:      (201) 767-5625
  234.   To order by phone:    (800) 624-0023  or  (201) 767-5969
  235.   To order by mail:    Microservice Customer Service
  236.             Simon & Schuster
  237.             200 Old Tappan Road
  238.             Old Tappan, NJ 07675
  239.  
  240. In UK/Europe
  241.   To order by email:    Not possible
  242.   To order by FAX:      +44 442 882265
  243.   To order by phone:    +44 442 881900 (UK number)
  244.   To order by mail:     Order Dept.
  245.             Simon & schuster International Group
  246.             Campus 400
  247.             Marylands Avenue
  248.                         Hemel Hempstead
  249.                         Herts. HP2 7E2 ENGLAND
  250.  
  251. For email and FAX orders, please include the product name and number, your
  252. name and address, and your MasterCard or VISA card number and expiration date.
  253. If you wish delivery by Federal Express (costs extra), please indicate so.
  254.  
  255. MINIX can also be ordered from the following addresses:
  256.  
  257. In England:    The MINIX Centre
  258.         Forncett End
  259.         Norwich
  260.         Norfolk NR16 1HT England
  261.         0953-89345
  262.  
  263. In Germany:    Prentice Hall
  264.         Feldtorweg 24
  265.         D3406 Bovenden 1
  266.         Germany
  267.  
  268. In the Benelux: Computer Collectief
  269.                 Amstel 312-A
  270.                 1017 AP Amsterdam
  271.                 Holland
  272.                 FAX: +31 20 622-6668
  273.  
  274. In Scandinavia:    Frank O'Donell
  275.         P.O. Box 88
  276.         1371 Asker
  277.         Norway
  278.  
  279. In Spain and    Deborah Worth
  280.    Portugal:    Appartado Numero 50672
  281.         Madrid
  282.         Spain
  283.  
  284. In Italy:    Jim Blaho
  285.                 Piazza Santo Spirito 17
  286.                 50125 Florence
  287.         Italy
  288.  
  289. In Greece:    Vassilis Zahos
  290.         Kritonos 5-7
  291.         GR 11634 Athens
  292.         Greece
  293.  
  294. In Turkey:    Atilla Gullu
  295.         Milli Mudafaa Cad 14/7
  296.         Kizilay Ankara
  297.         Turkey
  298.  
  299. In Australia:   Prentice Hall Australia,
  300.         PO Box 151,
  301.         Brookvale NSW 2100
  302.         ``Use our FAST PHONE SERVICE by calling Liz Guthrie SYDNEY
  303.           (02) 939 1333''
  304.  
  305.      If you have previously purchased MINIX from Prentice-Hall, you can get
  306. a discount of $60, but only if you order by mail and include the label from 
  307. the original PH boot disk (or the entire disk) with your letter.  Not valid for 
  308. email, phone or FAX orders since you must enclose the original boot disk label
  309. (not a photocopy).  Mail orders can be by credit card or check for $169.  You 
  310. will be billed for tax and shipping.
  311.  
  312.  
  313. 11. LEGAL STATUS OF MINIX
  314.      Although MINIX is supplied with the complete source code, it is 
  315. copyrighted software.  It is not public domain.  It is also not like GNU.
  316. However, the copyright owner, Prentice-Hall has granted permission to bona 
  317. fide universities to copy the software for use in courses and in university 
  318. research projects.  It is also permitted for MINIX owners to change the 
  319. software to suit their needs and to distribute diff listings containing 
  320. their changes freely.  The shrink-wrap license that comes with MINIX states
  321. that you may legally make two backup copies of the software.  Prentice-Hall
  322. is being much less strict than other software vendors.  Please do not abuse
  323. this.  Companies that wish to embed MINIX in commercial systems or sell 
  324. MINIX-based products should call (212) 753-7753 to discuss licensing terms.
  325.  
  326.  
  327. 12. NEWS ABOUT MINIX
  328.      Since its introduction in January 1987, there has been a large an
  329. active USENET newsgroup about MINIX, comp.os.minix.  It currently has
  330. about 25,000 members.  Over 12,000 messages have been posted to this
  331. group so far.  These messages have contained questions, bug reports,
  332. bug fixes, new software, and diff listings to allow current users to
  333. update to new releases for free.  It is the intention to continue this
  334. policy into the indefinite future.  MINIX users on Bitnet can be put on
  335. a mailing list by sending mail to: info-minix-request@udel.edu.  Various
  336. archives store newsgroup traffic for newcomers to the newsgroup.
  337.  
  338.  
  339. 13. FUTURE PLANS
  340.      The major current project is bringing MINIX into conformance with
  341. the IEEE POSIX P1003.1 and P1003.2 standards.  This will (hopefully)
  342. occur with V2.0, perhaps in 1992.  V2.0 will also be provided with an
  343. ANSI C compiler.  Various people are currently working on 32-bit versions
  344. of MINIX for the 386, and numerous other projects.  To keep up, subscribe
  345. to the comp.os.minix newsgroup.
  346.  
  347.  
  348. 14. ANSI C, PASCAL, AND MODULA 2 COMPILERS FOR MINIX
  349.      A package containing the following  compilers is available commercially:
  350.  
  351.        - ANSI C, conforming to ANS X3.159-1989
  352.  
  353.        - Modula-2, conforming to
  354.          "Report on The Programming Language Modula-2", in "Programming in 
  355.           Modula-2, 3rd ed." by Niklaus Wirth, Springer-verlag, 1983
  356.  
  357.         - Pascal confrming to level 1 of BSI standard BS 6192: 1982 (ISO 7185),
  358.           with a few small exceptions
  359.  
  360. Also, a Modula-2 makefile generator and some utilities for handling 
  361. relocatable object files are included (aal, nm, size, strip, etc).
  362. Complete libraries for ANSI C, Pascal, and Modula 2 are provided. 
  363.  
  364. This package is available in 4 different versions:
  365.  
  366.   - 5.25" DS/DD floppies for 8088/286/386 (4 360K floppies);
  367.   - 5.25" DS/HD floppies for 8088/286/386 (1 1.2M floppy);
  368.   - 3.5"  DS/DD floppies for 8088/286/386 (2 720K floppies);
  369.   - 3.5"  DS/DD floppies for Commodore Amiga or Atari ST (2 720K floppies).
  370.  
  371. Many problems with the old Minix C compiler have been resolved:
  372.   - All versions have separate as and ld programs.  Asld is gone.
  373.   - Floating point is now supported
  374.   - Library is greatly improved and is ANSI conformant
  375.   - A program aal is provided to manage libraries (ranlib-like)
  376.  
  377. The package is available from two companies:
  378.  
  379. Transmediair Products & Support B.V.        Unipress Software
  380. Melkweg 3                    2025 Lincoln Highway
  381. 3721 RG  Bilthoven                Edison, NJ 08817
  382. The Netherlands                    U.S.A.
  383. Tel: +31 30 281820                Tel: +1 908 287 2100
  384. FAX: +31 30 292294                FAX: +1 908 287 4929
  385.                         Email: msk@unipress.com
  386.  
  387. Transmediair charges US $200,- for the 4 floppy PC version, US $150,-
  388. for the other versions. Unipress charges US $199,- for all versions.
  389.  
  390.  
  391. 15. SunOS Minix
  392.  
  393. SunOS Minix is a version of Minix that runs as a user process on Sun 4s
  394. running SunOS.  In SunOS Minix, the processor time used is the time
  395. allocated to the SunOS process running SunOS Minix, each file system is
  396. a SunOS file, and the console is /dev/tty of the SunOS process.  Also,
  397. it is possible for multiple users to log into a single instance of
  398. SunOS Minix.
  399.  
  400. SunOS Minix runs as a user process, so does not require a dedicated
  401. machine.  Also, multiple instance of SunOS Minix can run on a single
  402. machine simultaneously without interfering with each other.
  403.  
  404. SunOS Minix is produced by applying a set of patches to Mac Minix 1.5
  405. (both 1.5.10.0 and 1.5.10.1 can be used) or PC Minix 1.5.  Also, Atari
  406. Minix has been used as the base version by at least one person.  The
  407. SunOS Minix patches are available via anonymous ftp from
  408. plains.nodak.edu in the file pub/Minix/sun/smx_1_00.tar.Z, with some
  409. useful SunOS Minix binaries (including tcsh and Micro emacs) in the
  410. file pub/Minix/sun/smx_bin.tar.Z.
  411.  
  412. Any enquiries should be sent to paul@cosc.canterbury.ac.nz.  There is a
  413. SunOS Minix mailing list.  Postings and admin requests for the mailing
  414. list should be sent to the same address.
  415.  
  416. 16. WHERE CAN I GET PAST POSTINGS AND PROGRAMS?
  417.      Many sites keep archives of MINIX-related material, ranging from 
  418. archives of articles posted to more organized repositories of programs posted
  419. to the net.  The complete MINIX distribution is NOT (repeat NOT) available 
  420. from any online archive.  This is not permitted.  Only the newsgroup traffic is
  421. stored there.
  422.  
  423. List Archives:
  424.  
  425.      bugs.nosc.mil                   Current
  426.      louie.udel.edu                  July '87 - Dec '89 (?)
  427.      vm1.nodak.edu                   Current year
  428.  
  429. Formal Archives (MINIX sources):
  430.  
  431.     aerospace.aero.org        atari.archive.umich.edu
  432.     bugs.nosc.mil            en.ecn.purdue.edu
  433.     ftp.Uni-Koeln.DE        ftp.thp.uni-koeln.de
  434.     gem.stack.urc.tue.nl        hub.cs.jmu.edu
  435.     louie.udel.edu            minnie.cs.adfa.oz.au
  436.     osceola.cs.ucf.edu        plains.nodak.edu
  437.     sauna.hut.fi            sirius.ucs.adelaide.edu.au
  438.     star.cs.vu.nl            suned.zoo.cs.yale.edu
  439.     vm1.nodak.edu            wuarchive.wustl.edu
  440.     ftp.vmars.tuwien.ac.at
  441.     doc.ic.ac.uk
  442.     NL-MUG            
  443.  
  444. 16.1.  File Transfer on the Internet
  445.      If you are on the Internet, you can get files from many places with the
  446. file  transfer  protocol  ("FTP").  When connecting to the host system, use
  447. the user-name "anonymous" and any password.  Most systems will ask for your
  448. "ident"  as a password.  It is considered good etiquette to use either your
  449. login name or mail address when asked.  Once connected, look for a "README" 
  450. file which should give further information about the archive.
  451.  
  452.      Consult your local documentation on the use of your FTP application 
  453. program (generally called "ftp").  Please be nice to the FTP sites by 
  454. restricting your use to non-business hours.
  455.  
  456. The following sites provide Anonymous FTP
  457.  
  458.  
  459. aerospace.aero.org    [130.221.192.10] directory pub/minix
  460.     Last checked: 910115
  461.     Subdir: .        afio, bcc, clam1.3, clam bins, cpp, cppmake,
  462.                 elvis1.1, estdio20a, format, fp, getty,
  463.                 shoelace1.0a
  464.  
  465. atari.archive.umich.edu    [141.211.164.8]   directory pub/minix
  466.     Last checked: 910212
  467.     Subdir: .        afio, bcc, clam1.3, clam bins, cpp, cppmake,
  468.                 elvis1.1, estdio20a, format, fp, getty,
  469.                 shoelace1.0a
  470.     This site has a mail server, atari@atari.archive.umich.edu
  471.  
  472. bugs.nosc.mil        [128.49.16.1] directory pub/Minix
  473.     Last checked: 930127
  474.     Subdir: .        compatibility.new (Sept'90 version of the
  475.                     Minix Compatibility List),
  476.                 posixlist (volunteers posixing utilities)
  477.                 subjects.90, subjects.91, subjects.92
  478.                     (list of articles in subdirs articles.)
  479.                 subjects.ast (list of Andy Tanenbaum's
  480.                     articles in subdir articles.ast)
  481.     Subdir: articles.91
  482.     Subdir: articles.92    Archive of many comp.os.minix articles 1991-2
  483.                     earlier years rolled out to tape
  484.     Subdir: articles.ast    Archive of many comp.os.minix articles by
  485.                     Andy Tanenbaum since 1987 (on tape)
  486.     Subdir: common-pkgs    c386-4.2, cccp, clam, copt-src, dfrag,
  487.                 dict-words, egrep, elle-src, elvis, estdio21,
  488.                 karn-tcpip, less, mxkermit, mxuucp, mxuupc,
  489.                 nlmug-uucp, ns-stdio, paste, ro, small-c,
  490.                 symlinks, termios, zterm
  491.     Subdir: d1.1-1.2    Diffs for PC-Minix1.1 -> PC-Minix1.2
  492.     Subdir: d1.2-1.3    Diffs for PC-Minix1.2 -> PC-Minix1.3
  493.     Subdir: evans        386-minix diffs and bcc
  494.     Subdir: mgr        Mgr window manager, mono plus alpha color
  495.     Subdir: pc-bin        compiler, basic, db, patch, xlisp, etc.
  496.     Subdir: pc-pkgs        bootmenu, bootmon, cagney-mcc, db, format,
  497.                 miller-boot-hd, mullen-turboc, overby-boot,
  498.                 ps, s2asm, stevie-pc, vm, xt2_wini
  499.     Subdir: st-pkgs        68kfloat, mdb
  500.  
  501. en.ecn.purdue.edu    [128.46.129.59] directory pub/minix
  502.     Last checked: 910115
  503.     Subdir: .        UU-Minix (UUCP), minixfloat (8088
  504.                     Floating Point)
  505.  
  506. ftp.Uni-Koeln.DE    [134.95.80.1] directory /thp/minix
  507.     "echo" of ftp.thp.uni-koeln.de, for use only if that site causes
  508.     problems
  509.  
  510. ftp.thp.uni-koeln.de    [134.95.64.1] directory minix
  511.     Last checked: 910218
  512.     Subdir: adelaide    Mirror copies of various minix ftp sites
  513.     Subdir: ccadfa        [the directory structure used is roughly the
  514.     Subdir: dsrgsun        same as on the original hosts]
  515.     Subdir: dynamo
  516.     Subdir: jmu
  517.     Subdir: plains
  518.     Subdir: sky-luke
  519.     Subdir: star
  520.     Subdir: suphys
  521.     Subdir: tuwien
  522.     Subdir: uit
  523.     
  524.     Subdir: gnu        bash, cv68, gcompile, gnu, kdiffs
  525.     Subdir: gnu/m68k    binaries and partly diffs of new ports of
  526.                 GNU sw to the m68k (i.e. atari, amiga, mac)
  527.                 [This directory will be extended to hold
  528.                 all the diffs sometime in the future.]
  529.     Subdir: minix        PC and ST Minix upgrade kits and official
  530.                 patches 
  531.     Subdir: net        Various stuff collected from c.o.m.
  532.                 postings: 
  533.                 cv68-v3, cc, clam-1.4.1, disem, fad-ld,
  534.                 fp-st, mail-1.8, mroff, news, nlmug,
  535.                 sysupd1, umail-3.45, vc-8, wmail-3.63+
  536.  
  537. gem.stack.urc.tue.nl    [131.155.2.59]
  538.     Last checked: Never (net posting)
  539.     Subdir: pub/aminix1.5.10.2    AmigaMINIX 1.5.10.1 -> 1.5.10.2
  540.  
  541. hub.cs.jmu.edu        [134.126.20.10] directory pub/minix
  542.     Last checked: 910115
  543.     Subdir: .        hd_minix (MINIX-PC hd-boot package)
  544.  
  545. louie.udel.edu        [128.175.1.3, 128.175.2.33] directory info-minix
  546.     Last checked: 910212
  547.     Subdir: .        comp.os.minix archives (July '87 - Dec '89)
  548.  
  549. minnie.cs.adfa.oz.au    [131.236.20.70]
  550.     Last checked: 920422
  551.     Subdir: .        Archive of comp.os.minix postings
  552.                 (Nov '89 to now!),
  553.                 The Minix Compatibility List, Infosheet
  554.                 and FAQsheet
  555.     Subdir: check        List of subject lines from comp.os.minix
  556.     Subdir: clam        The official residence of the clam shell
  557.     Subdir: demodisk    Demodisks for PC, Amiga and Atari
  558.     Subdir: manuals        The online manuals
  559.  
  560. osceola.cs.ucf.edu    [???]
  561.     Last checked: never
  562.     Subdir: pub/minix    MacMinix patches
  563.  
  564. plains.nodak.edu    [134.129.111.64] directory pub/Minix
  565.     Last checked: 910115
  566.     Subdir: .        compress, README, ls-RC
  567.     Subdir: all.contrib    clunie-yacc, check_crc, cvw-cc, elle41,
  568.                 elvis1.4, getty, mail, tar_fix, u-mail,
  569.                 uucp, w-mail, xargs
  570.     Subdir: doc        Compatibility (Aug'90 version of the
  571.                     Minix Compatibility List),
  572.                 Copyright-info, Infosheet, PC-CC-comments,
  573.                 PC-Compilers, Questions, RefMan, ST-Compilers,
  574.                 Upgrading, mailaddr, posix.2,
  575.                 remote_file_server
  576.     Subdir: ftp_contrib    nlmug.index
  577.     Subdir: mugnet.sources    Index + the sources
  578.     Subdir: oz        (echo of sirius.ucs.adelaide.edu.au: local)
  579.                 GlenO.tute, bcc, clam1.3, clam bins, cpp,
  580.                 cppmake, db, dirent-hack, duck, elvis1.1,
  581.                 estdio20a, estdio21, extra, format, fp,
  582.                 incl_sys_13, ksh_patches, lmakefiles,
  583.                 ls, mcc, pam, s2asm, shoelace10a, uname,
  584.                 vc-ph1.5
  585.     Subdir: pc        Bnews, afio, byacc, c, clock, comic1.0,
  586.                 conv, crypt, dosread, file, format,
  587.                 lharc-1.2, multiboot, nrchbar, p, ps,
  588.                 s2asm, shared-text, symlinks, talk,
  589.                 unzip30, uucp-util, uucp, vn, vt_con,
  590.                 xt2_wini
  591.     Subdir: st.contrib    CC-68K, Infocom, bugs
  592.     Subdir: st.contrib/pkgs    chfont, df, flex, fonts, format, ld, mdb,
  593.                 vdi, zoo
  594.     Subdir: st.contrib/x    hcj, speed, supra
  595.     Subdir: uk        16bcompress, binutils, emacs, emacsdif,
  596.                 gasdiff, gcc
  597.     Subdir: updates        Updates for Minix to 1.5.10. Also includes
  598.                     bug fixes for Atari, Amiga and
  599.                     Macintosh versions
  600.  
  601. sauna.hut.fi        [130.233.192.1, 130.233.200.1] directory pub/minix
  602.     Last checked: 910212
  603.     Subdir: .        Minix exercises, minix-13d-symlink,
  604.                 minix-13d-vga
  605.  
  606. sirius.ucs.adelaide.edu.au    [129.127.40.3] directory pub/minix
  607.     Last checked: 910115
  608.     Subdir: .        FETCH_ME_FIRST, README_386, ls-l.Z
  609.     Subdir: adm/upgrade_kit    DIRECTIONS, PH_1.5_Intro, things_to_doc
  610.     Subdir: local        (Echoed on plains.nodak.edu pub/Minix/oz)
  611.                 GlenO.tute, bcc, clam1.3, clam bins, cpp,
  612.                 cppmake, db, dirent-hack, duck, elvis1.1,
  613.                 estdio20a, estdio21, extra, format, fp,
  614.                 incl_sys_13, ksh_patches, lmakefiles,
  615.                 ls, mcc, pam, s2asm, shoelace10a, uname,
  616.                 vc-ph1.5
  617.     Subdir: upgrades    Upgrades for Minix to 1.5.10.
  618.  
  619. star.cs.vu.nl        [192.31.231.42] directory pub/sreiz/minix
  620.     Last checked: 910212
  621.     Subdir: .        Patches to AmigaMinix to boot off hard disk
  622.  
  623. suned.zoo.cs.yale.edu    [128.36.21.1] directory src/bin/zip
  624.     Last checked: 910212
  625.     Subdir: .        Zip for Minix
  626.  
  627. vm1.nodak.edu        [134.129.111.1] directory minix-l
  628.     Last checked: 910212
  629.     Subdir: .        comp.os.minix archives (current and past year)
  630.     This site has a mail server, listserv@vm1.nodak.edu
  631.  
  632. wuarchive.wustl.edu    [128.252.135.4] directory mirrors/misc/minix
  633.     Last checked: 910212
  634.     Subdir: .        Diffs for PC-Minix1.1 -> PC-Minix1.2
  635.  
  636. ftp.vmars.tuwien.ac.at [128.130.39.19] directory pub/minix
  637.         Last checked: 910213
  638.         Subdir: hp              Patches to keyboard for German characters
  639.         Subdir: net             bcc, c386, c68, cpp, cppmake, less,
  640.                                 shoelace10a
  641.  
  642. 16.2. Mail Servers
  643.    Some archive sites provide access to their archives with a server program
  644. that responds to commands mailed to it.
  645.  
  646. 16.2.1.  doc.ic.ac.uk
  647.      An archive of the worthwhile postings from the comp.os.minix newsgroup is
  648. available from uk.ac.ic.doc either via mail or by GUEST niftp.  For details
  649. about how to access this service send a mail message with NO Subject: field
  650. to:
  651.  
  652.      info-server@uk.ac.ic.doc
  653.  
  654. and a message body of:
  655.  
  656.      request catalogue
  657.      topic minix
  658.      request end
  659.  
  660. This will mail you back details of the various ways to obtain the files.
  661. This service is only available inside the UK. We have no funds to send
  662. such mail internationally.
  663.  
  664. This archive service is run by Lee McLoughlin.
  665. Janet: lmcl@uk.ac.ukc, lmjm@uk.ac.ic.doc
  666. DARPA: lmjm%uk.ac.ic.doc@ucl-cs
  667. Uucp:  lmjm@icdoc.UUCP, ukc!icdoc!lmjm
  668.  
  669.  
  670. 16.2.2.  vm1.nodak.edu
  671.      North Dakota State University is the host site for distribution of the
  672. info-minix mailing list (also known as minix-l), which is bidirectionally
  673. gatewayed to the Usenet group Comp.os.minix. We maintain archives of all
  674. list traffic from within the past year or so (depending on space availability).
  675. Archives are available via Anonymous FTP on the Internet, and  LIST-SERV 
  676. file requests from other networks.
  677.  
  678. Our server is:
  679.  
  680.      Internet: listserv@vm1.NoDak.EDU [134.129.111.1]
  681.      Bitnet:   listserv@ndsuvm1
  682.      UUCP:     uunet!vm1.nodak.edu!listserv
  683.  
  684. If you do not have Internet access, you may request files be sent to you by
  685. our LISTSERV file server by sending it commands in the body of a mail message.
  686.  
  687. To obtain a list of the files, the INDEX command is used:
  688.  
  689.      INDEX MINIX-L
  690.  
  691.  
  692. The GET command will instruct LISTSERV to send you a file, such as:
  693.  
  694.      get minix-l LOG9005A minix-l
  695.  
  696. to get the file "MINIX-L LOG9005A" from the directory "MINIX-L".  The
  697. filename tells what year, month, and week it is from:
  698.  
  699.      MINIX-L LOGyymmw
  700.  
  701. where "yy" is the year, "mm" is the numeric month and "w" is an  alphabetic
  702. character from A to E indicating what week of the month.  Several months of
  703. log files are kept on-line, the number depending on disk space  availability.
  704.  
  705.      Due to the 80-character per line (punched card) limit on Bitnet mail, many
  706. of the files will be shipped using an encoding scheme that allows logical
  707. lines to be split up into many physical lines. On Bitnet, this is normally
  708. the IBM "DISK DUMP" or "NETDATA" format, and for ther networks it is "List-
  709. serv Punch".
  710.  
  711.      Listserv Punch was designed by Listserv's author and is designed to send
  712. files with lines longer than 80 characters thru the Bitnet gateways. A
  713. special program to decode the file once it has arrived at your site.
  714. Information on obtaining a program to decode listserv punch format is sent
  715. with each encoded file.
  716.  
  717.      If you would rather have a file sent to you uuencoded, you may specify 
  718. that in your GET command:
  719.  
  720.              get minix info minix f=uuencode
  721.  
  722. please note that the file, once decoded, will be in EBCDIC!
  723.  
  724.  
  725. SEARCHING THE MAILING LIST LOGS WITH LISTSERV
  726.  
  727.      If you are looking for a specific article, or set of articles, you can
  728. perform  searches  on this directory using the Database functions of Listserv.
  729. For example, to obtain a "Subject" index of the MINIX-L archives, send the
  730. listserv a file or mail with the following "job" in the message body:
  731.  
  732.      //      JOB  Echo=No
  733.      Database Search DD=Rules
  734.      //Rules DD   *
  735.      search * in minix-l since 90/04/01
  736.      index
  737.  
  738. and you will be sent a file containing all of the 'Subject:' lines sent to
  739. the mailing list since December 1, 1989. If you wish to request one or
  740. more items, replace the 'index' line in the above job with "print [ref-num]", 
  741. where "refnum" is the reference number from the index listing.  Documentation
  742. on this and other database functions is  available  by  sending the command 
  743. "INFO DATABASE" to the listserv.
  744.  
  745.      To obtain more information on the listserv, send the command:
  746.  
  747.      INFO ?
  748.  
  749. and you will be enlightened with a list of available documentation on using
  750. LISTSERV.
  751.  
  752.      This archive is automatically maintained by the list server. If you have
  753. questions, contact Glen Overby, <minix@plains.nodak.edu>, at North Dakota
  754. State University, Fargo, ND USA (46 52 N / 96 48 W city)
  755.  
  756. 16.3.  Publicly accessable Bulletin Boards
  757.      For people without a network connection, there are PC-based Electronic
  758. Bulletin  Board  Systems  (BBS)  that  has  carry various MINIX topics.
  759.  
  760. 16.3.1 NLMUG-ONLINE ("minixug"), (02522) 18363 in Holland.
  761.       300,1200,2400 baud, 8,n,1.
  762.  
  763.       No registration required, no donations accepted.
  764.       Everyone gets 60 minutes/day.
  765.       No upload/download ratios (but don't be a jerk!)
  766.  
  767. This BBS is run by Fred van Kempen <waltje@minixug.mugnet.org>
  768.  
  769. 16.3.2 The Picayune (milo.ndsu.nodaak.edu) in North Dakota, USA
  770.  
  771.     - validation takes a day or so
  772.     - no download limits
  773.     - read access to Usenet News
  774.     - access to FTP area on plains.nodak.edu, wuarchive.wustl.edu
  775.  
  776.     701-232-2573    3/12/24        701-237-7790    3/12/24
  777.     701-237-4281    9600+ V.42    701-237-4752    9600+ V.42
  778.  
  779. This system is run on Interactive 386/ix by the NDSU Student Chapter of the ACM
  780.  
  781.  
  782. 17.  MINIX Compatibility List  (1 August 1990)
  783.  
  784. Introduction
  785. ============
  786.  
  787. This is a list of machines that MINIX has reportedly run on.  An updated
  788. version of this list will be posted when a sufficient number of entries
  789. have been added or changed or when requested.
  790.  
  791. PC MINIX
  792. ========
  793. Version 1.0 is the version in Tanenbaum's book, "Operating Systems: Design
  794. and Implementation".  Version 1.1 is the initially released version and
  795. the differences between it and 1.0 are minor.  Version 1.2 was released
  796. next.  Version 1.3 is currently available from Prentice-Hall.
  797. Versions 1.4 and 1.5 exist, but are not yet available from Prentice-Hall.
  798.  
  799. Version 2.0 is in the planning stages and should be available late next
  800. year.
  801.  
  802. Only compatibility with PC MINIX 1.3 and greater is now reported in this
  803. list.
  804.  
  805. ST MINIX
  806. ========
  807. Version 1.1 is the currently available version and is currently
  808. available from Prentice-Hall.  Version 1.5 exists on the Net, but
  809. is not yet available from Prentice-Hall.
  810.  
  811. I am looking for a volunteer more familiar with ST MINIX to take over
  812. handling this area.
  813.  
  814. Explanation of List
  815. ===================
  816.  
  817. Each list is sorted in alphabetic order.  Each line is an entry that
  818. represents a portion of a report received by the editor.  Each entry is a
  819. report of how well a specific version of Minix worked on a specific
  820. machine or other piece of hardware.  Each entry appears as a single line
  821. in the following format:
  822.  
  823. ------------------------- ---- - -------- -------- -------------------------
  824. 1111111111111111111111111 2223 4 55555555 66666666 7777777777777777777777777
  825.  
  826. where each field is defined as:
  827.  
  828.   1 - Hardware type.  The type of hardware on which MINIX was tested.
  829.   2 - MINIX Version.  The version of MINIX tested on the hardware.
  830.                       x.y indicates that the version is unknown.
  831.   3 - Subversion.     The subversion of the above MINIX version. E.g., the
  832.       subversion of 1.5.0 is 0.  If the subversion is not known, an 'x' will
  833.       be found in the field.
  834.   4 - Report Status.  This will be Y (Yes, MINIX worked on the version),
  835.       N (No, MINIX did not work on this version) or P (Yes, MINIX worked
  836.       on the version, but a patch was required).
  837.   5 - Date of Report.  When the report was received.
  838.   6 - Report Submitter.  This is a reference to the individual who
  839.       submitted the report.  A list of submitters is included with the
  840.       report.
  841.   7 - Additional Comments.  Additional, useful comments added by the
  842.       submitter.
  843.  
  844. There are two major sections at this time.  The first is PC MINIX 1.x and
  845. the other is ST MINIX 1.x.  Other sections may be added as needed (e.g.,
  846. an AMIGA MINIX or PC MINIX 2.x section).
  847.  
  848. At this time, within each section are two subsections.  The first is Basic
  849. Operation (whether MINIX runs on the machine at all) and Optional Hardware
  850. (whether it works with specific added hardware, such as Disk Controllers
  851. and Video Cards).  Other subsections may be added as needed.
  852.  
  853. The Compatibility List
  854. ======================
  855.  
  856. PC MINIX 1.x
  857. ============
  858.  
  859. Basic Operation
  860. ----- ---------
  861. AMSTRAD PC1512            1.3x Y 07/10/89 regisr   hd2 does not work
  862. AST 286                   1.3x Y 02/25/89 dlawyer
  863. AST Premium 386-16        1.4x Y 09/15/89 al
  864. AT&T 6312                 1.3x Y 03/02/90 timborn
  865. AT&T 6312                 1.50 Y 03/02/90 timborn
  866. AT&T 6312                 1.53 Y 03/02/90 timborn
  867. Blue Chip PC              1.3x Y 02/21/89 pa1343   Parallel port didn't work
  868. Bull Micral System 200    1.3x Y 01/24/90 higgs
  869. Club American 386/33-C1   1.3x Y 01/03/90 anderson
  870. Commodore PC 30 III       1.3x Y 09/22/89 cbo
  871. Commodore PC-60           1.4a Y 10/02/89 ast
  872. Compaq 386                1.3x Y 02/22/89 japplega
  873. Compaq Deskpro            1.3x Y 03/06/90 HIGGINS
  874. CompuAdd 286/12           1.3x P 02/21/89 MICHAELB
  875. Computer Prod. United 286 1.3x Y 01/22/90 gnf3e
  876. Computer Prod. United 286 1.5x Y 01/22/90 gnf3e
  877. DTK/ERSO XT Turbo mtherbd 1.3x P 05/29/89 lyle     Changed xt_wini.c, floppy.c
  878. DTK 286 mtherbd (@10MHz)  1.3x Y 03/02/90 MC02015  Must remove bus mouse
  879. Epson AX3                 1.4a Y 10/02/89 ast      HD failed
  880. Everex 1800B (AT clone)   1.3x Y 01/03/90 anderson HD works but flakey
  881. Everex Apex               1.3x Y 03/02/90 MC02015
  882. Freecom AT 386/20         1.4a Y 10/19/89 waltje
  883. Freecom AT 386/25         1.4a Y 10/19/89 waltje
  884. Freecom AT 386/33         1.4a Y 10/19/89 waltje
  885. Gateway 2000 286 (@16MHz) 1.3x Y 08/10/89 tbunnell
  886. Gateway 2000 286 (@16MHz) 1.4x Y 08/10/89 tbunnell
  887. Gateway 2000 286 (@16MHz) 1.4  Y 08/10/89 tbunnell Protected Mode Minix
  888. HP Vectra CS              1.3x P 01/02/90 lammert  Multiple patches
  889. IBM PC/AT @6MHz           1.3x P 09/22/89 al@escom using Leisner's at_wini
  890. IBM PS/2 Model 80         1.3x P 05/29/89 ackerman
  891. JDR Microdevices Turbo XT 1.3x Y 05/29/89 jds
  892. Laser XT/2                1.3x Y 01/11/90 hansvoss program switched CPU-speed
  893. Laser 386/20              1.4a Y 10/02/89 ast
  894. Laser 386/25              1.4a Y 10/02/89 ast
  895. Leading Edge Model D      1.3x Y 03/03/89 supple   Changed to work w/30M HD
  896. Leading Edge Model D2     1.3x Y 02/22/89 hedrick
  897. Micro Generation 386      1.3x Y 10/30/89 surry
  898. Micro Generation 386      1.4x Y 10/30/89 surry
  899. NEC Powermate 386         1.3x Y 02/22/89 japplega
  900. Olivetti M290             1.3x Y 07/10/89 wezel
  901. Proteus Tech. Model 1800e 1.3x Y 09/13/89 lance    HD problems
  902. Sun IPC                   1.3x Y 02/22/89 paula    Screen shifts when scroll
  903. Tandon 386/16             1.4a Y 10/02/89 ast
  904. Tandy 1000                1.3x P 02/22/89 japplega
  905. Tandy 1000A               1.3x P 02/22/89 donw
  906. Tandy 1000A               1.3x P 02/22/89 japplega
  907. Tandy 1000SX              1.3x P 02/22/89 japplega
  908. Tandy 3000                1.3x Y 01/31/90 umbaugh  Load root fs w/"u" at boot
  909. Tandy 3000HL              1.3x Y 01/31/90 umbaugh  Load root fs w/"u" at boot
  910. Tandy 3000NL              1.3x Y 01/31/90 umbaugh  Load root fs w/"u" at boot
  911. Tandy 4000                1.3x Y 01/31/90 umbaugh  Load root fs w/"u" at boot
  912. TI Business Pro           1.3x N 02/22/89 japplega
  913. Toshiba T1100+            1.3x Y 05/29/89 jds
  914. Toshiba 5100              1.3x Y 05/02/89 nfs      HD patch at bugs.nosc.mil
  915. Toshiba 5100              1.50 Y 01/31/90 nfs
  916. Tulip 386/25              1.4a Y 10/02/89 ast
  917. Unisys PW2 850            1.3x Y 05/01/89 allan
  918. Win Labs Turbo-AT         1.3x P 01/22/90 gnf3e
  919. Win Labs AT/386           1.3x P 01/22/90 gnf3e
  920. Wyse 386/16               1.4a Y 10/02/89 ast
  921. Zenith 159                1.3x Y 08/23/89 dirk     HD problems
  922. Zenith Z183               1.3x Y 02/22/89 japplega
  923. Zenith Z248               1.4a Y 10/02/89 ast
  924. Zenith Turbosport 386-12  1.4x Y 10/20/89 al
  925.  
  926. Optional Hardware
  927. -------- --------
  928. AST EGA, color monitor    1.3x Y 01/28/89 dlawyer
  929. Casper EGA, color monitor 1.3x Y 10/30/89 surry
  930. Casper EGA, color monitor 1.4x Y 10/30/89 surry
  931. CMS Hard Card (20 Meg)    1.3x Y 02/21/89 pa1343
  932. Epson LQ5000              1.3x Y 01/31/90 umbaugh  Not tested extensively.
  933. Everex Micro Enhancer     1.3x Y 10/30/89 surry    Vid card ok w/emulation off
  934. Everex Micro Enhancer     1.4x Y 10/30/89 surry    Vid card ok w/emulation off
  935. IBM PS/2 Mod 50 HD        1.3x N 01/28/89 allbery  Controller incompatible
  936. Panasonic 1091 printer    1.3x N 01/28/89 mullen   Loses chars
  937. Persyst BOB               1.3x Y 01/28/89 mullen
  938. Printers (various)        1.3x N 01/28/89 various  Characters are dropped
  939. Seagate ST4096 80 Meg     1.3x Y 10/30/89 surry    Use at_wini.c as wini.c
  940. Seagate ST4096 80 Meg     1.4x Y 10/30/89 surry    Use at_wini.c as wini.c
  941. Toshiba MK134 HD          1.3x Y 01/13/90 bc
  942. WD1006V-SR2 HD Controller 1.3x Y 01/13/90 bc
  943.  
  944.  
  945. ST MINIX 1.x
  946. ============
  947.  
  948. Basic Operation
  949. ----- ---------
  950. 1040ST (old TOS)          1.1 Y 05/31/89 uli
  951. 1040ST                    1.1 Y 06/02/89 rcd
  952. Mega ST4                  1.1 Y 05/31/89 uli      With or without Blitter
  953.  
  954. Optional Hardware
  955. -------- --------
  956. Adaptec MFM controller    1.1 Y 06/02/89 rcd
  957. BMS 100 HD                1.1 Y 01/28/89 wheels   fine
  958. BMS Host Adapter          1.1 Y 06/02/89 rcd
  959. ICD Host Adapter          x.x Y 08/10/89 diana    use it with ST277N SCSI
  960. Megafile 60               1.1 Y 05/31/89 uli
  961. Miniscribe 3425           1.1 Y 05/31/89 rcd
  962. SH 204                    1.1 Y 05/31/89 uli
  963. SH 205                    1.1 Y 05/31/89 uli
  964. SH 205 (with 40M NEC HD)  1.1 Y 05/31/89 uli
  965. Seagate ST225 HD          1.1 Y 06/02/89 rcd
  966. Supra HD                  1.1 ? 01/28/89 various  some can, some can't
  967.  
  968.  
  969. SUBMITTERS
  970. ==========
  971. [ackerman]      uunet!uvm-gen!griffin!ackerman
  972. [al]            al@escom.com
  973. [allan]         allan@esprit.UUCP
  974. [allbery]       allbery%ncoast@hal.cwru.edu
  975. [anderson]      anderson@macc.wisc.edu
  976. [ast]           ast@cs.vu.nl
  977. [bc]            bc@uxa.cso.uiuc.edu
  978. [cbo]           cbo@cs.vu.nl
  979. [diana]         eichert%uservx.decnet@ddnvx2.afwl.af.mil
  980. [dirk]          herrhoyman@uwecvaxc.bitnet
  981. [donw]          donw@rwing.UUCP
  982. [gnf3e]         gnf3e@virginia.edu
  983. [hansvoss]      hhinsi!v882087@relay.EU.net
  984. [hedrick]       hedrick@geneva.rutgers.edu
  985. [higgs]         higgs_m@p1.lancsp.ac.uk
  986. [HIGGINS]       HIGGINS@LISO1.dnet.ge.com
  987. [japplega]      japplega@csm9a.colorado.edu
  988. [jds]           jds@mimsy.umd.edu
  989. [lammert]       lammert@gufalet.rug.nl
  990. [lancer]        lancer@gacvax1.bitnet
  991. [lyle]          lyle@cse.ogc.edu
  992. [mark-gei]      Mark-Geisert@ladc.bull.com
  993. [MC02015]       MC02015%SWTEXAS.BITNET
  994. [MICHAELB]      MICHAELB@vms.macc.wisc.edu
  995. [mullen]        mullen@sdsu.UUCP
  996. [ncoverby]      ncoverby@ndsuvax.UUCP
  997. [nfs]           nfs@princeton.edu
  998. [pa1343]        pa1343@sdcc15.ucsd.edu
  999. [paula]         paula@atc.boeing.com
  1000. [rcd]           rcd@mtqua.att.com
  1001. [regisr]        felix!well!regisr
  1002. [supple]        ecn.purdue.edu
  1003. [surry]         surry@hq.af.mil
  1004. [tbunnell]      bunnell@henry.asel.udel.edu
  1005. [timborn]       timborn@timborn@ATT.COM
  1006. [uli]           uli%analyt.chemie.uni-bochum.dbp.de
  1007. [umbaugh]       umbaugh@evax.arl.utexas.edu
  1008. [waltje]        minixug!waltje@kyber.UUCP
  1009. [wezel]         wezel@bio.vu.nl
  1010. [wheels]        wheels@mks.UUCP
  1011.