home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / maj / 4266 / interrup.1st < prev    next >
Text File  |  1994-06-05  |  78KB  |  1,814 lines

  1. Interrupt List        Release 41              Last change 6/5/94
  2.  
  3. Please redistribute the following files unmodified as a group, in a trio of
  4. archives named INTER41A through INTER41C (preferably the original authenticated
  5. PKZIP archives):
  6.     INTERRUP.1ST    this file
  7.     INTERRUP.A    INT 00 through INT 13     \
  8.     INTERRUP.B    INT 14 through INT 15/7F   \
  9.     INTERRUP.C    INT 15/80 through INT 19    \  
  10.     INTERRUP.D    INT 1A through INT 21/44     \   total 1551 pages at
  11.     INTERRUP.E    INT 21/45 through INT 21/BF   \  60 lines per page,
  12.     INTERRUP.F    INT 21/C0 through INT 2C       > 1653 with INTPRINT -p
  13.     INTERRUP.G    INT 2D through INT 2F/7F      /  (6390 entries)
  14.     INTERRUP.H    INT 2F/80 through INT 2F/FF  /     (2176 tables)
  15.     INTERRUP.I    INT 30 through INT 60        /
  16.     INTERRUP.J    INT 61 through INT 6A       /
  17.     INTERRUP.K    INT 6B through INT FF      /
  18.     INTERRUP.PRI    a brief primer on interrupts
  19.     INTPRINT.COM    a simple formatter that also generates a list summary
  20.     INTPRINT.DOC    instructions for INTPRINT
  21.     OVERVIEW.LST    brief listing of major uses of each interrupt
  22.     86BUGS.LST    a listing of CPU bugs and undocumented features
  23.     CMOS.LST    a description of the CMOS RAM data bytes
  24.     GLOSSARY.LST    a glossary of terms, abbreviations, and acronyms
  25.     MEMORY.LST    format of the BIOS data area
  26.     PORTS.LST    a listing of I/O ports
  27.     CATEGORY.KEY    descriptions of divider-line category letters
  28.     COMBINE.BAT    combine the pieces of the list into a single file
  29. The following files should be distributed in an archive called INTER41D:
  30.     INT.*        invoke interrupts from commandline
  31.     INT2GUID.*    convert list into TurboPower GUIDE or POPHELP database
  32.     INT2HLP.BAT    Perl script to convert list into QuickHelp database
  33.     INT2QH.*    convert list into QuickHelp database
  34.     INT2WHLP.*    convert list into Windows Help database
  35.     INTERVUE.EXE    indexed interrupt list browser
  36.     INTHELP.*    convert list into TurboPower GUIDE database
  37.     INTLIST.E    Epsilon extension for handling list
  38.     INTLIST.ICO    Windows icon for INTERVUE
  39.     INTPRINT.C    source code for INTPRINT
  40.     RB2NG.*        convert list into Norton Guides database
  41.  
  42. Concatenate INTERRUP.A, .B, .C, .D, .E, .F, .G, .H, .I, .J, and .K with
  43. COMBINE.BAT to create an interrupt list file identical to my master copy.
  44.  
  45. Use INTPRINT to generate a one-line-per-call summary file and/or a file
  46. containing only data structure formats.     See INTPRINT.DOC for details.
  47.  
  48. Note: in addition to the archives mentioned above, you may also find other
  49. archives named INTERrrx containing additional files generated from the
  50. original distribution for your convenience.  These other archives are
  51. maintained by other people, so please do not ask me any questions about them
  52. (all I'll do is refer you to the creator).  The additional distributions
  53. I am currently aware of contain a ready-made Quick Help database (compiled
  54. by Brad Willcott <b-willcott@adfa.oz.au>), a ready-made Norton Guides
  55. database (compiled by Michael Gallias <gallias@ph.und.ac.za> and distributed
  56. as RBNGrr.*), and a ready-made WinHelp database (compiled by Ron Loewy
  57. <76350.333@compuserve.com> and occasionally distributed as INTWIN*.*).
  58. --------!---COPYRIGHT------------------------
  59.     NOTICE        NOTICE        NOTICE        NOTICE
  60.  
  61. This compilation is (c) Copyright 1989, 1990, 1991, 1992, 1993 Ralf Brown
  62. Permission is granted to use and redistribute the files comprising the
  63. interrupt listing in any way (including conversion to another format),
  64. provided that my name and addresses and the names of all contributers
  65. are preserved, as well as the information on how to obtain new releases.
  66. The above requirement to give credit is waived for excerpts totaling
  67. less than 2000 lines (although common courtesy indicates that you
  68. should give some form of acknowledgment).
  69.  
  70. Some of the archives in the distribution contains programs contributed
  71. by others; these programs are included as a service to users of the
  72. interrupt list and the authors retain the rights to their programs.
  73.  
  74. Please send corrections/additions to me rather than distributing a
  75. modified version of the list, so that all may benefit from your
  76. contribution.
  77. --------!---DISCLAIMER-----------------------
  78. DISCLAIMER:  THIS MATERIAL IS PROVIDED "AS IS".     I verify the information
  79. contained in this list to the best of my ability, but I cannot be held
  80. responsible for any problems caused by use or misuse of the information,
  81. especially for those functions not officially documented.  If it is marked
  82. "internal" or undocumented, you should check it carefully to make sure it
  83. works the same way in your version of the software (and please let me know
  84. whether or not it works the same way).    Information marked with "???" is
  85. known to be incomplete or guesswork.
  86. --------!---AVAILABILITY---------------------
  87. If the list is three or more months old by the time you get it, there
  88. is probably a newer release out already (R41 is planned for early June,
  89. R42 for early August).  Each release supersedes all previous versions, so
  90. there is no need to keep old versions.
  91.  
  92. The newest release of this list is available in these places (please do not
  93. ask me to email it, at over one meg compressed it is much too large for that):
  94.  
  95. On the Internet, by standard anonymous FTP from FTP.CS.CMU.EDU [128.2.206.173].
  96.     Change directly to directory /afs/cs.cmu.edu/user/ralf/pub and get the
  97.     files inter??a.zip thru inter??d.zip.  You MUST change directory first
  98.     and in a single command because of the way CMU's anonymous FTP works.
  99.     Don't forget to set mode "binary" or "type L 8"!
  100.  
  101. If connected to AFS, you can simply perform standard Unix/VMS/whatever
  102.     directory listing and file copies from the above directory.
  103.  
  104. On FIDOnet, from SoundingBoard BBS 1:129/26 1-412-621-4604 9600/14.4k HST/V32
  105.     as files INTERrrA.ZIP to INTERrrD.ZIP (rr stands for the release
  106.     number), in file area #8.  First-time callers may download.
  107.     File Requests.
  108.  
  109. Alternate Distribution Points (the list will typically be available here
  110. within 24 hours of release):
  111. Internet: on the SimTel Software Repository mirrors as files interRRa.zip to
  112.     interRRd.ZIP in directory /pub/msdos/info, where RR stands for the
  113.     release number. Note that you must use a binary transfer mode
  114.     ("tenex" or "type L 8" for most people) to successfully FTP the
  115.     files.    The SimTel mirrors include oak.oakland.edu [141.210.10.117],
  116.     wuarchive.wustl.edu [128.252.135.4], ftp.uu.net [137.39.1.9],
  117.     nic.funet.fi [128.214.6.100], src.doc.ic.ac.uk [146.169.3.7], and
  118.     archie.au [139.130.4.6].
  119. FIDO:    SyncPoint BBS 1:261/1008 1-410-529-2584 File Requests.
  120.  
  121. Additional Distribution Points:
  122. BITnet: you may retrieve the copy on SimTel via the following automated mail
  123.     servers:
  124.     (in the US) LISTSERV@RPITSVM (alias VM.ITS.RPI.EDU)
  125.             LISTSERV@NDSUVM1 (alias VM1.NODAK.EDU)
  126.     (in Europe) TRICKLE@AWIWUW11 (Austria)
  127.             TRICKLE@BANUFS11 (Belgium)
  128.             TRICKLE@DKTC11   (Denmark)
  129.             TRICKLE@FRMOP11  (France)
  130.             TRICKLE@DEARN    (Germany)
  131.             TRICKLE@IMIPOLI  (Italy)
  132.             TRICKLE@HEARN    (Netherlands)
  133.             TRICKLE@EB0UB011 (Spain)
  134.             TRICKLE@SEARN    (Sweden)
  135.             TRICKLE@TREARN   (Turkey)
  136.     (elsewhere) TRICKLE@UNALCOL  (Colombia)
  137.             TRICKLE@TAUNIVM  (Israel)
  138. FIDO:    boards belonging to the PDN (Programmer's Distribution Network) system
  139. CompuServe: in the IBM Programming Forum (GO IBMPRO), Library 6, as INTrrA.*,
  140.     INTrrB.*, INTrrC.*, and INTrrD.*.
  141.  
  142. The list is also posted to USEnet in comp.binaries.ibm.pc about twice a year,
  143. concurrently with a new release of the list.  Since comp.binaries.ibm.pc is
  144. archived, you will be able to find a fairly recent release in the various UUCP
  145. archives.
  146. --------!---ABBREVIATIONS--------------------
  147. Key to system abbreviations
  148. (unless otherwise indicated, a function is available on all systems)
  149.     PC    IBM PC
  150.     XT    IBM PC XT
  151.     PORT    IBM PC Portable (uses same BIOS as XT)
  152.     Jr    IBM PCjr
  153.     AT    IBM PC AT
  154.     XT2    IBM PC XT 2
  155.     XT286    IBM PC XT/286
  156.     CONV    IBM Convertible
  157.     PS    IBM PS/2, any model
  158.     PS30    IBM PS/2 Model 30 and below
  159.     PS50+    IBM PS/2 Models 50,60,70,80
  160.     CDP    Compaq Deskpro
  161.     CLTE    Compaq LTE
  162.     CP386    Compaq Portable 386
  163.     CSLT    Compaq SLT
  164.     CSYS    Compaq Systempro
  165.     CGA    Color Graphics Adapter
  166.     EGA    Enhanced Graphics Adapter
  167.     VGA    Video Graphics Array
  168.     MCGA    Multi-Color Graphics Array
  169.     TopView TopView/DESQview/TaskView/OmniView/other compatibles
  170.     ConcCP/M Concurrent CP/M by Digital Research, now DR MultiUser DOS
  171. --------!---CREDITS--------------------------
  172. This list is the result of the time and effort of a large number of people:
  173.  
  174.  1/85 Janet Jack  (original list)
  175.  1/85 J. Weaver Jr.
  176.  2/85 John Cooper
  177.  2/85 Skip Gilbrech
  178.       Bob Jack
  179.  4/85 Jim Kyle           76703.762@compuserve.com
  180.  8/85 John Ruschmeyer  moncol!john@princeton.edu
  181.  8/85 Bill Frolik      bill@hpcvlx.cv.hp.com
  182.  8/85 Ross M. Greenberg 72461.3212@compuserve.com
  183.  
  184.    87 Mike Morearty    mikemo@microsoft.com      \   early 1987
  185.       Ed Nather           nather@emx.utexas.edu       >  several undocumented DOS
  186.       Peter Holzmann   pete@octopus.com          /   calls in another list
  187.  
  188.    87 Dan Lanciani     ddl@harvard.harvard.edu          various, incl. NetBIOS
  189.  7/87 Ralf Brown       ralf@telerama.lm.com          INT 24h and DOS func 59h
  190. 10/87 Ralf Brown       ralf@telerama.lm.com          become list maintainer
  191. 11/87 Dan Davison      dd@lanl.gov              DOS 3.3 function calls
  192. 11/87 Bill White       wwhite@jeeves.teknowledge.com  DOS 3.3
  193. 11/87 Richard Hargrove harvard!killer!richardh          EGA
  194. 12/87 Vincent Broman   broman@bugs.nosc.mil          Cordata BIOS/Minix
  195. 12/87 Dennis Grinberg  dennis+@cs.cmu.edu          MCGA/VGA
  196.  1/88 Brad Davis       bradd@gssc.gss.com          GSS, DGIS
  197.  2/88 Diomidis Spinellis dds@doc.ic.ac.uk          Herc GRAFIX Dev Toolkit
  198.  3/88 Michael A. Moran Michael@cup.portal.com          VGA INT 10h
  199.  3/88 Ralf Brown       ralf@telerama.lm.com          DESQview API
  200.  4/88 Richard Marks    rmarks@KSP.Unisys.COM          undoc dir search fields
  201.  5/88 Robert Goldsmith rpg@mitre.org              AT&T DEB adapter
  202.  7/88 Gary E. Miller   GEM@cup.portal.com          Paradise VGA
  203.  8/88 John Lefor       johnlef@microsoft.com          XMS spec
  204.  9/88 Dan Lanciani     ddl@harvard.harvard.edu          miscellaneous
  205.  9/88 Howard Johnson   Howard_Reed_Johnson@cup.portal.com  NetWare overview
  206.  9/88 Finn Thoegerson  via jesperf@daimi.aau.dk          10-NET, miscellaneous
  207.  9/88 Michael Shiels   mshiels@watmath.waterloo.edu   FOSSIL spec
  208.  9/88 Ralf Brown       ralf@telerama.lm.com          Microsoft CD-ROM API
  209. 10/88 Michael Shiels   mshiels@ziebmef.uucp          ATI VIP INT 10h
  210.                BMB Compuscience Canada Ltd.
  211. 10/88 Michael Shiels   mshiels@ziebmef.uucp          FTP Driver spec
  212. 10/88 Helmut Waelder   ZRWA001@DTUZDV1.BITNET          data structures, misc
  213. 10/88 Helmut Waelder   ZRWA001@DTUZDV1.BITNET          more 10-NET functions
  214. 10/88 Ge van Geldorp   ge@dutlru2.tudelft.nl          Novell NetWare
  215. 10/88 Ralf Brown       ralf@telerama.lm.com          INT 2F/AH=12h
  216. 11/88 Clarence A Dold  dold@tsmiti.Convergent.COM     Compaq386 speed settings
  217. 11/88 Ralf Brown       ralf@telerama.lm.com          TesSeRact API
  218. 12/88 Ying-Kuen K. Hwang  khwang@wyse.com          ESDI fixed disk calls
  219.  1/89 Ari Huttunen     Ari.Huttunen@hut.fi          additional INT 33 calls
  220.  1/89 Duncan Murdoch   dmurdoch@watstat.waterloo.edu  undoc fields in DOS data
  221.  2/89 Ralf Brown       ralf@telerama.lm.com          VCPI API
  222.  3/89 Helmut Waelder   ZRWA001@DTUZDV1.BITNET          more DOS 4.0 calls
  223.  4/89 Robert Seals     rds95@leah.Albany.EDU          ATI VGA Wonder modes
  224.  4/89 Ge van Geldorp   ge@dutlru2.tudelft.nl          pcANYWHERE III API
  225.  4/89 Robin Walker     rdhw@uk.ac.cambridge.phoenix   undoc DOS 4 data struc
  226.  4/89 Robin Walker     rdhw@uk.ac.cambridge.phoenix   DOS 4.0 shell API
  227.  4/89 Ralf Brown       ralf@telerama.lm.com          DCA/Intel CAS API
  228.  4/89 Ralf Brown       ralf@telerama.lm.com          Intel Image Proc Interf
  229.  5/89 Robin Walker     rdhw@uk.ac.cambridge.phoenix   multiplex int calls
  230.  6/89 Peter Sawatzki   IN307@DHAFEU11.BITNET          Video7 extended INT 10
  231.  7/89 Wes Cowley       71441.3154@compuserve.com      SHARE.EXE hooks
  232.  9/89 Robin Walker     rdhw@uk.ac.cambridge.phoenix   more DOS 4 data struc
  233.  9/89 Stuart R. Kemp   cpsrk@marlin.jcu.edu.au          Halo88
  234.  9/89 Urs Zurbuchen    zu@bernina.ethz.ch          Btrieve API
  235.  9/89 Dan Lanciani     ddl@husc6.harvard.edu          Z100, Taxan video BIOS
  236.  9/89 Robin Walker     rdhw@uk.ac.cambridge.phoenix   more DOS 4 data struc
  237. 10/89 Robin Walker     rdhw@uk.ac.cambridge.phoenix   DOS 3.0 data struc
  238. 10/89 John DesRosiers  via Marc Bertrand 1:167/1      Ontrack INT 13 extensions
  239. 11/89 Ge van Geldorp   ge@dutlru2.tudelft.nl          master boot record
  240. 11/89 Barry Burke      bburke@banyan.com          Banyan VINES
  241. 11/89 Christian Franke franke@informatik.rwth-aachen.de     ATI EGA Wonder, WP5.0
  242.  1/90 Norman Walsh     NORM@IONAACAD.BITNET          Inset API
  243.  1/90 Andrew Schulman  76320.302@CompuServe.COM          Phar Lap 386/DOS extender
  244.  1/90 Dan Prather      72765.1330@CompuServe.COM      IBM 3270 Workst Prog API
  245.  3/90 Roger Bowler     rbowler@cix     Fido 2:252/10  IBM 3270, Amstrad PC1512
  246.  3/90 Mike Baszczak                      SQL Base
  247.  4/90 Rick Wagner      rick@always.com              PC Network RECEIVER.COM
  248.  4/90 Ralf Brown       ralf@telerama.lm.com          more DOS 3.3 internals
  249.  5/90 Mike Weaver      1:264/610              DESQview XDI
  250.  6/90 Les Moskowitz    1:261/1008              APL*PLUS/PC
  251.  6/90 Ralf Brown       ralf@telerama.lm.com          more DOS 4.0 internals
  252.  6/90 Robin Walker     rdhw@uk.ac.cambridge.phoenix   BIOS data segment format
  253.  7/90 Andrew Schulman  76320.302@CompuServe.COM          MSWindows INT 2F/AH=16h
  254.  7/90 Ben Myers           0003571400@mcimail.com          Tseng ET4000, misc
  255.  7/90 Ralf Brown       ralf@telerama.lm.com          DPMI 0.9 API
  256.  8/90 G. Adam Stanislav 1:129/39              AVATAR.SYS
  257.  8/90 Robin Walker     rdhw@phoenix.cambridge.ac.uk   more DOS internals
  258.  8/90 Michael A Shiels mshiels@masnet.uucp          Quarterdeck INT 2F/AH=D2h
  259.  8/90 Michel Mathieu   mjm@bmbcomp.uucp              Logitech INT 33
  260.  8/90 Cornel Kaufmann  coka@bernina.ethz.ch          Novell Netware shell 3.01
  261.  9/90 Michael A Shiels mshiels@masnet.uucp          IBM/Yale & 3com INT 14
  262.  9/90 Michael A Shiels mshiels@masnet.uucp          INT 6B, Starlan INT 2A/5B
  263.  9/90 Michael A Shiels mshiels@masnet.uucp          DECnet INT 69/INT 6A
  264.  9/90 Michael A Shiels mshiels@masnet.uucp          Topware NOS, Win3 EGA.SYS
  265.  9/90 David Maxey      dmaxey@lotus.com              misc undoc DOS
  266.  9/90 Roger Bowler     rbowler@cix.compulink.co.uk    Attachmate Extra API
  267.  9/90 Ben Myers           0003571400@mcimail.com          FRIEZE API
  268.  9/90 Michael A Shiels mshiels@masnet.uucp          VDS, Sangoma, misc
  269.  9/90 Rob Luursema     robl@idca.tds.philips.nl          EISA BIOS calls
  270. 10/90 Stephen Bean     70575.406@compuserve.com          more DECnet INT 69/INT 6A
  271. 10/90 Maxime Dallaire  1:167/163              Carbon Copy Plus 5.0 API
  272. 11/90 Dan Fandrich     shad04@ccu.umanitoba.ca          SCSI calls
  273.                1:153/511.1
  274. 11/90 Ben Myers           0003571400@mcimail.com          Everex Viewpoint VGA
  275. 11/90 Michael A Shiels mshiels@masnet.uucp          AppleTalk/IBM802.2 INT 5C
  276. 11/90 Mark Livingstone markl@csource.oz.au          TVGA video modes
  277. 11/90 Michael A Shiels mshiels@masnet.uucp          LPTx, X00 calls
  278. 12/90 Michael A Shiels mshiels@masnet.uucp          Compaq BIOS, Ad Lib
  279. 12/90 Michael A Shiels mshiels@masnet.uucp          PCSpool,Disk Spool II
  280. 12/90 Michael A Shiels mshiels@masnet.uucp          OmniView, misc
  281. 12/90 Michael A Shiels mshiels@masnet.uucp          Cswitch, HIGHUMM.SYS,misc
  282.  1/91 Michael A Shiels mshiels@masnet.uucp          Back&Forth 1.62,DoubleDOS
  283.  1/91 Bernd Schemmer   (Dortmund, Germany)          MDEBUG API
  284.  1/91 Michael A Shiels mshiels@masnet.uucp          more AppleTalk, misc
  285.  1/91 Michael A Shiels mshiels@masnet.uucp          DPMI 1.0 func names
  286.  2/91 Michael A Shiels mshiels@masnet.uucp          miscellaneous
  287.  3/91 Jan-Pascal van Best BEST@rulwinwst.LeidenUniv.nl    NetWare IPX/SPX INT 7A
  288.  3/91 Jeroen Pluimers  jeroenp@dragons.nest.nl          TBSCANX
  289.  3/91 Ralf Brown       ralf@telerama.lm.com          PC Tools API
  290.  4/91 David H. Bennett 74635.1671@compuserve.com      ELRES API
  291.  4/91 Michael A Shiels mshiels@masnet.uucp          Interconnections Inc. TES
  292.  4/91 Manfred Young    fyoung @ BIX              DOS, LANstep, misc
  293.  4/91 Fridrik Skulason frisk@complex.is              virus installation checks
  294.  4/91 Joseph G. Souza  1:322/327              Alloy ANSK, NTNX, MW386
  295.  4/91 Frank Gladu                      Alloy ANSK, NTNX, MW386
  296.  4/91 Tamura Jones     2:512/36.7              Win3 DOSX, Soundblaster
  297.  4/91 Michael D Shride 74010.3214@compuserve.com      UltraVision
  298.  4/91 Michael A Shiels mshiels@masnet.uucp          DR MultiUser DOS 5.0
  299.  5/91 Michael A Shiels mshiels@masnet.uucp          Northnet Jetstream, misc
  300.  5/91 Duncan Murdoch   dmurdoch@watstat.waterloo.edu  New Executable header
  301.  5/91 Andrew Schulman  76320.302@CompuServe.COM          SMARTDRV.SYS
  302.  5/91 Tamura Jones     2:512/36.7              RESPLAY
  303.  5/91 Michael A Shiels mas@bmbcomp.uucp              LAN Manager DOS,INT 24
  304.  6/91 Herwig Feichtinger (Petershausen, Germany)      Shamrock EMAIL, NET.24
  305.  6/91 Robin Walker     rdhw@phoenix.cambridge.ac.uk   DOS 5.0 internals
  306.  6/91 Todor Todorov    2:359/105              misc DOS-related
  307.  6/91 Ross Wentworth   1:102/330.2              Turbo Pascal popup lib
  308.  6/91 Everett Kaser    everett%hpcvra@hplabs.hp.com   HP 95LX
  309.  7/91 Michael A Shiels mshiels@masnet.uucp          Digiboard DigiCHANNEL
  310.  7/91 Rickard Faith    faith@cs.unc.edu              Stacker
  311.  7/91 Wolfgang Lierz   lierz@kmx.gmd.dbp.de          Norton Utilities 5.0
  312.  8/91 Michael A Shiels mshiels@masnet.uucp          NPC NCSI, KBUF, Telebit
  313.  9/91 Ralf Brown       ralf@telerama.lm.com          QEMM API
  314.  9/91 Holger Veit      veit@du9ds3.uni-duisburg.de    Optima 1024 VGA zoom
  315.  9/91 Gary E. Miller   GEM@cup.portal.com          Rabbit LLAPI
  316. 10/91 Michael A Shiels mshiels@masnet.uucp          FTP Packet Driver 1.10
  317. 10/91 Marcus Groeber   2:241/5609.1              DR DOS
  318. 11/91 Fridrik Skulason frisk@complex.is              more virus install checks
  319. 11/91 Christopher J Ambler cambler@cymbal.aix.calpoly.edu  FSBBS 2.0
  320. 12/91 Robin Walker     rdhw@phoenix.cambridge.ac.uk   new PS/2 keyboard funcs
  321.  1/92 Krzysztof Halasa khc@inf.pm.waw.pl          EMM386 executable header
  322.  1/92 Michael A Shiels mshiels@masnet.uucp          pcAnywhere IV/LAN, misc
  323.  1/92 Michael A Shiels mshiels@masnet.uucp          ISOLAN Multi-Protoc Sftwr
  324.  1/92 Michael A Shiels mshiels@masnet.uucp          PCW Weather Card, FaxBIOS
  325.  1/92 Jan-Pieter Cornet john@pc.hacktic.nl          DR-DOS CDS & misc
  326.  1/92 Frank Vorstenbosch akcs.kingswood@hpcvbbs.cv.hp.com  Kingswood TSR API
  327.  1/92 Jacob Rieper     73377.1220@compuserve.com      DR-DOS 6.0 TaskMAX
  328.  1/92 Fridrik Skulason frisk@complex.is              more viruses, std names
  329.  1/92 Tim Farley       tim@magee.mhs.compuserve.com   Microsoft EMM386.EXE
  330.  1/92 Alexi Lookin     alexi@riaph.irkutsk.su          NetWare TBMI 2.0
  331.  1/92 Ralf Brown       ralf@telerama.lm.com          more QEMM API
  332.  1/92 Tim Farley       tim@magee.mhs.compuserve.com   more PS/x model IDs
  333.  1/92 Kevin Gillett    1:153/101              SOLLEX SuperVGA extnsions
  334.  1/92 Michael A Shiels mshiels@masnet.uucp          B.Antoine ST-01 SCSI.SYS
  335.  1/92 Michael A Shiels mshiels@masnet.uucp          ASPI,ASPITAPE,Canon SI3
  336.  1/92 Michael A Shiels mshiels@masnet.uucp          Win3 INT 2F/40, misc
  337.  2/92 Michael A Shiels mshiels@masnet.uucp          miscellany
  338.  2/92 Dan Bodoh           danb@bunt.sps.mot.com          DVSIXDI
  339.  2/92 Gary E. Miller   GEM@cup.portal.com          more Btrieve API
  340.  2/92 Ralf Brown       ralf@telerama.lm.com          TKERNEL private API
  341.  2/92 Ralf Brown       ralf@telerama.lm.com          PC Paint Plus 2.0
  342.  2/92 Tamura Jones     2:512/36.7              Windows3 VTD.386, misc
  343.  3/92 Frank Vorstenbosch akcs.kingswood@hpcvbbs.cv.hp.com  more Kingswood API
  344.  3/92 Michael A Shiels mshiels@masnet.uucp          MBBIOS
  345.  3/92 Ralf Brown       ralf@telerama.lm.com          DPMILOAD API
  346.  3/92 Joseph Gil       yogi@cs.technion.ac.il          HP 95LX
  347.  3/92 Ralf Brown       ralf@telerama.lm.com          386MAX 6.0 API
  348.  3/92 Fyodor Evseev    Ted@ppicnit.perm.su          AutoCAD Digitizer ADI
  349.  3/92 Tim Farley       tim@magee.mhs.compuserve.com   Advanced Power Management
  350.  4/92 Tamura Jones     2:512/36.7              PGS1600.DEV
  351.  4/92 Andrew Rossmann  andyross@infopls.chi.il.us     SMARTDRV v4.00, QEMM
  352.  4/92 Tamura Jones     2:512/36.7              METZTSR.COM
  353.  4/92 Tamura Jones     2:512/36.7              Vanderaart txtwin,DR MDOS
  354.  4/92 Dan Bodoh           danb@bunt.sps.mot.com          DESQview/X .DVP file
  355.  5/92 William Peavy    70042.2310@CompuServe.COM      Borland FP shortcuts
  356.  5/92 Ralf Brown       ralf@telerama.lm.com          FGDRIVER v1.10
  357.  5/92 Tim Farley       tim@magee.mhs.compuserve.com   Vedit VSWAP, NG.EXE
  358.  6/92 Dan Fandrich     shad04@ccu.umanitoba.ca          BitFax scheduler
  359.  6/92 Tamura Jones     2:512/36.7              more New EXE, AD-DOS.COM
  360.  6/92 Tim Farley       tim@magee.mhs.compuserve.com   LANtastic v4.1
  361.  6/92 Francis Turner FTURNER@madge.MHS.CompuServe.COM AX (Japanese AT) calls
  362.  6/92 John Fa'atuai    frotz@novell.com              DR Multiuser DOS
  363.  6/92 Andy Hakim       cosc16to@menudo.uh.edu          Smooth Mouse Driver
  364.  7/92 Michael A Shiels mshiels@masnet.uucp          License Server API,misc
  365.  7/92 Tim Farley       tim@magee.mhs.compuserve.com   Novell Netware shell
  366.  7/92 Carlos M. de Sousa Antunes L31546@beta.ist.pt   MS Mouse driver
  367.  7/92 Ralf Brown       ralf@telerama.lm.com          DESQview/X socket API
  368.  8/92 Jacob Rieper     73377.1220@compuserve.com      SETDRVER, more DR-DOS
  369.  8/92 Richard A Plinston  Auckland, New Zealand          Europ.DOS4.0,DR DOS Plus
  370.  8/92 Richard A Plinston  Auckland, New Zealand          Acorn BBC Master 512
  371.  8/92 Serge Pachkovsky ps@comcen.nsk.su              PC-MOS/386 v3.0
  372.  8/92 Aki Korhonen     aki@holonet.net              Seagate disk BIOS
  373.  8/92 Chris Hall       CAH17@phx.cam.ac.uk          misc
  374.  8/92 Michael A Shiels mshiels@masnet.uucp          MTEZ XpressFax
  375.  8/92 Tamura Jones     2:512/36.7              Control Hostess i/ISA
  376.  8/92 Patrick Ibbetson ibbetson@nes.nersc.gov          NEL Electronics BIOS
  377.  9/92 Patrick Ibbetson ibbetson@nes.nersc.gov          SCREENR, Cirrus chipsets
  378.  9/92 Tamura Jones     2:512/36.7              FlashTek X-32VM
  379.  9/92 Ben Myers           0003571400@mcimail.com          more NCR 77C22 chip modes
  380.  9/92 Dan Fandrich     shad04@ccu.umanitoba.ca          more Future Domain SCSI
  381.  9/92 Michael A Shiels mshiels@masnet.uucp          PC/TCP syscall names
  382.  9/92 A. Peter Blicher Oakland, CA              Genoa Super EGA
  383.  9/92 Tim Farley       tim@magee.mhs.compuserve.com   misc
  384.  9/92 Riku Meskanen    riku@tuura.icl.fi          ArtiCom
  385. 10/92 Jack Ridgway     1:3632/4.13              VMiX API
  386. 10/92 Tim Farley       tim@magee.mhs.compuserve.com   misc
  387. 10/92 Alexi Lookin     alexi@riaph.irkutsk.su          more NetWare, VIDRAM
  388. 10/92 Harry Sumar      ptsoft@glas.apc.org          Linear Executable
  389. 10/92 Tim Farley       tim@magee.mhs.compuserve.com   XGA
  390. 11/92 Michael A Shiels mshiels@masnet.uucp          Columbia Data Prod SDLP
  391. 12/92 Igor Sysoev      sysoev@gate.dialnet.msk.su     HIMEM.SYS v2.77
  392. 12/92 Aaron Emigh      aaron@iit.com              After Dark API correctns
  393. 12/92 Tim Farley       tim@magee.mhs.compuserve.com   SilverNET,DECnet,NetWare4
  394. 12/92 Bent Lynggaard   lynggaard@risoe.dk          misc video
  395. 12/28 Kyle Rogers      70650.3316@compuserve.com      DOS LAN Requester
  396. 12/92 Gary E. Miller   GEM@cup.portal.com          WD90C video chipset
  397.  1/93 Frank Klemm      pfk@rz.uni-jena.de          Diamond Speedstar 24X
  398.  2/93 Geoff Chappell   cix.compulink.co.uk!geoffc     var. undoc DOS behavior
  399.  2/93 Dr. David Bailey Salford, England              DBOS API
  400.  2/93 Tim Farley       tim@magee.mhs.compuserve.com   more Novell LSL API
  401.  3/93 Rainer Schuetze  2:2402/330              dLite API
  402.  3/93 Michael A Shiels mshiels@masnet.uucp          LAN Manager Enhanced DOS
  403.  3/93 A Padgett Peterson padgett%tccslr.dnet@uvs1.orl.mmc.com  ROM debugger
  404.  3/93 Ian Oliver       cross@cix.compulink.co.uk      SCSILink API
  405.  3/93 Richard Talon    71005.1523@CompuServe.COM      XVIEW hypertext viewer
  406.  3/93 Tamura Jones     2:512/36.7              IBMSND driver
  407.  3/93 Grant Echols     76247.2232@CompuServe.COM      undoc Novell NetWare
  408.  3/93 George L. Fulk   fulkgl@vnet.IBM.COM          OS/2 2.x VDMs, FAPI
  409.  3/93 Andrew Schulman  76320.302@CompuServe.COM          Novell DPMS
  410.  3/93 Dan Fandrich     ubc-cs!merlin!fch!dan          more Future Domain SCSI
  411.  3/93 Konstantin Kisurin  kkk@toi.kiev.ua          more 386MAX
  412.  4/93 Arne Schapers                      DR-DOS details
  413.  4/93 Geoff Chappell   cix.compulink.co.uk!geoffc     DOS4 ExtAttrib support
  414.  4/93 Morten Welinder  terra@diku.dk              miscellaneous
  415.  4/93 Tim Farley       tim@magee.mhs.compuserve.com   PS/2 INT 15,INT 16
  416.  4/93 Xavier Cabelle   xavier.caballe@abaforum.es     TFPCX driver interface
  417.  4/93 Michael A Shiels mshiels@masnet.uucp          more OS/2 Family API
  418.  4/93 Chris Dunford    76703.2002@compuserve.com      Cove Software programs
  419.  5/93 Dmitry Stefankov wizard@npi.msu.su          more DOS 3 SDA fields
  420.  5/93 Stephan Wolf     swolf@skd.de              SK-UPPS DLI API
  421.  5/93 Dmitry Stefankov wizard@npi.msu.su          Soft-ICE v2.5x
  422.  5/93 Mikael Rydberg   Sweden                  Cirrus/UM587/etc vidmodes
  423.  5/93 Michael A Shiels mshiels@masnet.uucp          more BAPI,Frieze,ANSIPLUS
  424.  5/93 Steve Bromwich   cs9h1ssb@pyramid.swansea.ac.uk  MediaVision MVSOUND.SYS
  425.  6/93 Roeland Jansen   2:512/153.1              more PC-MOS/386 API
  426.  6/93 Ralf Brown       ralf@telerama.lm.com          FAST! v5 API
  427.  6/93 Ralf Brown       ralf@telerama.lm.com          CEMM v5.10,v5.11
  428.  6/93 Jens Vollmar     Erlangen, Germany          Trident/C&T video, misc
  429.  6/93 Victor Forsyuk   forth@samsoby.cs.kiev.ua          MX5 Extended FOSSIL
  430.  6/93 Michael A Shiels mshiels@masnet.uucp          Blank-It, TSRCOMM
  431.  6/93 Michael A Shiels mshiels@masnet.uucp          VxD, Al William's WINX
  432.  6/93 Mark Aitchison   PHYS169@csc.canterbury.ac.nz   ScanBoot, partition types
  433.  6/93 Warner Young     Net-Source, Santa Clara, CA    SilverNET, misc DOS int.
  434.  7/93 Wim Osterholt    2:512/56                  PORTS.LST
  435.  7/93 Aki Korhonen     aki@holonet.net              Cirrus Logic BIOS
  436.  7/93 Alexi Lookin     alexi@riaph.irkutsk.su          Realtek RTVGA
  437.  7/93 Alexi Lookin     alexi@riaph.irkutsk.su          Phar Lap .EXP headers
  438.  7/93 Jean-Francois Larvoire larvoire@hp6300.desk.hp.com  HP HIL Vectra BIOS
  439.  7/93 Ralf Brown       ralf@telerama.lm.com          386MAX v7.00/QEMM v7.01
  440.  7/93 Joe Souza           Webcorp, Sausalito, CA          WEB API
  441.  7/93 Michael Hung   mhkhung@electrical.watstar.uwaterloo.edu  PharLap 386/DOSX
  442.  8/93 John Howells     100031.353@compuserve.com      EMS,XMS,VCPI,DPMI bugs
  443.  8/93 Tim Farley       tim@magee.mhs.compuserve.com   PCMCIA Socket Services
  444.  8/93 Dan Bodoh           danb@bunt.sps.mot.com          DESQview internal data
  445.  9/93 Gary E. Miller   GEM@cup.portal.com          Diamond Stealth 24X
  446.  9/93 Frank Vorstenbosch  prompt@hacktic.nl          more Kingswood API, misc
  447.  9/93 Phil Rea           PhilRea@sound.demon.co.uk      TopWare Network OS
  448.  9/93 Andreas Westfeld westfeld@freia.inf.tu-dresden.de Olivetti Quaderno
  449.  9/93 Alexi Lookin     alexi@riaph.irkutsk.su          Avance Logic, C&T video
  450.  9/93 Inbar Raz           2:401:100.1              Juko UNIQUE UX, misc
  451.  9/93 Gary E. Miller   GEM@cup.portal.com          Phar Lap 386|DOS-Ext.
  452. 10/93 Ralf Brown       ralf@telerama.lm.com          Compaq ROMs
  453. 10/93 Paolo Borsalino  100042.1206@CompuServe.COM     VSAFE
  454. 10/93 Marco Savegnago  MC2365@mclink.it              MBBIOS updates, G8BPQ
  455. 11/93 Wim Osterholt    2:512/56                  Cirrus Logic BIOS 3.02
  456. 11/93 Dmitry S. Kohmanyuk  dk@farm.cs.kiev.ua          CS_TSR specification
  457. 12/93 Alex Novgorodcev san@riaph.irkutsk.su          AutoCAD Dev Interface
  458. 12/93 Christian Kaiser    100065.2574@compuserve.com    Windows debugging kernel
  459. 12/93 Colin Buckley    colin.buckley@CANREM.COM          UNCHAIN
  460. 12/93 Jeffrey L. Hayes IO91624@MAINE.maine.edu          Tandy BIOS calls
  461. 12/93 Finn Thoegersen  via jesperf@daimi.aau.dk          VESA XGA BIOS Extensions
  462.  1/94 David A. Mair    100137.264@COMPUSERVE.COM      NASI INT 6B calls
  463.  1/94 Bill Hawkins     73650.167@compuserve.com          Adv. Par. Port DAISY.SYS
  464.  1/94 Inbar Raz           2:401:100.1              VGARAM,HelpTSR,Lightning
  465.  1/94 James E Beersman jeb962t@nic.smsu.edu          HP and Compaq info
  466.  2/94 Peter van den Boogert  P.C.vdnBoogert@kub.nl    ZFAX v2.x, v3.01
  467.  2/94 Jesper Rene Frandsen jesperf@daimi.aau.dk          VESA XGA BIOS,misc video
  468.  2/94 Jesper Rene Frandsen jesperf@daimi.aau.dk          Husky Hunter 16 BIOS
  469.  2/94 Ciriaco Garcia de Celis  ciri@luna.gui.uva.es   CiriSoft, 2M
  470.  2/94 Wolfgang Lierz   Wolfgang.Lierz@gmd.de          Norton Utils v7, misc
  471.  2/94 Menno Pieters    aj132@freenet.hsc.colorado.edu DimVGA
  472.  3/94 Markus Lomb      Markus_Lomb@confusion.fido.de  bitFOSS,bitFOSSI,WDTSR
  473.  3/94 taQ Okazaki      CXB00750@niftyserve.or.jp      Windows Global EMM Import
  474.  3/94 Wolfgang Lierz   Wolfgang.Lierz@gmd.de          PCMCIA, Award PCDISK.EXE
  475.  3/94 Clinton Warren   CIW@MACOLA.usa.com          Novell XQL
  476.  3/94 Reidar Gresseth  gresseth@unixg.ubc.ca          Explosiv API
  477.  4/94 Uwe Zimmermann   u.zimmermann@genie.geis.com    Adv.Power Management v1.1
  478.  4/94 Thomas Brugger   fd1@aixfile1.urz.uni-heidelberg.de  NetWare VLMs & more
  479.  5/94 Wolfgang Lierz   Wolfgang.Lierz@gmd.de          Toshiba laptops,misc
  480.  5/94 Jan Beulich      Jan_Beulich@Novell.COM          DPMS v1.0
  481.  5/94 Ralf Brown       ralf@telerama.lm.com          Novell DOS 7 EMM386.EXE
  482.  5/94 Frank Kintrup    nico@uni-paderborn.de          FK TSR Utils, misc OS/2
  483.  5/94 Christian Franke franke@I1.Informatik.RWTH-Aachen.DE  redirector, Win3
  484.  5/94 Peter Claus Gutmann  pgut01@cs.aukuni.ac.nz     SFS (Secure FileSystem)
  485.  5/94 Wilbert van Leijen wilbert@dragons.nest.nl      ODIHLP, misc
  486.  
  487. Also contributing:
  488.  Dan Crocker <enchant@oliveb.ATC.OLIVETTI.COM>, George Smith <gbs@nsc.nsc.com>,
  489.  Shalom Krischer <actnyc!srk@uunet.UU.NET>, Greg Pasquariello <moss!picuxa!gp>,
  490.  Rich Goldschmidt <rlgvax!golds>, Marty Leisner <leisner@sdsp.mc.xerox.com>,
  491.  Dave Guggisberg <daveg@cv.hp.com>,Jonathan Story <jonathan@jspc.wimsey.bc.ca>,
  492.  Thomas Hundt <hundt@flash.bellcore.com>, Brad Templeton <brad@looking.on.ca>,
  493.  John Werner <aptr@tut.cc.rochester.edu>, Pete Fales <att!ttrde!pfales>,
  494.  David Herron <david@gonzo.twg.com>, Otto J. Makela <otto@jyu.fi>,
  495.  Risto Lankinen via Markku Savela <msa@clinet.fi>, Darryl Gregorash 1:140/86,
  496.  Skule Johansen <skule.johansen@avh.unit.no>, Bob Fehrenbach,
  497.  David Dyck <dcd@tc.fluke.COM>, Sylvan Butler <sbutler@hpdmd48.hp.com>,
  498.  Mark Davis <mad@merit.edu>, Sergio Fogel <fogel@haifasc3.vnet.ibm.com>,
  499.  James P. Kiely <kiely%lownlab@harvard.harvard.edu>, Kevin Gillett 1:153/160,
  500.  W.F. Schroeder <schroeder.pad@sni-usa.com>, <zlatuska@UDEL.EDU>,
  501.  Russ Nelson <nelson@sun.soe.clarkson.edu>,  Michael Ho <ho@fergvax.unl.edu>,
  502.  Ralph Heredia <att!attmail!rheredia>, Nelluri Reddy <reddy@uc.msc.umn.edu>,
  503.  Victor Poon <vipoon@sbcs.sunysb.edu>, Andrea Omodeo (Cilavegna, Italy),
  504.  Richard D. Morris <gu.morris@science.utah.edu>, RS Tse 3:700/1,
  505.  Mark Scase <coa44@keele.ac.uk>, Erik Liljencrantz <d88-eli@nada.kth.se>,
  506.  Mark Seiffert <marks%%mgse@rex.cs.tulane.edu>, Lewis Paper (Minnesota),
  507.  Marco Lumachi <RARCHI06@IMIPOLI.BITNET>, Michael Dickson <mcd@ccsitn.att.com>,
  508.  Andrew Torda <torda@igc.ethz.ch>, Madis Kaal 2:490/30 <mast@ce.ttu.ew.su>,
  509.  Paul Williamson <pwilliamson@drzeus.qualcomm.com>, Jan Ceuleers 2:295/27,
  510.  James Birdsall <jwbirdsa@picarefy.picarefy.com>, Guenther Thiele (Austria),
  511.  Joe Morris <jcmorris@MWUNIX.MITRE.ORG>, Jim Peterson <jpeterso@vtssi.vt.edu>,
  512.  Edwin Floyd <76067.747@CompuServe.COM>, James West 1:140/26, David G. Thomas,
  513.  Simon Phipps <sphipps@cix.compulink.co.uk>, ecleton@bilftp.bouw.tno.nl,
  514.  Glen Kriekenbeck <glenk@East.Sun.COM>, Dave Andrews <bilver!dandrews@aii.com>,
  515.  John P. Vias <72260.1601@CompuServe.COM>, Brian Leeming (Surrey, England),
  516.  Naota Kimura <abcscnuk@csuna.csun.edu>,George W. Pogue <gwp@trsvax.tandy.com>,
  517.  Michael L. Kaufman <kaufman@eecs.nwu.edu>, John Jurewicz 76004.2311,
  518.  Michael D. Lawler <mdlawler@bsu-cs.bsu.edu>, Norbert Juffa (Karlsruhe, FRG),
  519.  Chris Blum <76625.1041@compuserve.com>,David Fink <73700.3076@compuserve.com>,
  520.  Klaus Hartnegg <hartnegg@sun1.ruf.uni-freiburg.de>, Thomas Lukka 2:227/16,
  521.  Norbert Sommer <100016.1241@compuserve.com>, John.Brennen@VI.RI.CMU.EDU,
  522.  Paul van Keep <75170.1045@compuserve.COM>,John B. Thiel <jbthiel@cse.ogi.edu>,
  523.  Ken Medellin via <76702,1071@compuserve.com>, Bob Green <bob@inmos.co.uk>,
  524.  Leonard Erickson <70465.203@CompuServe.COM>, Robert Chafer (Salford, England),
  525.  Carl Schelin <tcs@mailer.jhuapl.edu>,Dave Kirsch <Dave_Kirsch@mindlink.bc.ca>,
  526.  Michael S. Stratoti <tmstrato@king.mcs.drexel.edu>, Marc Scholtis 2:281/701.2,
  527.  Sean Lin (Midland, MI), John Villalovos <villalj@instruction.CS.ORST.EDU>,
  528.  Claude Marche <marche@lri.lri.fr>, Carlos Antunes <cma@eniac.inesc.pt>,
  529.  Drake Koefoed (Eugene, OR), Rehn-Lieh Lin <rllin@paradise.ccl.itri.org.tw>,
  530.  Mark T Garlanger <garlangr@ecn.purdue.edu>, J. B. Gill <JBG@arlan.byu.edu>,
  531.  Frank Behrens (Dresden, Germany), Bruce Gingery 1:310/5.1, John Navas,
  532.  Johan Zwiekhorst 2:292/100, Klaus Fischer 2:243/64, Steve Grant (New Jersey),
  533.  Jeff Pipkins <pipkins@cpqhou.se.hou.compaq.com>, Nemrod Kedem 2:403/138,
  534.  Brett Warthen <73270.405@compuserve.com>, Thomas Dwyer <tomiii@mtu.edu>,
  535.  Brian.McGuinness@nirvonics.com, Mitch Davis 3:634/384.6, Steve Halko 1:365/12,
  536.  noesis@ucscb.UCSC.EDU, Timo Salmi <ts@uwasa.fi>, Jack Alvrus (Florida),
  537.  Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>, Pete Peterson,
  538.  Alex Fedorov <inex@telebox.tele.fi>, Frank-Christian Kruegel 2:240/300.44,
  539.  Heath Ian Hunnicutt <heathh@cco.caltech.edu>, Stefan Gustafsson <sg@diab.se>,
  540.  Janos Haide <JHAIDE.NOVELL@sjfsmtp.novell.com>, Stan Brown <brown@ncoast.org>,
  541.  Serge Krupa <krupa@eig.unige.ch>, Tom Rawson <75300.210@compuserve.com>,
  542.  Edwin Cleton 2:512/1007.2, Martin Wilde 2:247/352.2, Ed Palmer 1:140/1,
  543.  Carlos Rioja <CarlosRioja@cpd.uva.es>,Torbj|rn Lindgren <tl@etek.chalmers.se>,
  544.  Jens Bleuel <100064.1757@CompuServe.COM>, <David_Markun@crd.lotus.com>,
  545.  Dmitry Ablov <abl@ablov.comrel.msk.su>, Gianni Albóre (Taranto, Italy),
  546.  Nigel Bree <nigel@mwc.com>, Bob Aitchison via 76244.726@compuserve.com,
  547.  Serge Pachkovsky <ps@comcen.nsk.su>, <Tim_-_Otholt@cup.portal.com>,
  548.  Francis Turner <FTURNER@madge.MHS.CompuServe.COM>, kevinc@kpc.com,
  549.  Vsevolod M. Shabad 2:5020/75.13,Peter van den Boogert <P.C.vdnBoogert@kub.nl>,
  550.  Gordon Edwards <gedwards@ncratl.atlantaga.ncr.com>, John_Spinks@novell.com,
  551.  Jose R. Rodriguez Santia <100012.364@CompuServe.COM>,KUCHTA@dcse.fee.vutbr.cs,
  552.  Michael Bootz <bootz@physik.uni-kl.de>,Sergey Danilov <victor@rodnik.msk.su>,
  553.  Harald Langhammer <100114.114@compuserve.com>, Bert Baker (Texas),
  554.  Gino Lucrezi <lucrezi@dsiaq1.ing.univaq.it>, Yousuf Khan 1:163/215.6,
  555.  James Berry <jfb292@ecs.southampton.ac.uk>, Everett C. Johnson 70631,16,
  556.  Jerzy Tarasiuk <JT@zfja-gate.fuw.edu.pl>, Roman Rutman <jbari@CCSG.TAU.AC.IL>,
  557.  Lutz Schroer <hmls@IDEFIX.RZ.TU-CLAUSTHAL.DE>, Per-Eric Larsson 2:203/410.15,
  558.  Otto-Michael Braun <omb@ahobln.br.schule.de>, Martin Winkler 2:2402/330.6,
  559.  Scott C. Pedigo <100020.723@CompuServe.COM>, Ed Mulroy 70007.4630,
  560.  Frank van der Linden <vdlinden@fwi.uva.nl>, Ben Castricum <benc@htsa.aha.nl>,
  561.  Andrei Tsyganenko <ANDY@GODZILLA.UMD.EDU>, Jeremy.Laidman@cowan.EDU.AU,
  562.  Brian Long <BLONG@boruk.mhs.compuserve.com>, John_Murphy@perftech.com,
  563.  Peter Singer <100024.1603@CompuServe.COM>, Martin Shipley <martin@buss.co.uk>,
  564.  Jiri Kuchta <kuchta@dcse.fee.vutbr.cs>, Pavel Shtemenko <pasha@opi.odessa.ua>,
  565.  Paul Ratcliffe <70630.647@compuserve.com>, Ivan Martinez 4:801/6,
  566.  David Woolley <100121.53@compuserve.com>,Paul Vojta <vojta@math.berkeley.edu>,
  567.  Mark T. Vitt <70053.2236@compuserve.com>, Ronald Lokker <rlokker@fys.ruu.nl>,
  568.  Nico E. de Vries <nevries@aip.nl>, Riku Saikkonen <riku.saikkonen@compart.fi>,
  569.  David J. Craig <73313.1610@compuserve.com>, Peter <d91-pbr@nada.kth.se>,
  570.  Igor Khasilev <igor@petre.odessa.ua>, Anthony Naggs <amn@ubik.demon.co.uk>,
  571.  Pybe Faber <postdo@duttncb.tn.tudeflt.nl> (shared acct), cmuelle@eos.ncsu.edu,
  572.  Zhaoyuan Zhang (via Youjun Luo <luo@informatik.uni-wuerzburg.d400.de>),
  573.  Holger Genz (via volker@bsd-home.iam.uni-bonn.de), Thomas Valjak 2:245/1803,
  574.  Wonyong Koh <f7wyk@chem.krict.re.kr>, Igor V. Krasikov <kiv@kiv.kiev.ua>,
  575.  Andreas Groegel <groegeas@minnie.informatik.uni-stuttgart.de>,
  576.  Wolfgang Lorenz <100112.220@CompuServe.COM>, michael_rothman@VNET.IBM.COM,
  577.  Thomas Brugger <fd1@aixfile1.urz.uni-heidelberg.de>,
  578.  Yinrong Huang <HUANGY@SLUVCA.SLU.EDU>, David.Bourgin@babbage.imag.fr,
  579.  Christoph Fischer <Fisher@rz.uni-karlsruhe.de>, Peter_Schuette@ks.fido.de,
  580.  David Perry <davep@demon.csd.unsw.EDU.AU>,Yury Semenov <yury@petre.odessa.ua>,
  581.  Bill Potvin II <70540.120@compuserve.com>, Jordi Mas <jordi@qdeck.com>,
  582.  Chad Robinson <crobinso@vaxc.stevens-tech.edu>,
  583.  Martin Trnovec <umertrno@savba.savba.sk>
  584. --------!---BIBLIOGRAPHY---------------------
  585. Information on Tseng/Ahead/Paradise EGA video modes from a list posted by
  586. Dan Kegel 3/87.
  587.  
  588. Information on the INT 10h functions supported by the EGA BIOS was derived
  589. from the article "Graphic Enhancement" found in the April 1985 _PC Tech
  590. Journal_, pages 58ff., and is marked with the string (EGA). jrh.
  591.  
  592. Information on functions unique to the Portable PC and the Convertible was
  593. derived from a similar list compiled by David E. Powell, and added by
  594. Ralf Brown 11/14/87.
  595.  
  596. Information on LIM EMS 3.2 functions was derived from _Advanced_MSDOS_, by
  597. Ray Duncan. Added by Ralf Brown 11/19/87.
  598.  
  599. Information on LIM EMS 4.0 functions was derived from the transcription of
  600. the specification by Dick Flanagan.  Added by Ralf Brown, 11/20/87.
  601.  
  602. Some of the information on MCGA/VGA BIOS calls was derived from _Byte_,
  603. Volume 12 Number 12.
  604.  
  605. Various and sundry info on which machines support which calls was derived from
  606. the BIOS comparison in _Byte_, Volume 12 Number 12 and added by Ralf Brown,
  607. 1/4/88.
  608.  
  609. COMPAQ DOS 3.31 INT 25/26 from a posting by John Lefor, 1/25/88.
  610.  
  611. TopView INT 15/AH=12h info from macro definitions by Daniel T. Travison Jr.
  612. Added 3/4/88.  Some additional TopView INT 15 info gleaned from "glue" routines
  613. by John Navas.
  614.  
  615. Quarterdeck's flyer on its overpriced API specs and tools provided sufficient
  616. clues as to functionality to allow figuring out a large number of DESQview
  617. INT 15h calls.
  618.  
  619. MS Mouse driver calls derived from PC Magazine, Vol 6 #13.  Added 3/29/88.
  620.  
  621. Non-video PS/2 BIOS calls derived from _IBM_ROM_BIOS_ by Ray Duncan.
  622. Added by Ralf Brown, 7/6/88.
  623.  
  624. EEMS function calls derived from PC Tech Journal, May 1987.  Added by Ralf
  625. Brown, 7/11/88.
  626.  
  627. The list of functions used by Novell NetWare was taken from Novell's
  628. "NetWare Function Call Reference".
  629.  
  630. PC Mouse information derived from the "PC Mouse Reference Manual version 4.00"
  631.  
  632. 10-Net INT 6Fh information derived from "10-Net Reference Manual version 2.0"
  633.  
  634. APPC/PC INT 68h information derived from "Advanced Program-to-Program
  635. Communication for the IBM Personal Computer, Programming Guide", second
  636. edition, Dec 1986.
  637.  
  638. CD-ROM function call information derived from "Microsoft MS-DOS CD-ROM
  639. Extensions Function Requests", dated May 28, 1988.  Added by Ralf Brown,
  640. 9/19/88.
  641.  
  642. Novell NetWare function names from a 9/23/88 post by Marc Guyott
  643. <mguyott@mirror.TMC.COM>.  Added by Ralf Brown, 9/30/88.
  644.  
  645. Miscellaneous data structures contributed by Helmut Waelder derived from
  646. descriptions in _MS-DOS_Encyclopedia_.
  647.  
  648. Additional 10-Net INT 6F info from 10-Net version 3.3.10.
  649.  
  650. Additional Novell NetWare info from "Advanced NetWare 2.0 Reference".
  651.  
  652. Three miscellaneous calls from an info package by Dave Williams.  I do wish
  653. he'd given this list more credit than
  654.    "various text files downloaded from BBS systems - INTERRUP.ARC, BIOSDOS.ZOO,
  655.    DOSINFO.ARC, DOSERROR.DOC, DOSTIPS.TXT, etc."
  656. considering that most of his interrupt listing is derived from this one (a
  657. majority of that with only formatting changes), AND he's asking a $15 shareware
  658. registration [newer versions do give better credit].
  659.  
  660. Compaq speed setting calls derived from the Compaq DeskPro 386 Technical
  661. Reference Guide.
  662.  
  663. TesSeRact RAM-resident API calls derived from the documentation to the 
  664. TesSeRact library v1.0, available on BBSs as TESS_10.ARC.  Added by Ralf Brown,
  665. 11/29/88.
  666.  
  667. Various extended VGA video modes from PC Tech Journal, Jan 1989.  Added by Ralf
  668. Brown, 1/6/89.
  669.  
  670. HLLAPI functions derived from PC Tech Journal, Jan 1989.  Added by Ralf Brown,
  671. 1/7/89.
  672.  
  673. Virtual Control Program Interface functions derived from "Virtual Control 
  674. Program Interface, Revision 1.0, December 1987", copyright Phar Lap Software
  675. and Quarterdeck Office Systems.     Added by Ralf Brown, 2/21/89.    Available for
  676. free by writing to Bob Moote, VCPI Coordinator, Phar Lap Software, Inc.,
  677. 60 Aberdeen Ave, Cambridge, MA 02138.
  678.  
  679. DOS 4.0 calls submitted by Helmut Waelder are largely derived from _Advanced_
  680. _MSDOS_Programming_, by Ray Duncan, Second Edition.
  681.  
  682. pcANYWHERE API functions derived from the pcANYWHERE v2.10 User's Guide. 4/7/89
  683.  
  684. Communicating Applications Specification API derived from "DCA/Intel 
  685. Communicating Applications Specification, Version 1.0A", Sep 1988, copyright
  686. Digital Communications Associates, Inc and Intel Corp.    Added by Ralf Brown,
  687. 4/18/89.  Available on Intel's BBS at 503-645-6275.
  688.  
  689. Image Processing Interface API derived from "Intel Image Processing Interface
  690. Specification, Version 1.0", copyright 1989 Intel Corp.     Added by Ralf Brown,
  691. 4/19/89.  Available on Intel's BBS at 503-645-6275.
  692.  
  693. More TesSeRact RAM-resident API calls derived from the documentation to the 
  694. TesSeRact library v1.1.     Added by Ralf Brown, 4/30/89.
  695.  
  696. CD-ROM 2.10 function calls derived from "Microsoft MS-DOS CD-ROM Extensions
  697. Function Requests Specification, 29 March 1989".  Added by Ralf Brown, 6/2/89.
  698.  
  699. Video7 VGA extended INT 10 calls derived from Video Seven VGA Technical
  700. Reference Manual, dated 6/30/88.
  701.  
  702. Additional video modes gleaned from configuration file for FRACTINT v8.0.
  703. Added by Ralf Brown, 6/26/89.
  704.  
  705. A variety of notes inspired by the 12/16/88 version of the MSDOS reference
  706. by Dave Williams.  Added 7/30/89.
  707.  
  708. Additional video modes gleaned from configuration file for VPIC v2.0.  Added by
  709. Ralf Brown, 9/2/89.
  710.  
  711. Btrieve API derived from the Btrieve Reference Manual, Rev. 2.0.  Added 9/7/89.
  712.  
  713. The Hercules GraphX manual, edition 2.1. Aug 1986, was used to fill in gaps
  714. in coverage.  Info added 9/7/89.
  715.  
  716. Banyan VINES info summarized from _VINES_Programmer's_Interface_(DOS)_, June88
  717. revision, provided by Barry Burke <Barry=Burke%3PM%Banyan@thing.banyan.com>.
  718. Added by Ralf Brown, 11/89.
  719.  
  720. ZIPKEY programmatic interface extracted from ZIPKEY documentation.  Added by
  721. Ralf Brown, 12/15/89.
  722.  
  723. File sharing behavior from July 1987 PC Tech Journal.  Added by Ralf Brown,
  724. 12/21/89.
  725.  
  726. Inset API derived from "Inset Extended Specification" 11/23/88 by Inset Systems
  727. Added 1/4/90.
  728.  
  729. EMS4 hardware configuration info data format cribbed from
  730. "MS-DOS Extensions Quick Reference" by Ray Duncan.  Added 1/4/90.
  731.  
  732. PC-IPC API from PC-IPC documentation.  Added by Ralf Brown, 1/5/90.
  733.  
  734. Imtec and Genoa 6400 video modes from VPIC v2.3 config files.  Added by Ralf
  735. Brown, 1/12/90.
  736.  
  737. LANtastic API info derived from "LANtastic (tm) Network Operating System
  738. Technical Reference Manual", provided by Edwin Floyd <76067.747@CompuServe.COM>
  739. Added by Ralf Brown, 1/90.
  740.  
  741. Phar Lap 386/DOS-extender API extracted from Phar Lap's manual.     Added 1/90.
  742.  
  743. IBM 3270 Workstation Program API derived from "IBM 3270 Workstation Program
  744. Version 1.10, Programming Guide", dated December 1987.    Added 2/90.
  745.  
  746. VESA SuperVGA BIOS extensions derived from Dr. Dobb's Journal, April 1990.
  747. Added by Ralf Brown, 3/25/90.
  748.  
  749. Additional undocumented DOS 4 info gleaned from _Developing_Applications_Using_
  750. _DOS_, by Christopher, Feigenbaum, and Saliga.    Added by Ralf Brown, 3/29/90
  751. and 3/31/90.
  752.  
  753. TAME v2.30 data structure provided by David G. Thomas.    Added 5/26/90.
  754.  
  755. OS/386 API call names extracted from _Extending_DOS_ by Ray Duncan et al.
  756. Added by Ralf Brown, 5/27/90.
  757.  
  758. Network Driver Interface Specification 2.0.1 calls extracted from the May 18,
  759. 1990 draft of the spec.     Added by Ralf Brown, 6/7/90.
  760.  
  761. Additional Phar Lap 386/DOS-Extender calls extracted from _Extending_DOS_.
  762. Added by Ralf Brown, 6/8/90.
  763.  
  764. Even more video modes derived from VPIC 2.8 configuration files.  Added by
  765. Ralf Brown, 6/8/90.
  766.  
  767. DOS Protected Mode Interface version 0.9 API from the May 15,1990 version of
  768. the specification.  Intel Corp. order number 240763-001.  Added by Ralf Brown,
  769. July 13-14, 1990.
  770.  
  771. MSWindows INT 2F/AH=16h info gleaned from Microsoft Windows 3.0 Device Driver
  772. Kit and the March 1990 issue of Computer Language.  Added 7/17/90.
  773.  
  774. Tseng ET4000 chipset mode info from _ET4000_Graphics_Controller_Data_Book_ by
  775. Tseng Labs, Inc., Newtown, PA (215)968-0502.  Added 7/25/90.
  776.  
  777. Additional Packet Driver API calls extracted from version 1.09 of the "PC/TCP
  778. Packet Driver Specification" Sept 14, 1989, by FTP Software, Inc.,
  779. 26 Princess St, Wakefield, MA 01880-3004.  Added by Ralf Brown, 8/29/90.
  780.  
  781. Additional Netware 3.01 shell calls from "Professional Development Series
  782. Bullets" Volume 2, Number 5 (June 1990).  Added 9/90.
  783.  
  784. Video FOSSIL INT 14 API extracted from Fidonet document FSC-0021 version 1.00
  785. by Rick Moore, dated May 23, 1988.  Added by Ralf Brown, 9/12/90.
  786.  
  787. Additional DESQview API info (mostly for v2.2+ calls) extracted from
  788. _DESQview_API_Reference_, provided by Quarterdeck Office Systems,150 Pico Blvd,
  789. Santa Monica, CA 90405.     Added by Ralf Brown, 9/90.
  790.  
  791. LANtastic v3.0 calls derived from the online "LANtastic (tm) Network Operating
  792. System Technical Reference Manual", file date 6/13/90.    Added by Ralf Brown,
  793. 10/6/90.
  794.  
  795. Additional DECnet DOS INT 69/INT 6A info derived from the "DECnet DOS
  796. Programmer's Reference Manual" (AA-EB46C-TV).  Added 10/13/90.
  797.  
  798. Carbon Copy Plus API derived from the Carbon Copy Plus user's manual.  Added
  799. 11/2/90.
  800.  
  801. CMC International SCSI driver TARGA.DEV API derived from its source code.
  802. Added 11/2/90.
  803.  
  804. Everex Viewpoint VGA calls derived from Everex Viewpoint Owner's Manual and
  805. Reference Guide, version 1.0.  Added 11/3/90.
  806.  
  807. VESA SuperVGA BIOS 1.1 extensions extracted from VESA standard #VS900602.
  808. Added by Ralf Brown, 12/9/90.
  809.  
  810. PCSpool API derived from PC Magazine, Vol 10 Number 1 (Jan 15,1991).  Added
  811. 12/20/90.
  812.  
  813. STARLITE calls derived from _General_Software_Project_STARLITE_Architecture_
  814. _Specification_, Final Draft, October 1, 1990, provided by Stephen Jones
  815. of General Software.  Added by Ralf Brown, 1/5/91.
  816.  
  817. Communicating Applications Specification v1.2 information extracted from
  818. "DCA/Intel Communicating Applications Specification Version 1.2" dated 9/27/90
  819. (Intel part number 301812-004) and available from the Intel BBS at
  820. (503)645-6275.    Added by Ralf Brown, 2/23/91.
  821.  
  822. TBScanX v2.3 API extracted from the TBScanX documentation (Frans Veldman,
  823. ESaSS B.V., P.O. Box 1380, 6501 BJ Nijmegen, The Netherlands).    Added 3/12/91.
  824.  
  825. Novell IPX/SPX calls in part from an article by J. Vanderaart in the Dutch
  826. _LAN-Magazine_, issue #1, titled "IPX, de kabel in de knel".  Added 3/16/91.
  827.  
  828. Replacements for July 1987 info derived from
  829.     _80286_and_80287_Programmer's_Reference_Manual, Intel #210498-004
  830.     _IBM_ROM_BIOS_, Ray Duncan, "Programmer's Quick Reference Series"
  831.     _DOS_and_BIOS_Functions_Quick_Reference_, Que
  832.     _The_MS-DOS_Encyclopedia_, Microsoft Press
  833.     _Advanced_MSDOS_, Ray Duncan (first edition, 1986)
  834.     _System_BIOS_for_IBM_PC/XT/AT_Computers_and_Compatibles_, Phoenix
  835.         Technical Reference Series
  836.     _PC_Tech_Journal, December 1984, April 1986, May 1986, and August 1988
  837.     _Programmer's_Journal_, v8 #1
  838.     _Byte_, v12 #12 (1987 Extra Edition)
  839. Information added by Ralf Brown, 3/91.
  840.  
  841. John J. Seal's BIOS Window Extension v1.1 API extracted from the May 1986 Dr.
  842. Dobb's Journal.     Added by Ralf Brown, 3/23/91.
  843.  
  844. Some additional NetWare data structures and flag values from _NetWare_System_
  845. _Interface_Technical_Overview_ by Novell.  Added by Ralf Brown, 3/24/91.
  846.  
  847. Alloy ANSK, NTNX, and MW386 calls summarized from information provided by
  848. Joseph G. Souza and Frank Gladu of Alloy Computer Products, Inc.  "Alloy and
  849. its employees are not to be held responsible for any errors which may be
  850. contained in the information provided."     Added by Ralf Brown, 4/91.
  851.  
  852. Windows 3.0 DOSX information from PC Magazine, Feb 26, 1991.  Added 4/22/91.
  853.  
  854. MultiDOS Plus API summarized from the on-line manual provided by Nanosoft, Inc.
  855. (available on the Nanosoft BBS at 508-650-9552).  Added by Ralf Brown, 4/91.
  856.  
  857. Replacements for July 1987 networking INT 2A calls gleaned from
  858.     _Networking_Software_, ed. Colin B. Ungaro (McGraw Hill), p265.
  859. Added by Ralf Brown, 5/8/91.
  860.  
  861. Common Access Method r2.3 calls and data structures extracted from "SCSI-2
  862. Common Access Method, Transport and SCSI Interface Module, Rev 2.3", dated
  863. February 25, 1991, by the Computer and Business Equipment Manufacturers
  864. Association (CBEMA).  Available from the SCSI BBS, (316)636-8700.
  865. Added by Ralf Brown, 6/7/91.
  866.  
  867. DOS Protected Mode Interface spec 1.0 calls extracted from _DOS_Protected_
  868. _Mode_Interface_(DPMI)_Specification,_Version_1.0_, dated March 12, 1991,
  869. Intel Corp. order number 240977-001.  Added by Ralf Brown, 6/11/91.
  870.  
  871. CD-ROM device driver request headers extracted from "Microsoft MS-DOS CD-ROM
  872. Extensions Hardware-Dependent Device Driver Specification" of 5 Aug 88.
  873. Added by Ralf Brown, 7/25/91.
  874.  
  875. Some DOS 5.0 information extracted from _Microsoft_MSDOS_Programmer's_
  876. _Reference_, ISBN 1-55615-329-5.  Added 7/28/91.
  877.  
  878. DOS 5.0 task switcher interface and misc other info extracted from _Microsoft_
  879. _Programmer's_Reference_, ISBN 1-55615-329-5.  Added by Ralf Brown, 8/3/91.
  880.  
  881. Turbo Debugger hardware breakpoint interface extracted from the Borland C++ 2.0
  882. file MANUAL.TNT.  Added by Ralf Brown, 8/4/91.
  883.  
  884. Various and sundry references from Michael Shiels:
  885.     Fundamentals of FOSSIL Implementation and Use, Draft Version 4
  886.         August 10, 1987; Vincent E. Perriello, VEP Software
  887.     FSC-0015
  888.         Fundamentals of FOSSIL Implementation and Use, Version 5
  889.         February 11, 1988; Rick More, Solar Wind Computing
  890.     FSC-0008
  891.     eXtended Memory Specification (XMS), version 2.0
  892.         July 19, 1988; Microsoft Corporation
  893.     Virtual DMA Services (VDS), Version 1.00
  894.         Printed July 16, 1990; Microsoft Corporation
  895.     Enhanced Expanded Memory Specification (Enhanced EMS), version 2.0
  896.         (020022-001 A), July 1986; AST Research, Quadram Inc., Ashton-
  897.         Tate
  898.  
  899. Additional video modes extracted from the VPIC v4.6 configuration files.
  900. Added by Ralf Brown, 9/14/91.
  901.  
  902. Japanese functions extracted from the January 1992 issue of _Windows/DOS_
  903. _Developer's_Journal_:
  904.     "Japanese Double Byte Character Processing", John G. Nelson, p23.
  905.     "Uncovering the NEC-9801 PC", John G. Nelson, p35.
  906. Added by Ralf Brown, 1/2/92.
  907.  
  908. Additional SMARTDRV info gleaned from "Programmer's Workbench", Dr. Dobb's
  909. Journal, January 1992.    Added by Ralf Brown, 1/4/92.
  910.  
  911. Miscellaneous tidbits found in Andrew Rossman's (andyross@infopls.chi.il.us)
  912. INFOPLUS v1.50 of January 1, 1992.  Added by Ralf Brown, 1/4/92.
  913.  
  914. Da Vinci eMail Dispatcher interface calls were extracted from the
  915. _Da_Vinci_Systems_Dispatcher_Development_Toolkit_ (Revision 2), dated
  916. 20 June 1990.  Added 1/7/92.
  917.  
  918. FaxBIOS calls and structures gleaned from the FaxBios sample source code
  919. including struct/enum .h files (dated 1 October 1991).    Added 1/8/92.
  920.  
  921. TaskMAX calls extracted from Digital Research Inc.'s DR DOS 6.0 TaskMAX API
  922. document.  Added by Ralf Brown, 1/16/92.
  923.  
  924. SOLLEX SuperVGA calls extracted from _SOLLEX_Super_VGA_Standard_ (Smos
  925. videO controLLer EXtensions), No. S03-SP-001-01, dated 9/23/91,
  926. copyright Seiko Epson Corp.  Added by Ralf Brown, 1/20/92.
  927.  
  928. RSIS information was found in "RSIS: Relocated Screen Interface Specification",
  929. available for free from V Communications, Inc. (see below).
  930.  
  931. "Strategies for Writing State-of-the-Art TSRs that exploit MS-DOS", Douglas
  932. Boling, Microsoft Systems Journal volume 7 number 1.
  933.  
  934. Advanced Power Management calls abstracted from _Advanced_Power_Management_
  935. _The_Next_Generation_, Version 1.0, by Intel Corporation and Microsoft Corp.
  936. Added by Ralf Brown, 3/31/92.
  937.  
  938. PGS1600.DEV info extracted from _PG1600_Display_Adapter,_Installation_and_
  939. _Reference_ First Edition, November 1987, P/N 0010216-101A by CornerStone
  940. Technology.  Added 4/10/92.
  941.  
  942. Borland debug info header was found in Borland's _Open_Architecture_Handbook_.
  943. Added by Ralf Brown, 4/14/92.
  944.  
  945. Several DR Multiuser DOS (Concurrent CP/M) calls found in "Multiuser DOS for
  946. Control Systems: Part I" by Richard Kryszak, Dr. Dobbs Journal, April 1992.
  947. Added 4/18/92.
  948.  
  949. Vanderaart text-windows API found in J. Vanderaart,"The Golden Btriever", LAN
  950. Magazine, July 1990, p. 85.  Added 4/18/92.
  951.  
  952. SuperVGA v1.2 info from _Super_VGA_BIOS_Extension_, standard #VS911022,
  953. October 22, 1991.  Added 5/6/92.
  954.  
  955. Additional partition types from a public domain list by Sean Goggin
  956. <sean@u36.kwnet.on.ca>.     Added 5/22/92.
  957.  
  958. XMS 3.0 calls were found in XMS30.TXT on the CompuServer MSLANG forum.
  959.  
  960. Vanderaart PC Thuis Shell calls extracted from the premiere (June/July 1990)
  961. issue of PC Thuis Power magazine, column "Voorheen Methode Vanderaart" by
  962. John Vanderaart.  Added 7/24/92.
  963.  
  964. Additional video modes extracted from the VPIC v5.0 configuration files.
  965. Added by Ralf Brown, 8/7/92.
  966.  
  967. Details on the NetWare API found in Novell's _NetWare_System_Calls--DOS_,
  968. Volume I and Volume II (item numbers 100-000571-002 and 100-000572-002,
  969. 1989).    Added by Ralf Brown, 9/92.
  970.  
  971. SNAP.EXE v3.2 API culled from the SNAP source code.  Added by Ralf Brown,
  972. 9/10/92.
  973.  
  974. FlashTek X-32VM calls extracted from the X-32VM manual of April 1, 1992.
  975.  
  976. Comtrol Hostess i/ISA interrupt usage from the
  977.  COMTROL HOSTESS i/ISA Programmer's Reference, First Edition, December 1991
  978.  COMTROL Corporation product number 6978-12/96/91.
  979.  
  980. Disk Spool II v4.0x documented API extracted from file SP2INTFC.DOC, included
  981. with the Disk Spool II v4.05.04 distribution.  Added by Ralf Brown, 1/22/93.
  982.  
  983. Novell Link Support Layer API extracted from Novell's _ODI_Developer's_Guide_
  984. _for_DOS_Protocol_Stacks_, Rev 1.1 3/18/92.  Available for anonymous FTP from
  985. sjf-lwp.novell.com.  Added by Ralf Brown, 2/93.
  986.  
  987. VADMAD device info from Microsoft KnowledgeBase article Q83012, "Using Auto-
  988. Initialize DMA under Windows" (4/17/92).  Added 2/24/93.
  989.  
  990. Windows 3.0 Virtual DMA Spec bugs extracted from Microsoft KnowledgeBase
  991. article Q77998, "Errors in the VDS API in Enhanced Mode Windows" (11/8/91).
  992. Added 2/24/93.
  993.  
  994. IBMSND driver API info from "Examining PC Audio, welcome to the wild and wooly
  995. world of PC Sound", John W. Ratcliff, DDJ #198 (March 1993), p. 78-85.
  996. Added 3/93.
  997.  
  998. UM587 chipset video modes from "IBM VGA-Compatible Video Graphics Controller
  999. User's Manual".     Added by Ralf Brown, 5/22/93.
  1000.  
  1001. Cirrus Logic CL-GD 5420/5422/5426 video modes extracted from "V542X (Super VGA)
  1002. User Manual".  Added by Ralf Brown, 5/22/93.
  1003.  
  1004. Additional Tseng ET-3000 info extracted from "Puretek VGA Ultra Advanced
  1005. Graphics Board Operations Guide".  Added by Ralf Brown, 5/22/93.
  1006.  
  1007. Additional virus calls extracted from the Computer Virus Catalog maintained
  1008. by Prof. Dr. Klaus Brunnstein <brunnstein@rz.informatik.uni-hamburg.dbp.de> at
  1009. the University of Hamburg.  Added by Ralf Brown, 5/25/93.
  1010.  
  1011. Software Carousel API extracted from a technical note dated 1/20/88.  Added
  1012. 6/4/93.
  1013.  
  1014. DIET v1.43e API from DIETAPI.DOC "DIET APPLICATION INTERFACE version 1.43e"
  1015. by Teddy Matsumoto, 11/22/91.  Added 6/4/93.
  1016.  
  1017. xDISK v3.32+ installation check extracted from the xDISK v3.40 documentation.
  1018. Added by Ralf Brown, 6/4/93.
  1019.  
  1020. NetWare Access Server Driver API extracted from "NetWare Access Server
  1021. Driver Specification", Version 1.0 (November 17, 1992), Novell part number
  1022. 107-000018-002.     Added by Ralf Brown, 6/12/93.
  1023.  
  1024. Chips&Technologies VGA BIOS INT 10/5Fxx extracted from Programmer's Guide to
  1025. EGA and VGA Programming, 2nd edtion.  Added 6/24/93.
  1026.  
  1027. Cloaking API based on CLOAKAPI.INC and RMFUNCS.DOC on Netroom Supplemental
  1028. Disk.  Added by Ralf Brown, 6/24/93.
  1029.  
  1030. Cirrus Logic BIOS info from the Cirrus Logic CL-GD542X Technical Reference
  1031. Manual, dated April 1993.  Added 7/13/93.
  1032.  
  1033. Some QEMM internal functions documented in Quarterdeck files QDMEM.DOC and
  1034. QPI.DOC, dated 6/15/93.     Added by Ralf Brown, 7/18/93.
  1035.  
  1036. 10NET v5.0 calls and data structures extracted from "10NET 5.0 Implementation
  1037. Spec", chapter 5.  Added by Ralf Brown, 7/24/93.
  1038.  
  1039. Phar Lap 386|DOS-Extender v4.0/4.1 info extracted from 386DOSX.DOC.  Added
  1040. 7/27/93.
  1041.  
  1042. Novell NetWare 3270 API (INT 6F) extracted from Novell SNA Note 3-133,
  1043. "API/HLLAPI INFORMATION", dated March 7, 1991.    Added by Ralf Brown, 7/28/93.
  1044.  
  1045. PCMCIA Socket Services from _PCMCIA_Socket_Services_Interface_Specification_,
  1046. Revision A.00, dated June 20, 1991.  Added by Ralf Brown, 8/30/93.
  1047.  
  1048. MEMORY.LST updates from "IBM Local Area Network Technical Reference"
  1049. SC30-3383-03, December 1990 (page D-31), and "IBM PS/2 and PC BIOS Interface
  1050. Technical Reference" (September 1991 edition).    Added 9/24/93.
  1051.  
  1052. Connection Manager API extracted from _The_Connection_Manager_User's_Guide_,
  1053. Third Edition, February 1993.  Added by Ralf Brown, 10/18/93.
  1054.  
  1055. NetWare multiplexor (INT 21/AH=F2h) calls from November 1993 _Dr._Dobb's_
  1056. _Journal_ "Undocumented Corner" (Pawel Szczerbina, "The NetWare Core Protocol
  1057. (NCP)") and Novell's SC3X04.EXE (available from NOVLIB and ftp.novell.com).
  1058. Added by Ralf Brown, 10/26/93.
  1059.  
  1060. Additional Microsoft Mouse driver details from Microsoft Knowledge Base
  1061. articles, available for anonymous FTP from ftp.microsoft.com.  Added by
  1062. Ralf Brown, 10/26/93.
  1063.  
  1064. HLLAPI return codes extracted from Microsoft's _Windows_HLLAPI_Specification_,
  1065. version 1.0 (10/6/92).    Added by Ralf Brown, 10/31/93.
  1066.  
  1067. Chicago VxD identifiers from "Undocumented Corner", _Dr._Dobb's_Journal_
  1068. December 1993.    Added by Ralf Brown, 11/19/93.
  1069.  
  1070. SBSIM (SoundBlaster Simplified Interface Module) API extracted from file
  1071. SBSIMDMO.C, distributed along with the other files for _SoundBlaster:_The_
  1072. _Official_Book_.  Added by Ralf Brown, 1/22/94.
  1073.  
  1074. Windows debugging kernel calls from _Undocumented_Windows_ and _Windows_
  1075. _Internals_.  Added 1/22/94.
  1076.  
  1077. YEA_GUS.EXE and EURO_MOD.EXE APIs from the SPHINX C-- v0.189 example files
  1078. GUS.H-- and GUSMOD.H--.     Added by Ralf Brown, 1/31/94.
  1079.  
  1080. ZFAX v3 API from the ZFAX v3.01 manual, Appendix D.  Added 2/3/94.
  1081.  
  1082. Husky Hunter 16 BIOS from the _Husky_Hunter_16_User_Guide_, 2nd edition (Sept
  1083. 1991).    Added 2/4/94.
  1084.  
  1085. Additional ASPI information from Brian Sawert's ASCILOOK utility, published
  1086. in the March 1994 Dr. Dobb's Journal.  Added by Ralf Brown, 3/26/94.
  1087.  
  1088. Novell XQL INT 7Bh from XQL C interface source of 7/89.  Added by Ralf Brown,
  1089. 3/94.
  1090.  
  1091. Various PS/1 and DOS/V calls were found in Frank van Gilluwe's book
  1092. _The_Undocumented_PC_, Addison-Wesley 1994.  ISBN 0-201-62277-7.  Added by
  1093. Ralf Brown, 4/16/94.
  1094.  
  1095. Various ports and miscellaneous data structure were found in Frank van
  1096. Gilluwe's book _The_Undocumented_PC_, Addison-Wesley 1994.  ISBN 0-201-62277-7.
  1097. Added by Ralf Brown, 6/5/94.
  1098. --------!---ADDRESSES------------------------
  1099. The following have provided API reference and other materials at no charge:
  1100.  
  1101. Alloy Computer Products, Inc.    (ANSK, NTNX, MW386)
  1102. 1 Brigham Street
  1103. Marlborough, MA 01752
  1104. Voice: (508) 481-8500
  1105.        (800) 544-7551
  1106. FAX:   (508) 481-7711
  1107.  
  1108. Banyan Systems, Inc.        (Banyan VINES)
  1109. 115 Flanders Road
  1110. Westboro, MA 01581
  1111. Voice: (508) 898-1000
  1112. FAX:   (508) 898-3604
  1113.  
  1114. Beame & Whiteside Software Ltd    (BW-TCP)
  1115. P.O. Box 8130            [6/93]
  1116. Dundas, ON L9H 5E7
  1117. Canada
  1118. Voice:    (416) 765-0822
  1119. FAX:    (416) 765-0815
  1120. FTP:    ftp.bws.com
  1121.  
  1122. bit-design GmbH            (bitFOSS, bitFOSSI, WDTSR)
  1123. Bayerwaldstr. 5            [4/94]
  1124. D-81737 Muenchen
  1125. Germany
  1126. Voice:    +49-89-670050-0
  1127. FAX:    +49-89-670050-90
  1128. BBS:    +49-89-670050-91
  1129.  
  1130. Compact Soft Group        (CS_TSR specification)
  1131. SU-252186 Kiev Ukraine        [11/93]
  1132. Martirosyana st. 15, apt 4
  1133. Email:    compact.soft@cs.kiev.ua
  1134.  
  1135. General Software        (STARLITE architecture [Embedded DOS])
  1136. P.O. Box 2571
  1137. Redmond, WA 98073
  1138.  
  1139. Helix Software Company, Inc.    (Netroom, RM386, Cloaking)
  1140. 47-09 30th Street
  1141. Long Island City, NY 11101
  1142. Voice: (718) 392-3100
  1143. FAX:   (718) 392-4212
  1144.  
  1145. Intel Literature        (DOS Protected-Mode Interface)
  1146. 3065 Bowers Avenue
  1147. Box 58065
  1148. Santa Clara, CA 95051-8065
  1149. Voice: (800) 548-4725
  1150. FTP:   ftp.intel.com
  1151.  
  1152. International Computers        (ImageCapture)
  1153. 12021 West Bluemound Road
  1154. Wauwatosa, WI 53226
  1155. Voice: (414) 764-9000
  1156.  
  1157. Microsoft Corporation        (CD-ROM Extensions)
  1158. 16011 NE 36th Way
  1159. Box 97017
  1160. Redmond, WA 98073-9717
  1161. Voice: (206) 882-8080
  1162. FAX:   (206) 883-8101
  1163. FTP:   ftp.microsoft.com
  1164.  
  1165. Net-Source, Inc.        (SilverNET)
  1166. 1265 El Camino Real, Suite 101    [7/93]
  1167. Santa Clara, CA 95050
  1168. Voice: (408) 246-6679
  1169. FAX:   (408) 246-7040
  1170.        netsource.com
  1171.  
  1172. Nanosoft, Inc.            (MultiDOS Plus, TurboNET)
  1173. 13 Westfield Road
  1174. Natick, MA 01760
  1175. Voice: (800) 678-2141
  1176.        (508) 651-0091
  1177. FAX:   (508) 655-8860
  1178. BBS:   (508) 650-9552
  1179.  
  1180. NetManage, Inc.            (ChameleonNFS)
  1181. 20823 Stevens Creek Blvd    [6/93]
  1182. Suite 100
  1183. Cupertino, CA 95014
  1184. Voice: (408) 973-7171
  1185. FAX:   (408) 257-6405
  1186. FTP:   ftp.netmanage.com
  1187.  
  1188. Novell, Inc.            (NetWare, LSL)
  1189. 122 East 1700 South
  1190. Provo, UT 84601
  1191. Voice: (800) 453-1267
  1192.        (801) 379-5900
  1193. FTP:    ftp.novell.com, sjf-lwp.novell.com
  1194.  
  1195. Phar Lap Software, Inc.        (Virtual Control Program Interface)
  1196. 60 Aberdeen Avenue
  1197. Cambridge, MA 02138
  1198. Voice: (617) 661-1510
  1199. FTP:    pharlap.com
  1200.  
  1201. Phoenix Technologies, Ltd.    (PCMCIA Socket Services)
  1202. 40 Airport Parkway        [6/91]
  1203. San Jose, CA 95110-1008
  1204. Voice: (408) 452-6500
  1205. FAX:   (408) 452-1985
  1206.  
  1207. Quarterdeck Office Systems    (DESQview 2.26)
  1208. 150 Pico Boulevard        [12/92]
  1209. Santa Monica, CA 90405
  1210. Voice: (213) 392-9701
  1211. FAX:   (213) 399-3802
  1212. BBS:   (213) 314-3227
  1213. FTP:    qdeck.com
  1214.  
  1215. Bernd Schemmer            (MDEBUG)
  1216. Ostenbergstr. 99/137
  1217. W4600 Dortmund 50
  1218. GERMANY
  1219.  
  1220. Softwarehouse Corporation    (Connection Manager)
  1221. 326 State Street        [10/93]
  1222. Los Altos, CA 94022
  1223. Voice: (415) 949-0203
  1224. FAX:   (415) 949-0208
  1225. BBS:   (415) 949-0207
  1226.  
  1227. Tiara Computer Systems, Inc.    (10NET)
  1228. 1091 Shoreline Blvd        [7/93]
  1229. Mountain View, CA 94043
  1230.  
  1231. V Communications, Inc.        (RSIS)
  1232. 4320 Stevens Creek Blvd, Suite 275  [2/92]
  1233. San Jose, CA 95129
  1234. Voice: (408) 296-4224
  1235.  
  1236. Video Electronics Standards Association (VESA SuperVGA BIOS extensions)
  1237. 1330 South Bascom Avenue, Suite D
  1238. San Jose, CA 95128-4502
  1239. Voice: (408) 971-7525
  1240. FAX:   (408) 286-8988
  1241. (2150 North First Street, Suite 440, San Jose, CA 95131-2029; phone
  1242. 408-435-0333, FAX 408-435-8225)
  1243.  
  1244. Webcorp                (WEB)
  1245. 2750 Bridgeway            [7/93]
  1246. Sausalito, CA 94965
  1247. Voice: (415) 331-1449
  1248. FAX:   (415) 331-0911
  1249.  
  1250. Willies' Computer Software Company  (COMM-DRV)
  1251. 2470 S. Dairy Ashford, Suite 188    [5/94]
  1252. Houton, TX 77077
  1253. Voice: (800) 966-4832
  1254.        (713) 498-4832
  1255. --------!---ADDRESSES------------------------
  1256. Other addresses: 
  1257.  
  1258. J.M. Allen Creations        (PRINDIR)
  1259. 115 Lynn Street            [8/92]
  1260. Fremont, OH 43420
  1261.  
  1262. A.N.D. Technologies        (PSPS)
  1263. P.O. Box 64811            [5/93]
  1264. Los Angeles, CA 90064
  1265. Voice:    (213) 848-9345
  1266. CIS:    71011,3570
  1267.  
  1268. Artisoft Inc.            (LANtastic)
  1269. 575 East River Rd.
  1270. Tucson, AZ 85704
  1271. Voice:    (602) 293-6363
  1272.     artisoft.com
  1273.  
  1274. Attachmate Corporation        (Extra!)
  1275. 3617 131st Ave. SE
  1276. Bellevue, WA 98006-9930
  1277. Voice: (800) 426-6283
  1278. FAX:   (206) 747-9924
  1279.  
  1280. G.T. Becker            (RighTime)
  1281. Air System Technologies, Inc.    [4/91]
  1282. 14232 Marsh Lane, Suite 339
  1283. Dallas, TX 75234
  1284.  
  1285. Better Software Technology, Inc. (Switch-It)
  1286. 55 New York Ave            [1990]
  1287. Framingham, MA 01701
  1288. Voice:    (508) 879-0744
  1289. FAX:    (508) 872-1734
  1290.  
  1291. Biologic            (HRAM, MIN-MEM)
  1292. PO Box 1267            [9/91]
  1293. Manassas, VA 22110
  1294.  
  1295. BLOC Publishing Corp.        (FAST!)
  1296. 800 S.W. 37th Avenue        [6/93]
  1297. Coral Gables, FL 33134
  1298.  
  1299. Rich Bono            (ISR.COM)
  1300. 7 Redfield Circle        [2/91]
  1301. Derry, New Hampshire, 03038
  1302. rbono@necis.ma.nec.com
  1303. nm1d@wb1dsw.nh.usa.na
  1304.  
  1305. Borland International Inc.    (Turbo Pascal, Turbo C)
  1306. 1800 Green Hills Rd.
  1307. Scotts Valley, CA 95066
  1308. Voice:    (408) 438-8400
  1309.  
  1310. Bromfield Software Products    (SCROLLit)
  1311. P.O. Box 70081            [5/93]
  1312. Ottawa, Ontario K2P 2M3
  1313. Canada
  1314. CIS:    71054,3051
  1315.  
  1316. Andrzej Brzezinski        (CALCULATOR)
  1317. 308-70 Garry St.        [12/90]
  1318. Winnipeg, Manitoba R3C 3J9
  1319. Canada
  1320.  
  1321. Budget Software Company        (Disk Spool II)
  1322. P. O. Box 12282            [12/91]
  1323. 12162 E. Mississippi Ave.
  1324. Aurora, CO  80012-3499
  1325. Voice:    (303) 695-9095
  1326.  
  1327. Cirrus Logic            (video adapters)
  1328. 3100 West Warren Ave
  1329. Fremont, CA 94538
  1330.  
  1331. Commercial Software Associates    (VMiX)
  1332. Post Office Box 36
  1333. Corona del Mar, CA 92625    
  1334. Voice:    (714) 720-1214 (8-6pm PDT)
  1335. BBS:    (714) 720-1139 (24 Hrs.)
  1336.  
  1337. Compaq Computer Corporation
  1338. 20555 S.H. 249
  1339. Houston, TX 77070
  1340. FTP:    ftp.compaq.com
  1341.  
  1342. COMTROL Europe Ltd.        (COMTROL HOSTESS)
  1343. Killé House
  1344. Chinnor Road
  1345. Thame
  1346. Oxon, OX9-3NU
  1347. ENGLAND
  1348.  
  1349. CTRLALT Associates        (STACKEY, EGAPAL, VGAPAL)
  1350. Suite 133            [3/90]
  1351. 260 South Lake Ave.
  1352. Pasadena, CA 91101
  1353.  
  1354. Dell Computers
  1355. FTP:   dell1.dell.com, dell2.dell.com
  1356.  
  1357. Digital Research, Inc.        (GEM, DR DOS, Concurrent DOS)
  1358. (see Novell, Inc.)
  1359.  
  1360. Distributed Information Processing, Ltd.
  1361. Number 2 Frederick Sanger Road
  1362. Surrey Research Park
  1363. Guildford, Surrey GU2 5XN
  1364. England
  1365. Voice:    +44 483 301 555
  1366. FAX:    +44 483 301 434
  1367.  
  1368. [DPMI Committee]
  1369. Albert Teng, DPMI Committee Secretary
  1370. Mailstop NW1-18
  1371. 2801 Northwestern Parkway
  1372. Santa Clara, CA 95051
  1373. FAX:    (408) 765-5165
  1374.  
  1375. Dynamic Microprocessor Associates (pcANYWHERE)
  1376. 1776 E. Jericho Turnpike
  1377. Huntington, NY 11743
  1378. Voice:    (516)-462-0440
  1379.  
  1380. EasyNet Systems Inc.        (EasyNet ShareLan)
  1381. 4283 Village Centre Court    [4/88]
  1382. Mississauga, Ontario L4Z 1S2
  1383. Voice:    (416) 273-6410
  1384.  
  1385. Eicon Technology Corporation
  1386. 2196 32nd Avenue
  1387. Montreal, Quebec, Canada H8T 3H7
  1388. Voice:    (514) 631-2592
  1389.  
  1390. Ergo Computing            (OS/286, OS/386)
  1391. 1 Intercontinental Way
  1392. Peabody, MA 01960
  1393. Voice:    (508) 535-7510
  1394. FAX:    (508) 535-7512
  1395.  
  1396. Eric Isaacson Software        (ZIPKEY)
  1397. 416 East University Ave.
  1398. Bloomington, IN 47401-4739
  1399. Voice:    (812) 339-1811
  1400.  
  1401. ESaSS B.V.            (TBSCANX, ThunderByte, STACKMAN)
  1402. Thunderbyte PC Immunizer Division
  1403. P.O. Box 1380
  1404. 6501 BJ Nijmegen
  1405. The Netherlands
  1406. Voice:    +31-80-787 881
  1407. FAX:    +31-80-789 186
  1408. BBS:    +31-85-212 395
  1409.  
  1410. Express Consulting        (EZRECV)
  1411. 4960 Hamilton Ave. Suite 211    [7/92]
  1412. San Jose, CA 95130
  1413. Voice:    (408) 374-7992
  1414. FAX:    (408) 374-3115
  1415.  
  1416. FAB Software            (Newkey)
  1417. P.O. Box 336            [10/90]
  1418. Wayland, MA 01778
  1419.  
  1420. Peter Fitzsimmons        (SWELL)
  1421. P.O. Box 670            [as of 7/89]
  1422. Adelaide St. Postal Station
  1423. Toronto, Canada M5C 2J8
  1424.  
  1425. FlashTek, Inc.            (X-32VM)
  1426. 804 Airport Way, Suite D    [9/92]
  1427. Sandpoint, ID 83864
  1428. Voice:    (208) 263-7311
  1429. FAX:    (208) 263-8772
  1430. UUCP:    x-32vm@proto.com
  1431.  
  1432. Geoff Friesen            (IC)
  1433. Box 94                [10/92]
  1434. Dauphin, Manitoba
  1435. Canada R7N 2T9
  1436.  
  1437. Frontier Technologies Corp.    (Super-TCP)
  1438. 10201 N. Port Washington Road    [8/93]
  1439. Mequon, WI 53092
  1440. Voice:    (414) 241-4555
  1441. FAX:    (414) 241-7084
  1442. FTP:    isi.frontiertech.com
  1443.  
  1444. FTP Software, Inc.        (PC/TCP)
  1445. Voice:    (800) 282-4387
  1446. FTP:    vax.ftp.com
  1447.  
  1448. Future Domain Corporation    (SCSI controllers)
  1449. 2801 McGaw Ave.
  1450. Irvine, CA 92714
  1451. Voice:    (714) 253-0440
  1452. FAX:    (714) 253-0429
  1453.  
  1454. Gamma Software            (APCAL)
  1455. P.O. Box 8191            [2/93]
  1456. Fort Collins, CO 80526
  1457. Voice: (800) 747-9960
  1458.        (303) 490-2928
  1459.  
  1460. H&G Software            (Explosiv)
  1461. P.O. Box #3013            [3/94]
  1462. Vancouver, B.C. Canada
  1463. V6B 3X5
  1464.  
  1465. Husky Computer Limited        (Husky Hunter 16 BIOS)
  1466. Eden Road            [9/91]
  1467. Walsgrave Triangle Business Park
  1468. Coventry CV2 2TB
  1469. England
  1470. Voice:    +44 203 604040
  1471. FAX:    +44 203 603060
  1472.  
  1473. Information Modes        ($25 Network)
  1474. P.O. Drawer F
  1475. Denton, TX 76202
  1476. Voice:    (817) 387-3339
  1477.  
  1478. Innovative Data Concepts, Inc.    (SWAP?? utilities, TesSeRact library)
  1479. 122 North York Road
  1480. Suite 5
  1481. Hatboro, PA 19040
  1482. Voice:    (215) 443-9705
  1483. Orders: (800) 926-4551
  1484. FAX:    (215) 443-9753
  1485.  
  1486. Inset Systems            (Inset)
  1487. 71 Commerce Drive        [may be outdated]
  1488. Brookfield, CT 06804
  1489.     inset.com
  1490.  
  1491. Isogon Corporation        (NewSpace)
  1492. 330 Seventh Avenue
  1493. New York, NY 10001
  1494. Voice:    (212) 967-2424
  1495.  
  1496. Jorj Software Co.        (JORJ)
  1497. 4354 Fletcher Rd.        [5/91]
  1498. Manchester MI 48158
  1499.  
  1500. JP Software            (4DOS)
  1501. P.O. Box 1470
  1502. E. Arlington, MA 02174
  1503. Voice:    (617) 646-3975
  1504.  
  1505. KANSYS, Inc.            (AutoBraille)
  1506. 1016 Ohio            [12/91]
  1507. Lawrence, KS 66044
  1508. Voice:    (800) 279-4880
  1509.     (913) 843-0351
  1510.  
  1511. Key Software Products        (The Last Byte)
  1512. 440 Ninth Avenue
  1513. Menlo Park, CA 94025
  1514. Voice:    (415) 364-9847 [8am-6pm PST]
  1515. BBS:    (415) 364-9847 [7pm-8am PST]
  1516.  
  1517. Lanera Corporation        (TCPOpen)
  1518. 516 Valley Way            [8/93]
  1519. Milpitas, CA 95035
  1520. Voice: (408) 956-8344
  1521. FAX:   (408) 956-8343
  1522.  
  1523. Lassen Software, Inc.        (Trusted Access)
  1524. 5923 Clark Rd, Suite F        [4/93]
  1525. P.O. Box 2319
  1526. Paradise, CA 95967-2319
  1527. Voice:    (305) 445-6304
  1528.  
  1529. Microsystems Software, Inc.    (MAGic)
  1530. 600 Worcester Road
  1531. Framingham, MA 01701
  1532. Voice:    (508) 626-8511
  1533. FAX:    (508) 626-8515
  1534. BBS:    (508) 875-8009
  1535.  
  1536. MicroTalk            (ASAP)
  1537. 337 S. Peterson
  1538. Louisville, KY 40206
  1539. Voice: (502) 897-2705
  1540. BBS:   (502) 893-2269
  1541.  
  1542. Celso Minnitti, Jr.        (INTMON)
  1543. 139 Linden St
  1544. Wellesley, MA 02181
  1545.  
  1546. John Newlin
  1547. New-Ware            (SCOUT)
  1548. 8050 Camino Kiosco
  1549. San Diego, CA 92122
  1550.  
  1551. Alexandr Novy & Petr Horak    (REDVIEW)
  1552. Technical University of Prague    [2/92]
  1553. Faculty of Nuclear Science and Physical Engineering
  1554. Pargue, Czechoslovakia
  1555. BITNET: HORAC@CSEARN
  1556.  
  1557. Nu-Mega Technologies, Inc.    (Soft-ICE)
  1558. P.O. Box 7780            [8/92]
  1559. Nashua, NH 03060-7780
  1560. Voice: (603) 889-2386
  1561. FAX:   (603) 889-1135
  1562.  
  1563. Offe Enterprises        (VUIMAGE)
  1564. 1163 E. Ogden Ave. #705-131
  1565. Naperville, IL 60563
  1566. Voice: (708) 357-6679
  1567.  
  1568. Ontrack Computer Systems    (Disk Manager, SWBIOS, Drive Rocket)
  1569. 6321 Bury Drive            [10/93]
  1570. Minneapolis, MN 55346
  1571. Voice:    (800) 752-1333
  1572.     (612( 937-1107
  1573.  
  1574. P2 Enterprises            (Phantom of the Keyboard)
  1575. P.O. Box 25            [5/91]
  1576. Ben Lomond, CA 95005
  1577.  
  1578. PC-Kwik Corporation        (Super PC-Kwik, PowerPak, PCKSPL, PCKSCRN,...)
  1579. 15100 SW Koll Parkway        [6/93]
  1580. Beaverton, OR 97006-6026
  1581. Voice: (503) 644-5644
  1582. FAX:   (503) 646-8267
  1583.  
  1584. PC Thuis BV            (PC Thuis Power magazine)
  1585. Spaarne 55
  1586. 2011 CE HAARLEM
  1587. The Netherlands
  1588. Voice: 023 - 366814
  1589.  
  1590. Personics Corporation        (UltraVision)
  1591. 63 Great Road
  1592. Maynard, MA 01754
  1593.  
  1594. P.R. Glassel and Associates, Inc.    (QUICKCACHE II)
  1595. 30255 Fir Trail            [1/90]
  1596. Stacy, MN 55079
  1597. Voice: (619) 462-1337
  1598.  
  1599. Progressive Solutions        (Back&Forth)
  1600. Sandi and Shane Stump
  1601. Box 276125
  1602. San Antonio, TX 78227
  1603. Voice: (800) 833 4400
  1604.        (512) 670 0882
  1605. BBS:   (512) 670 1809
  1606.  
  1607. RSE, Inc.            (Nabbit)
  1608. 1157 57th Drive SE        [1/93]
  1609. Auburn, WA 98002
  1610. Voice: (206) 939-4105
  1611. FAX:   (206) 989-4105
  1612.  
  1613. SeaSide Software        (FastJuice)
  1614. 312 W. 6th Street, Suite 108    [1990]
  1615. Corona, CA 91720
  1616.  
  1617. Shamrock Software        (EMAIL, NET.24)
  1618. Muenchner Strasse 26a
  1619. W-8067 Petershausen
  1620. Germany
  1621. BBS:   +49 89-307 2079
  1622.  
  1623. SitBack Technologies, Inc.    (SitBack)
  1624. 9290 Bond, Suite 210        [8/90]
  1625. Overland Park, KS 66214
  1626. Voice: (913) 894-0808
  1627.  
  1628. Softlogic Solutions, Inc.    (DoubleDOS,Cubit,Software Carousel)
  1629. One Perimeter Road
  1630. Manchester, NH 03103
  1631.  
  1632. Software Concepts Design    (FLU_SHOT)
  1633. 594 Third Avenue
  1634. New York, NY 10016
  1635. BBS:   (212) 889-6438
  1636.  
  1637. The Software Link, Inc.        (PC-MOS/386)
  1638. 5575B Chamblee-Dunwoody Road, suite 205        [7/93]
  1639. Atlanta, GA 30338
  1640. Voice: (404) 512-0705
  1641. BBS:   (404) 512-0643
  1642. FAX:   (404) 512-7005
  1643.  
  1644. Spirit of Performance, Inc.    (ASPIHOOK)
  1645. Harvard, MA
  1646.  
  1647. STSC, Inc.            (APL*Plus/PC)
  1648. 2115 E. Jefferson St.        [3/93]
  1649. Rockville, MD 20852-9950
  1650. Voice: (301) 984-5123 (MD)
  1651.        (800) 592-0050 Ext 900
  1652.        (301) 984-5412 (international)
  1653. FAX:   (301) 984-5094
  1654. Telex: 898-085 (may be outdated)
  1655.  
  1656. TapirSoft            (TEXTCAP 2.0)
  1657. Gisbert W. Selke        [12/91]
  1658. Ermekeilstr. 28
  1659. W-5300 Bonn 1
  1660. Germany
  1661.  
  1662. Ted Gruber Software        (FGDRIVER)
  1663. P.O. Box 13408
  1664. Las Vegas, NV 89112
  1665. Voice: (702) 735-1980
  1666. BBS:   (702) 796-7134
  1667. FAX:   (702) 735-4603
  1668.  
  1669. George A. Theall        (RECALL)
  1670. TifaWARE
  1671. 506 South 41st St., #3M
  1672. Philadelphia, PA 19104
  1673. Voice: (215) 662-0558
  1674.  
  1675. David G. Thomas            (TAME)
  1676. c/o PowerSoft
  1677. P.O. Box 956338
  1678. Duluth, GA 30136
  1679.  
  1680. Tseng Labs
  1681. 10 Pheasant Run
  1682. Newtown, PA 18940
  1683.  
  1684. Vertisoft Systems, Inc.        (Double Disk,NOW!)
  1685. 153 B Grace Drive
  1686. Easley, SC 29640
  1687.  
  1688. Vadim V. Vlasov            (COMBI-disk)
  1689. Inst. for Nuclear Research of Russian Acad. Sci.    [5/93]
  1690. 60th October Anniversary prospect, 7a
  1691. 117312 Moscow, Russia
  1692. Voice:    7-095-133-6533
  1693.  
  1694. Thomas Wagner            (CTask)
  1695. Ferrari electronic GmbH
  1696. Beusselstrasse 27
  1697. 1000 Berlin 21
  1698. Germany
  1699. Voice: +49 30-396 50 21
  1700. FAX:   +49 30-396 80 20
  1701.  
  1702. Ross Neilson Wentworth        (RAID)
  1703. Serendipity Software        [as of 11/88]
  1704. 1422 Elkgrove Circle, #3
  1705. Venice, CA 90291
  1706.  
  1707. Nick Zaikin            (ASCII)
  1708. Joint Institute for Nuclear Research    [1/93]
  1709. (Dubna, Moscow region)
  1710. P.O. Box 79  Head Post Office
  1711. Moscow 101000 Russia
  1712.  
  1713. ZSoft Corporation        (FRIEZE)
  1714. 450 Franklin Rd. Suite 100
  1715. Marietta, GA 30067
  1716. Voice: (404) 428-0008
  1717. --------!---TRADEMARKS-----------------------
  1718. To keep the lawyers happy:
  1719.  
  1720. ArtiCom is a registered trademark of Artisoft, Inc.
  1721. ASAP is a trademark of MicroTalk.
  1722. Banyan is a registered trademark of Banyan Systems, Inc.
  1723. Compaq is a registered trademark of Compaq Computer Corp.
  1724. Corona and Cordata are trademarks of Cordata Computer
  1725. DESQview, DESQview/X, QEMM-386, and QRAM are trademarks of Quarterdeck Office
  1726.     Systems
  1727. HALO'88 is a trademark of Media Cybernetics.
  1728. Hayes is a trademark of Hayes Microcomputer Products Inc.
  1729. IBM, PC, PCjr, PC/XT, PC/AT, XT/286, PS/2, TopView are trademarks of IBM Corp.
  1730. Logitech is a trademark of Logitech, Inc.
  1731. Microsoft, MS, MS DOS, OS/2 are trademarks of Microsoft Corp.
  1732. Mouse Systems is a trademark of Mouse Systems Corp.
  1733. NetWare is a registered trademark of Novell Development Corp.
  1734. PC Tools is a trademark of Central Point Software, Inc.
  1735. StreetTalk, VINES, and Banyan Network Server are trademarks of Banyan Systems,
  1736.     Inc.
  1737. Tandy 1000 is a registered trademark of Tandy Corp.
  1738. TaskView and OmniView are trademarks of Sunny Hill Software
  1739. 10NET is a registered trademark of Tiara Computer Systems, Inc.
  1740. TesSeRact is a trademark of the TesSeRact Development Team.
  1741. Turbo C and Turbo Pascal are registered trademarks of Borland International
  1742. 286/DOS-Extender and 386/DOS-Extender are trademarks of Phar Lap Software, Inc.
  1743. Carbon Copy Plus is a trademark of Meridian Technology, Inc.
  1744. GIF is a trademark of Compuserve, Inc.
  1745. VUIMAGE is a trademark of Offe Enterprises.
  1746. Soft-ICE is a trademark of Nu-Mega Technologies.
  1747. MAGic is a trademark of Microsystems Software, Inc.
  1748. LANtastic is a trademark of Artisoft, Inc.
  1749. HRAM is a trademark of Biologic.
  1750. ImageCapture is a trademark of International Computers.
  1751. FlashTek, X-32, and X-32VM are trademarks fo FlashTek, Inc.
  1752. SK-UPPS is a trademark of Schneider & Koch GmbH
  1753. SK-PASSPORT is a trademark of SysKonnect, Inc.
  1754. PostScript is a trademark of Adobe, Inc.
  1755. SpaceManager is a trademark of Vertisoft Systems, Inc.
  1756. Husky, Hunter, Hunter 16, Hawk, 8/16, Sidebox and Oracle GT are trademarks
  1757.     of Husky Computers Limited.
  1758. COMM-DRV is a trademark of Willies' Computer Software Company.
  1759. Various other names are trademarks or registered trademarks of their respective
  1760.     holders
  1761. --------!---QUOTES---------------------------
  1762. What they're saying about this list:
  1763.   "A cornucopia of descriptions of interrupt and function calls on the
  1764.    IBM PC.  A great thing to have on your hard disk if you don't have
  1765.    a Ray Duncan or Peter Norton book handy."
  1766.       _Turbo_Technix_, July/August 1988, p. 157.
  1767. [and that was about the 1/30/88 version, which was only one-twentienth the size
  1768.  of the current version....]
  1769.  
  1770.   "An enormous listing of DOS and BIOS interrupt calls, many undocumented
  1771.    and program-specific.  Quite simply, some of Snooper's reports wouldn't
  1772.    be there without it.     Very useful in that it reports bugs and
  1773.    incompatibilities books rarely mention.  And it's free!"
  1774.     John P. Vias, SNOOPER.DOC v1.07 (Snooper is a shareware system
  1775.     information program).
  1776.  
  1777.   "Ralf Brown maintains an astounding file which is chock-full of
  1778.    detailed, absolutely-indispensable information for DOS programmers on
  1779.    Hardware, BIOS, DOS, and other interrupts.  ....  You should not be
  1780.    without this file, which is widely-known as "Ralf Brown's Interrupt
  1781.    List". Ask about it. You will find it."
  1782.     Robert Curtis Davis, TBONES07.DOC.
  1783. --------!---CONTACT_INFO---------------------
  1784. If you know of any information not in the list, or which is stated incorrectly,
  1785. please let me know!  This list would be a pale shadow of its current self if it
  1786. weren't for everybody's input.
  1787.  
  1788. Software developers are encouraged to check the list before assigning 
  1789. interrupts, and to provide me with a list of interrupt calls used (to help
  1790. prevent future interrupt conflicts).
  1791.  
  1792.     Ralf Brown
  1793.  
  1794. Address e-mail to:
  1795.     Internet: ralf@telerama.lm.com
  1796.     UUCP: {uunet,harvard}!telerama.lm.com!ralf
  1797.     FIDO: Ralf Brown 1:129/26.1
  1798.         or post a message to me in the DR_DEBUG echo
  1799.     CompuServe:   >INTERNET:ralf@telerama.lm.com
  1800.  
  1801. Snail mail:
  1802.     Ralf Brown
  1803.     813 Copeland Way, Suite 26
  1804.     Pittsburgh, PA 15232-2217
  1805.        (Letters which enclose a Self-Addressed Stamped Envelope [or self-
  1806.         addressed envelope and international return coupon] or e-mail
  1807.         address will be given priority.  This address will remain valid
  1808.         until at least May 1, 1995.)
  1809.  
  1810. I reply to all e-mail submissions and inquiries.  If you do not receive a reply
  1811. within a reasonable time, send your message again, giving a better return path
  1812. (on UUCP, a bang path starting at harvard or uunet; elsewhere, a path starting
  1813. from the Internet).
  1814.