Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!cwjcc!ukma!
psuvm.bitnet!cunyvm!ndsuvm1!ndsuvax!ncoverby
From: ncove...@ndsuvax.UUCP (Glen Overby)
Newsgroups: comp.os.minix
Subject: Minix Information Sheet (Last Changed: Feb 01 1989)
Summary: Everything you ever wanted to know about Minix on the networks, but never dared to ask!
Keywords: info answers
Message-ID: <2078@ndsuvax.UUCP>
Date: 3 Feb 89 05:35:57 GMT
Expires: 1-Mar-89 00:00:00 EST
Reply-To: ncove...@ndsuvax.UUCP (Glen Overby)
Followup-To: comp.os.minix
Organization: North Dakota State University, Fargo ND, USA
Lines: 704


[Most recent change: 01 Feb 1989 by ncove...@Plains.NoDak.EDU (Glen Overby)]
[Origional From a...@cs.vu.nl (Andy Tannenbaum ) 88/02/23]

MINIX INFORMATION SHEET

1. WHAT IS MINIX?

MINIX is an operating system that is a subset of UNIX Version 7.  It contains
nearly all the V7 system calls, and these calls are identical to the
corresponding V7 calls.  It also includes a Bourne-compatible shell, and
close to 100 utility programs, including cc, grep, ls, make, etc.  To the
average user, it is effectively V7 UNIX.  If you dig deep enough, you will,
however, find some differences.

The MINIX kernel has been written from scratch by Andy Tanenbaum (a...@cs.vu.nl).
It does not contain ANY AT&T code at all.  The utility programs have been
written by Andy Tanenbaum, his students, and a number of other people,
including people on USENET.  None of the utilities contain any AT&T code
either.  The shell, the Pascal and C compilers, make, etc. have all been
completely redone.  As a result, this code is not covered by the ATT UNIX
license, and it can be made available.

2. WHAT CPUS DOES MINIX RUN ON?
MINIX was originally written for the IBM PC, XT, and AT.  It has since been
ported to the NS 16032 and the 68000 (Atari ST).  It will also work on many
386-based machines.  A list of clones on which MINIX has been tested is
included below.  These tests apply to Version 1.1 and 1.2.  It is thought that
1.3 runs on everything that ran 1.2, and more.

3. HOW CAN I GET MINIX?
MINIX is being sold by:

   Prentice-Hall, Englewood Cliffs, NJ 07632 (1-800-223-1360), and
   Prentice-Hall Int'l, Hemel, Hempstead, England (+44 442 231555)

When ordering it, please specify one of the following versions:

        MINIX for 640K IBM PC $79.95
        MINIX for 512K IBM PC/AT $79.95 (0-13-583865-7)
        MINIX sources on mag tape $79.95
        MINIX code + reference manual (PC) $110 (0-13-584426-6)
        MINIX code + reference manual (AT) $110
        MINIX for the Atari ST $79.95 (0-13-584392-8)
        Textbook: Operating Systems: Design and Implementation (0-13-637406-9)
        Reference Manual: MINIX for the IBM PC, XT, and AT (0-13-584400-2)

The Atari version will run on any Atari ST, from a 512K machine with 1
floppy to a Mega ST with 4M and 16 hard disks.  It works better on the
latter.

All distributions contain executable binaries and the complete source code.

4. HOW CAN I FIND OUT MORE ABOUT MINIX?
MINIX is described in detail in the following book:

   Title:       Operating Systems: Design and Implementation
   Author:      Andrew S. Tanenbaum
   Publisher:   Prentice-Hall
   ISBN:        0-13-637406-9   (Hardcover)
                0-13-637331-3   (Paperback, outside of U.S. and Canada)

A German translation was begun in Feb. 1988.  There is also a paperback
MINIX Reference Manual that is a subset of the book.  It contains only the
MINIX speific information, not the general background stuff on operating
systems that bhe book contains. The software package does not contain a
manual; this is contained in the appendices to the book, which also contain
a complete source code listing (in C) of the MINIX kernel.

5. IS MINIX PUBLIC DOMAIN?
No.  MINIX has been copyrighted by Prentice-Hall.  Prentice-Hall has decided to
permit a limited amount of copying of the sources and binaries for educational
use.  Professors may make copies for students in their operating systems
classes.  Academic researchers may use it for their new experimental machines,
and things like that.  A small amount of private copying of diskettes for the
use of personal friends is ok, but please do not make more than 3 copies from
each original.  Prentice-Hall is trying to be more reasonable than most
software publishers.  Please do not abuse this.    Online repositories of the
full source code distribution are not permitted.  All commercial uses of MINIX
require written permission from Prentice-Hall; for the most part, they are
willing to grant such permission in return for a royalty on sales.

6. WHAT PROGRAMS COME WITH MINIX
The list below gives the programs that are distributed with Version 1.3:

animals ar ascii asld ast at atrun badblocks banner basename cal cat cc cdiff
chgrp chmem chmod chown clr cmp comm compress cp cpdir crc cron date dd df
diff diskcheck dosdir dosread doswrite du echo ed elle ellec emacs expr
factor fdisk fgrep file find fix fsck getlf grep gres head help kill libpack
libupack ln login lorder lpr ls make mined mkdir mkfs mknod more mount mv nm
od passwd paste patch pr prep printenv pwd rcp readall readclock readfs rev
rm rmdir roff sed sh shar size sleep sort spell split strings strip stty su
sum sync tail tar tee term termcap test time touch tr traverse treecmp true
tset tsort tty umount uncompress uniq update uudecode uuencode vol wc whereis
which who whoami zcat

Various other programs have also been posted, and should be available from
the archives.

7. HOW DO I KEEP UP TO DATE ABOUT MINIX.
If you are on USENET, subscribe to newsgroup comp.os.minix.  There are about
10,000 people in this group, and new software, bug fixes, and general discussion
about MINIX take place here.  If you are on BITNET or ARPANET, you can get this
newsgroup via a mailing list by contacting:
   ARPANET: info-minix-requ...@udel.edu
   BITNET:  sending a message (either interactive or mail) to listserv@ndsuvm1
            saying:
                signup minix-l Your_Full_Name

8. HOW MANY VERSIONS OF MINIX ARE THERE AND HOW DO THEY DIFFER?
At present there are three versions for the IBM PC line, V1.1, V1.2, and V1.3.
A version for the Atari ST is in preparation.  The IBM V1.3 contains many
bug fixes and other improvements over 1.1 and 1.2.  In particular, although V1.1
works fine with genuine IBM PCs, it gives trouble on some clones, especially
hard disk problems.  In this respect V1.2 is much better.  V1.1 is thus
obsolete and is no longer available from Prentice-Hall.  V1.3 will have many
enhancements over 1.2, including networking and RS232 support.

9. ARE THE MESSAGES POSTED TO COMP.OS.MINIX SAVED ANYWHERE?

Yes.  There are several archives, one run by Vincent Broman on bugs.nosc.mil,
another run by James Galvin on louie.udel.edu, one on the Bitnet
"LISTSERV" at NDSUVM1, and an archive area on Simtel20.arpa

9.1 Internet: Bugs.Nosc.Mil

Bugs.Nosc.Mil archives comp.os.minix news articles of lasting interest and
other Minix material, such as a list of machines reported to be able to run
Minix.  Material of widespread interest includes diffs for updating v1.1 to
v1.2 and v1.2 to v1.3, diffs for cross compilation under MS-C and Turbo-C,
the new asld with split I&D, the editor Elle v4.1, and recently a port of
C-Kermit.

This material is available by anonymous FTP (during non-business hours)
on bugs.nosc.mil in directory pub/Minix .  The file SUBJECTS contains a list
of Subject lines serving as a kind of index.  The file names are mostly just
the Message-Id of a news article.

Several ways to get these kinds of goodies, in order:

1.  Look, or ask someone you know to look, for articles still available
on the machine where you read news, or on a neighbor.
2.  Ask the person who posted the material to mail it to you.
3.  Get access to a machine on the ArpaNet (or talk to an acquaintance who
has access) and FTP to louie.udel.edu or bugs.nosc.mil .
4.  To get very large amounts of material from archives, talk to someone
in charge of it, e.g. me, about mailing a tape.  Surface-mailing of tapes
is cheap.

Abuse of the system will cause bad karma.  Contents may have settled during
shipment.

Maintained By:
Vincent Broman,  code 632, Naval Ocean Systems Center, San Diego, CA 92152, USA
Phone: +1 619 553 1641    Internet: bro...@nosc.mil   Uucp: sdcsvax!nosc!broman

9.2 Internet: Simtel20.Arpa

A limited archive of MINIX related material is available from simtel20.arpa
in the directory PD:. These same files are available on Bitnet
from LISTSERV@RPICICGE in the same directory.

To get these files from LISTSERV@RPICICGE, use the /pddir and /pdget commands
for a directory listing and file retrieval, respectively.

9.3 Bitnet: NDSUVM1.BITNET / Internet: vm1.NoDak.Edu

At NDSU we have two archives of information about Minix on our LISTSERV. The
first is an automated log of all messages sent to the MINIX-L list, and the
other is an manually organized archive of sources sent to the list.  Both are
accessed by sending either interactive messages (bitnet only) or mail (all
other networks) to LISTSERV@NDSUVM1. Some possible addresses from other
networks are:

        Bitnet: listserv@ndsuvm1
        Internet: lists...@vm1.NoDak.EDU
        UUCP: psuvax1!ndsuvm1.bitnet!listserv

    **NOTE** Many Unix sites have had difficulty contacting this server
    because it is VERY stringent about what it accepts as valid mail.

The mailing list logs are kept in the "MINIX-L" section, with all filenames
of the form:

    MINIX-L LOGyymmw

where "yy" is the year, "mm" is the numeric month and "w" is an alphabetic
character from A to E indicating what week of the month.  Several months of
log files are kept on-line, the number depending on disk space availability.

Database functions are also available on the listserv to aid in searching
this archive.  To obtain a "Subject" index of the MINIX-L archives, send the
listserv a file or mail with the following "job" in the message body:

//      JOB  Echo=No
Database Search DD=Rules
//Rules DD   *
search * in minix-l since 88/06/01
index

and you will be sent a file containing all of the 'Subject:' lines sent to
MINIX-L@NDSUVM1 (the Bitnet side of the Minix discussion lists) since
July 1, 1988.  If you wish to request one or more items, replace the
'index' line in the above job with 'print [refnum]' where 'refnum' is the
reference number contained in the index listing.  Documentation on all
database functions is available by sending the following command (contents
of the body of a message) to the listserv:

        INFO DATABASE


The other (manually maintained) archives are kept in the "MINIX" section.

To obtain a list of the files in either of these archive sections, send
the command:

        INDEX MINIX
    or
        INDEX MINIX-L

Files are retrieved with the 'GET' command:

        GET MORE INFO MINIX

to get the file "MORE INFO" from the group "MINIX".

For a complete list of information on the listserv:

        INFO ?

Due to the 80-character per line (punched card) limit on Bitnet mail, many of
the files will be shipped using an encoding scheme that allows logical lines
to be split up into many physical lines.  The default for going to other
networks is "Listserv Punch".  Information on obtaining a program to decode
listserv punch format is sent with each encoded file.

Please direct all comments and questions about this archive to Glen Overby at
 or 

9.4 BBS: The Mars Hotel

Described by: j...@mimsy.UUCP (James da Silva)

I run a PC-based Electronic Bulletin Board System (BBS) that has
carried the traffic of Usenet's Comp.os.minix steadily since August,
1987. Early this year I started providing a formal Minix archive,
similar to the archive on bugs.nosc.mil.  I have been providing this
service for those who are not lucky enough to have net or ftp access.

The BBS is not a true gateway to Usenet, like some Fidonet nodes are;
rather it is a "delivery service" whereby new comp.os.minix articles
are gathered daily and posted as messages on the BBS.  Long articles
are automatically ARC'ed and posted to the file area for downloading.
I keep the raw traffic around for about 2 months.

At around the 15th of each month I edit the previous month's traffic
to keep articles of lasting interest, which I post in the archive for
that month.  I divide the month's archive into several ARC files, all
less than 100k, to make downloading easier.  For any given month, the
index of articles is in MNXyymmA.ARC, and the actual articles start in
MNXyymmB.ARC.  You can just download the index, then download the ARC
files that contain articles of interest to you.  A complete index is
always in MNXINDEX.ARC.

The archive starts with August, 1987.

Call:
        The Mars Hotel BBS, (301)470-3569 (PC-Pursuitable)
            300,1200,2400 baud, 8,n,1.

        No registration required, no donations accepted.
        Everyone gets 60 minutes/day.
        No upload/download ratios (but don't be a jerk!)

        Spread the word to those without net.access.

usenet:   uunet!mimsy!jds                               James da Silva
internet: j...@mimsy.umd.edu

9.5 England (Janet) uk.ac.ic.doc (icdoc.uucp)

An archive of the worthwhile postings from the comp.os.minix
newsgroup is available from uk.ac.ic.doc either via mail or by GUEST
niftp.  For details about how to access this service send a mail
message with NO Subject: field to:

        info-ser...@uk.ac.ic.doc

and a message body of:

        request catalogue
        topic minix
        request end

This will mail you back details of the various ways to obtain the files.

This service is only available inside the UK.  We have no funds to
send such mail internationally.

Described By:
Lee McLoughlin
Janet: l...@uk.ac.ukc, l...@uk.ac.ic.doc
DARPA: lmjm%uk.ac.ic.doc@ucl-cs
Uucp:  l...@icdoc.UUCP, ukc!icdoc!lmjm

9.6 Netherlands

An archive of all comp.os.minix articles is saved on idca.tds.philips.nl.
It can be accessed through the mail server, minix-arch...@idca.tds.philips.nl
by placing commands in the Subject or contents of your message of the form:

        send index                      # overall index
        send disclaimer                 # I am not responsible for the contents
        send 1989.Jan                   # last month's index
        send 1989.Jan 7...@louie.udel.EDU       # referenced article
        send ast                        # index of Andy's Words
(Remove the comments!)

Please note that the primary intended audience of this archive is the Europe
area. Not north america. The mcvax!uunet link is kind of expensive and
overloaded... and besides, the americans have their own archives.

I am also willing to include other usefull MINIX materials in this archive.
The bugs.nosc.mil source upgrade sets are coming (I hope) and I plan
to make the MGR window system source available when it is complete, for
those brave souls who want to try to get it running.

Maintained by:

Willy Konijnenberg              

10. WHAT PC CLONES HAS MINIX BEEN TESTED ON?

MINIX runs on the IBM PC, XT, and AT.  It also runs on those clones that are
IBM compatible.  You would be amazed at how many are not.

               ====================================================
               M I N I X  P C  C O M P A T I B I L I T Y  S H E E T
               ====================================================
               This version dates                   19 January 1989
               ====================================================

SW = SoftWare, HD = HardDisk, yes = vanilla version runs, no = not yes,
fix = works with some fix(posted or not), hotboot = works if warm boot.
u = unknown ( yet ) [ do something about it, send the editor email ].

'*' in "editor choice of column" means that the respondent did not indicate
whether his/her information applied to 1.1 or 1.2, or that information got
lost and the editor inserted the information into the column he deemed most
appropiate.  It may be the wrong column however, so be warned.

Version 1.0 is the version in the book.  MINIX 1.1 is the oldest you may have
and the differences are minor.  V1.2 is available from Prentice-Hall.
V1.3 exists and should be available from Prentice-Hall in early March.

A last note : send any additions or comments you may have to --

Alan F. Perry, 3904 S. Flower St #B, Santa Ana, CA 92707, USA
Phone: +1 714 380 3410 Internet: a...@dhw68k.cts.com Uucp: felix!dhw68k!allan



COMPUTER                MINIX 1.1       editor  MINIX 1.2       INFO SOURCE
----------------------  ---------       choice  ---------       -----------
                        SW      HD      of      SW      HD
                                        column
Acel 1100               u       u       *       fix     yes     [dono]
ALR Dart                yes     yes             u       u       [allan]
AMT-ATjr                u       u       *       yes     u       [darren]
AMT 386                 no      u       *       u       u       [wes]
ARC Turbo XT            yes     fix             yes     fix     [mullen]
AST 286                 u       u               yes     yes     [dlawyer]
Atari ST                separate version 1.1 now released       [ast]
AT&T 6300               u       u               yes     no      [pechter]
AT&T 6300               u       u       *       yes     fix     [jcs]
AT&T 6300+              yes     fix             yes     fix     [kav]
AT&T 6300+ w/ 1.2Mb flp u       u       *       fix     u       [kav]
AT&T 6312 WGS           u       u               yes     u       [jimj]
AT&T 6312 WGS           y       u               u       u       [gopi]
ATronics AT             u       u       *       yes     u       [hubble]
ATronics XT             u       u       *       yes     fix     [dhb]
Acer 1100               no      u       *       u       u       [wes]
Aerocomp                yes     no              yes     yes     [rmtodd]
American XT/UNITRON mbd u       u               yes     no      [rende]
Amiga 1000/Sidecar      u       u       *       yes     u       [becker]
Ampro LittleBoard/PC    yes     u               yes     y       [mark-geisert]
Amstrad                 u       u       *       yes     no      [steve]
Amstrad Portable        yes     u               u       u       [rj]
BIOS silent partner     yes     yes             u       u       [ast]
Bullet 286 XT           yes     no              yes     yes     [hgm]
CAF Turbo College       u       u       *       yes     fix     [megevand]
Columbia MPC            yes     no              u       u       [allan]
Commodore PC-10 I       no      u       *       u       u       [henkp]
Commodore PC-10 II      u       u       *       yes     yes     [ast]
Commodore PC-40         u       u       *       yes     u       [henkp]
Compaq 386              no      u               u       u       [ast]
Compaq DeskPro          u       u       *       yes     u       [walker]
Compaq DeskPro 286      u       u       *       yes     u       [walker]
Compaq DeskPro 286 (CDC HD) u   u               yes     no      [jps]
Compaq Portable         u       u       *       yes     fix     [cavender]
Compaq Portable 2       no      u               u       u       [ast]
Compaq Portable II      u       u       *       yes     u       [foster]
CompuAdd Std 286/10     yes     yes             yes     yes     [edhall]
Computer Classfd ST/286 u       u       *       yes     u       [myxm]
Corona PC-400           u       u       *       yes     u       [dtinker]
Corona PC-400           no      u               yes     u       [broman]
Datavue Spark Portable  u       u       *       yes     u       [tcoram]
DEC VAXmate             u       u               yes     u       [bengtb]
Deltagold PC            u       u       *       yes     yes     [bogartc]
DSC-Turbo (AT)          u       u               yes     yes     [lmjm]
DTK mothrbd @8MHz w/V20 u       u       *       yes     u       [ncoverby]
ELT mthrbrd (10Mhz AT)  u       u       *       yes     yes     [glenn]
Epson Equity II         u       u       *       yes     u       [ppychin]
Epson Equity 3          yes     yes             u       u       [ast]
Epson Equity 3          u       u               yes     u       [hysell]
Epson PC AX             yes     u               yes     u       [chang]
Faraday motherboard     u       u       *       yes     u       [jallen]
Ferranti PC860/XT       u       u       *       yes     fix     [jel]
Fountain AT             yes     yes             yes     yes     [mclean]
GRiD GridCase 3         u       u       *       yes     u       [steven]
Honeywell AP            yes     yes             u       u       [ast]
HP Vectra               no      u       *       u       u       [eric]
IBM AT-339              u       u               yes     yes     [hysell]
IBM PC                  u       u       *       yes     u       [ganesh]
IBM PC/AT @6MHz         yes     yes             u       u       [ast]
IBM PC/AT @8MHz         yes     no              u       u       [ast]
IBM PC/AT @8MHz,Core HD u       u               yes     yes     [motti]
IBM PC/XT 1OM HD        yes     yes             yes     yes     [ast]
IBM PC/XT-286           yes     no              u       u       [ast]
IBM PC Convertible      no      u       *       u       u       [bdale]
IBM PS/2 various        no      no              u       u       [rj]
IBM PS/2 mod50          u       u               no      no      [ast]
IBS system 2000         u       u       *       yes     fix     [sbanner1]
IMC XT, 8MHz V20        yes     u               yes     u       [beugel]
Intel iSBC 386AT        fix     fix             yes     yes     [jds]
ITT XTRA                u       u       *       yes     u       [ast]
ITT XTRA                yes     fix             u       u       [allbery]
ITT XTRA Prof 700       no      u       *       u       u       [c0033003]
Jameco JE-1003 AT Board u       u               yes     yes     [roskos]
Jameco JE-2009 (mini-AT)yes     u               yes     yes     [jnall]
Kaypro 286i             u       u       *       yes     u       [comp13]
Kaypro PC               u       u       *       yes     u       [ken]
Leading Edge            u       u       *       yes     u       [ganesh]
Leading Edge models M&D u       u       *       yes     u       [wegrzyn]
Leading Edge MP-1673    u       u       *       yes     no      [wjc]
Leading Edge model D    u       u       *       no      u       [comberiati]
Leading Edge Model D    n       n               u       u       [gopi]
Leading Edge D2         u       u               hotboot u       [darylm]
Multitech ACCEL 900     u       u       *       yes     no      [twaites]
NCR PC8                 yes     no              u       u       [ast]
NCR PC-8, Wren 1 HD     yes     u               yes     u       [tdavis]
NEC APC IV, Rev A BIOS  no      u       *       u       u       [wes]
NEC APC IV, Rev B BIOS  u       u       *       yes     u       [wes]
Nokia ASC               u       u               yes     yes     [nispa]
Olivetti M24            u       u       *       yes     fix     [vanderpol]
Osborne 6T              u       u       *       yes     yes     [nispa]
PC's Limited Turbo PC   u       u               yes     yes     [sullivan]
PC's Limited 286 8MHz   yes     yes             u       u       [b_badger]
Philips P3101 PC        yes     fix             u       u       [willy]
Samsung                 u       u       *       yes     u       [ganesh]
Samsung 3001 AT         yes     u               u       u       [kaminski]
Sancom AT clone         yes     u               yes     yes     [nick]
SEFCO AT                yes     yes             u       u       [dhb]
Shitel                  no      u               u       u       [ast]
Sun IPC                 yes     u               u       u       [paula]
Tandon PCA20            u       u       *       yes     yes     [henkp]
Tandy 1000              no      u       *       u       u       [kimery]
Tandy 1000SX,1000EX     no      u       *       u       u       [john]
Tandy 1000              u       u       *       fix     fix     [johnc]
Tandy 1200 modified     u       u       *       yes     u       [bdale]
Tandy 3000HD w/DGDA     no      yes             yes     yes     [boehmr]
Televideo AT @8MHz      u       u               yes     no      [corley]
Televideo Telenix 286   yes     no              u       u       [ast]
Toshiba T1100+          u       u       *       yes     u       [bdale]
Toshiba T1100+          u       u       *       yes     u       [stuart]
Tulip Compact II        yes     u               yes     u       [chang]
Unisys PC-IT            yes     yes             u       u       [allan]
Unisys micro IT         yes     yes             u       u       [ast]
Unisys PW2 850          n       n               u       u       [allan]
Unnamed Asian Clone     u       u       *       yes     u       [arthur@u]
Victor Champion (V30)   yes     fix             yes     fix     [clark]
Victor V286             u       u       *       yes
Win Labs Turbo-AT       u       u               fix     yes     [roskos]
Wyse 2108 AT            u       u               yes     yes     [s1h]
Wyse 2112 AT            u       u               yes     yes     [s1h]
Xerox 6085 PC emulator  u       u       *       yes     yes     [lindsay]
XT-2000                 u       u       *       yes     u       [subelman]
Zenith Z-148            yes     u               yes     u       [rwberry]
Zenith Z-151            u       u       *       yes     fix     [zemon]
Zenith Z-158            yes     yes             yes     yes     [rwberry]
Zenith 181              u       u       *       yes     u       [bdale]
Zenith Z181-93          yes     u       *       u       u       [parson]
Zenith Z-248            yes     u               yes     u       [rwberry]
Zenith Z-248 20 M HD    u       u               yes     yes     [ast]
Zenith Z-386            u       u               yes     yes     [cs002]

Video card                      Comment                         Source
----------                      -------                         ------
ATI EGA Wonder                  fine                            [megevand]
AST EGA, color monitor          v1.2&3 scroll ok                [dlawyer]
AST EGA, mono monitor           v1.2 scroll only w/ Herc emul   [dlawyer]
Corona PC-400 own display       cannot curse or scroll in v1.1  [broman]
Corona PC-400 own display       v1.2 software scrolling ok      [broman]
CT-6040S mono-graphics          support by posted fix           [go]
EGA video                       not working, fixes suggested    [ast]
(EGA) NEC GB-1                  scroll fix unsuccessful also    [vizard]
Hercules                        scrolling problems              [mike]
Hercules compat on IMC clone    v1.2 fine                       [beugel]
MonoGraphics MG-150             v1.1 & v1.2 fine                [edhall]
PGC                             fine                            [sheu]
Persyst BOB                     v1.1 & v1.2 & v1.3b fine.       [mullen]
Sigma Designs Color 400         incompatible, causes NMIs       [bc]
Tandy Deluxe Graphics Dis.Adap. needs v1.2 softscroll like EGA  [boehmr]
Tecmar Color Card               problems like EGA. (v1.1,1.2)   [jss]
Tecmar Graphics Master          CGA emul probs like EGA         [sbanner1]
Toshiba T1100+ display          scroll problem, mod posted      [stuart]
Video 7 on IBM AT               screen blanks periodically      [cline]
Wyse WY-440 EGA                 v1.2 fine                       [s1h]

Disks                           Comment                         Source
-----                           -------                         ------
Adaptec 2002/Rodime             with fix of [n0ano]             [bdale]
Adaptec ACB2072 HDC             v1.1 no                         [wtoomey]
Adaptec 2070A RLL HDC           v1.2 with his mods              [backstro]
BMS 100 HD on Atari             v1.1 fine                       [wheels]
Data Technology Corp            AT controller; works            [ast]
DTC-5150BX HDC                  runs with fix                   [jel]
DTC-5150CX HDC                  v1.2 wont fsck                  [werner]
DTC-5150CRH HDC/ST-251          v1.2 misunderstands partitions  [usadacs]
DTC-5287 AT-RLL HDC             v1.2 wont fsck                  [bdale]
Everex AT compat HD             HD troubles                     [myxm]
HC-100 C2 HDC/ST-125            v1.2 wont work                  [nick]
HardCard 20                     v1.2 ok                         [dcd]
IBM PS/2 Mod 50 HD              v1.3 and controller incompat    [allbery]
Jameco JE1046 HDC/ST 251 HD     v1.2 ok                         [jnall]
LCS-6210 HDC                    v1.1&v1.2 wont run it           [y85]
Maynard Corp Hard Card          v1.1 not compat                 [ganesh]
Miniscribe 3012/Philips DCM     had to write own driver         [willy]
Miniscribe 3650/WD1003-WA2 HDC  v1.1&v1.2 ok, (fix fsck hd cnt) [edhall]
Mod.Circ.Tech. AT/FH controller floppy and wini both work       [roskos]
NEC D5126 HDU                   runs with own fix on Oliv-M24   [vanderpol]
NCL HDC on AT                   unexpected traps                [esc1319]
NCL HDC                         runs only with sketched fix.    [ptk]
Omti 5527 RLL on ST238          yes with fix not posted         [megevand]
SCSI controller on an AT        not supported in v1.2           [verheij]
Seagate 216/ OMTI5510 HDC       v1.2 cant handle #heads=2       [rende]
Seagate 4026, IBM Ctrlr         runs with fix of [hubble]       [shue]
Seagate ST4096 80Mb HD          v1.1&v1.2 only w/ his fix       [hubble]
Soft Innov. Triang. on Atari    v1.1 cannot read this HD        [messenger]
ST238R/ST11R RLL HDC            ran with fixes from UseNet      [willy]
Supra HD on Atari               v1.1, some can, some can't
Tandon Tm262 20Mb+WDCtl         ok for 10Mb only                [sas]
WD 1002S-WX2 HDC, ST225         runs with posted fix            [go]
WD 1002A-WX1 HDC, Rodine 204    runs with fix of [n0ano]        [bdale]
WD 1002/ST225 HD                v1.1 runs given diff HD params  [allbery]
WD 1003-WA2 HDC/CDC 94205-51 HD v1.2 runs fine.                 [s1h]
WD 1003-WA3 FDC                 runs with posted fix            [comp13]
WD 27-X/ ST238R HD              v1.2 trouble reading 2d partn.  [broman]
WD controllers                  supported by v1.2 kernel.       [ast]
Xebec HDC 20Mb disk             works,but hd <3Mb only          [arthur@w]
Xebec HDC, 10Mb HD              v1.1&1.2 need fix unless on 1st part. [mullen]
Z150 Hard Disk                  works with posted fix           [n0ano]
Bernoulli disk                  has problems doing mkfs thereon [acharya]
Toshiba T1100+ 720K             supported by posted fixes       [stuart]
AT&T 6300 Floppies              supported by posted mod         [ast]

Printer                         Comment                         Source
-------                         -------                         ------
Epson FX-80 prtr                unreliable prtr driver v1.1     [arthur@w]
printer MSDOS ok, Minix not     supported by posted fix.        [dlong]
Panasonic 1091                  v1.3b only loses chars          [mullen]
Seikosha SP1200AI               bitnet wont work properly       [megevand]
many printers                   drop characters with v1.3       various

Other boards            Comment                                 Source
------------            -------                                 ------
AST Six Pack Clock      support by posted code                  [tsp]
AST Six Pack Premium    clock code posted                       [go]
AST MegaPlus            simpler clock code posted               [diamant]
MCT multi-IO card       code for clock setting posted           [myxm]
Multi-IO card/AMT-ATjr  none of above clock code worked         [darren]
CompuAdd MFC            [myxm]'s clock code worked              [cavender]
CAF multi-IO card       posted(?) clock code                    [megevand]
Quadram Quadboard       clock driver posted                     [bunda]
Alpha Micro Videotrax   board is inimical                       [zemon]
Zenith Z181-93 keyboard FN keys and keypad dont work            [parson]


Who's who ?
-----------
[acharya]       acharya@sbcs
[allan]         a...@dhw68k.cts.com
[allbery]       allbery%nco...@hal.cwru.edu
[arthur@u]      art...@ubu.uucp
[arthur@w]      art...@warwick.uucp
[ast]           a...@cs.vu.nl
[backstro]      backs...@silver.bacs.indiana.edu
[bc]            b...@njitsc1.uucp
[bdale]         b...@winfree.uucp
[becker]        bec...@humber.bitnet
[bengtb]        ben...@erix.se
[beugel]        beu...@cs.vu.nl
[boehmr]        boe...@unioncs.uucp
[bogartc]       boga...@handel.cs.colostate.edu
[broman]        bro...@nosc.mil
[bunda]         b...@cs.utexas.edu
[b_badger]      b_bad...@unhh.bitnet
[c0033003]      c0033...@dbstu1.bitnet
[cavender]      caven...@drivax.uucp
[chang]         c...@philtis.uucp
[clark]         c...@ttidca.tti.com
[cline]         c...@pnet01.cts.com
[comberiati]    comberi...@cpesac.uucp
[comp13]        com...@tjalk.cs.vu.nl
[corley]        cor...@cs.rochester.edu
[cs002]         c...@unocss.uucp
[d88mj]         d...@efj.lth.se
[darren]        dar...@ethos.uucp
[darylm]        dar...@illian.uucp
[dcd]           d...@tc.fluke.com
[dhb]           d...@bek-mc.caltech.edu
[diamant]       diam...@hpfclp.hp.com
[dlawyer]       dlaw...@balboa.eng.uci.edu
[dlong]         d...@sdsu.uucp
[dono]          d...@killer.dallas.tx.us
[dtinker]       dtin...@utoronto.bitnet
[edhall]        edh...@rand.org
[eric]          e...@unmvax.unm.edu
[esc1319]       esc1...@ddaesa10.bitnet
[foster]        fos...@beno.css.gov
[ganesh]        gan...@utah-cs.uucp
[glenn]         g...@extro.ucc.su.oz
[mark-geisert]  mark-geisert%l...@bco-multics.hbi.honeywell.com
[go]            g...@orstcs.uucp
[gopi]          gopi@ihlpa
[henkp]         h...@nikhefk.uucp
[hgm]           h...@lanl.gov
[hubble]        hub...@cae780.uucp
[hysell]        hys...@kodak.uucp
[jallen]        jal...@netxcom.uucp
[jcs]           j...@chinet.uucp
[jds]           j...@mimsy.umd.edu
[jel]           j...@cheviot.newcastle.ac.uk
[jimj]          j...@iwtjj.att.com
[jnall]         j...@fsu.bitnet
[johnc]         j...@mia.uucp
[john]          j...@moncol.uucp
[jps]           j...@cup.portal.com
[jss]           j...@sun.com
[kaminski]      v050k...@ubvmsc.cc.buffalo.edu
[kav]           k...@ihlpa.att.com
[ken]           k...@driwash.uucp
[kimery]        kim...@wdl1.uucp
[lindsay]       lind...@cheviot.newcastle.ac.uk
[lmjm]          l...@doc.ic.ac.uk l...@icdoc.uucp
[mullen]        mul...@sdsu.uucp
[mclean]        mcl...@think.com
[megevand]      megev...@cgeuge54.bitnet
[messenger]     Hugh_Messenger.EuroP...@xerox.com
[mike]          m...@bnr-vpa.arpa
[motti]         m...@ocsmd.uu.net
[myxm]          m...@lanl.gov
[n0ano]         n...@wldrdg.uucp
[ncoverby]      ncove...@ndsuvax.uucp
[nick]          n...@nswitgould.oz
[nispa]         n...@hutcs.hut.fi
[parson]        r...@carleton.bitnet
[paula]         p...@bcsaic.uucp
[pechter]       pech...@dasys1.uucp
[ppuchin]       ppyc...@orchid.waterloo.edu
[ptk]           p...@hutcs.hut.fi
[rende]         c...@pte.uucp
[rj]            r...@cs.glasgow.ac.uk
[rmtodd]        rmt...@uokmax.uucp
[roskos]        ros...@csed-1.uucp or ros...@dockmaster.arpa
[rwberry]       rwbe...@hubcap.clemson.edu
[s1h]           s...@sppy00.uucp
[sas]           s...@bcd-dyn.uucp
[sbanner1]      sbann...@sol.uvic.cdn
[sheu]          s...@gitpyr.gatech.edu
[steven]        ste...@cwi.nl
[steve]         s...@warwick.uucp
[stuart]        stu...@bms-at.uucp
[subelman]      subel...@ttidca.tti.com
[sullivan]      sulli...@marge.math.binghamton.edu
[tcoram]        tco...@udcvax.bitnet
[tdavis]        tda...@enlog.wichita.ncr.com
[tsp]           t...@killer.uucp
[twaites]       twai...@sicom.uucp
[usadacs]       usad...@simtel20.army.mil
[vanderpol]     vander...@amolf.nl
[verheij]       vrh@mh_co2.mh.nl
[vizard]        vizard@dartvax
[walker]        wal...@xanth.uucp
[wegrzyn]       wegr...@cdx39.uucp
[werner]        wer...@nikhefk.uucp
[wes]           w...@obie.uucp
[wheels]        whe...@mks.uucp
[willy]         w...@idca.tds.philips.nl
[wjc]           w...@eddie.mit.edu
[wtoomey]       wtoo...@gara.une.oz
[y85]           y85.b-jans...@linus.liu.se
[zemon]         z...@felix.uucp

        =================================================
        edited by Alan F. Perry,     a...@dhw68k.cst.com
        reformat and intro, Tamura Jolink, tamura@hlerul5
        =================================================

			  SCO's Case Against IBM

November 12, 2003 - Jed Boal from Eyewitness News KSL 5 TV provides an
overview on SCO's case against IBM. Darl McBride, SCO's president and CEO,
talks about the lawsuit's impact and attacks. Jason Holt, student and 
Linux user, talks about the benefits of code availability and the merits 
of the SCO vs IBM lawsuit. See SCO vs IBM.

Note: The materials and information included in these Web pages are not to
be used for any other purpose other than private study, research, review
or criticism.