home *** CD-ROM | disk | FTP | other *** search
/ Collection of Education / collectionofeducationcarat1997.iso / COMPUSCI / DOSREF20.ZIP / BIBLIO next >
Text File  |  1991-06-17  |  9KB  |  253 lines

  1.  
  2.    **  Programmer's  Technical  Reference  for  MSDOS  and  the  IBM  PC **
  3.                         ┌─────────────────────────────┐
  4.                         │ Shareware Version, 06/17/91 │
  5.                         │  Please Register Your Copy  │
  6.                         └─────────────────────────────┘
  7.                     Copyright (c) 1987, 1991 Dave Williams
  8.                  USA copyright TXG 392-616 ALL RIGHTS RESERVED
  9.                      ISBN 1-878830-02-3 (disk-based text)
  10.  
  11.  
  12.  
  13.                             Additional Readings...
  14.  
  15.  
  16.  I don't have and haven't seen most of this stuff, but I've come across
  17. mentions of it. This list is purely FYI...
  18.  
  19.  IBM's literature guide lists the following manuals:
  20.  
  21. Hardware Technical References:
  22. PS/2 Model 25            $31.50          75X1055
  23. PS/2 Model 30            $82.50          68X2201
  24. PS/2 Model 30/286        $26.75          01F0237
  25. PC                       $33.00          6322507  (the original)
  26. PC/AT                    $115.00         6280070
  27. supplement for AT/339    $54.50          6280099  (enhanced 8mHz)
  28. XT/286                   $55.00          68X2210
  29. XT and Portable          $54.50          6280089
  30. Convertible              $82.50          6280648
  31. PCjr                     $38.50          1502293  (availability varies)
  32.  
  33. PS/2 Hardware Interface  $137.00         68X2330
  34. (Micro Channel docs)
  35.  
  36. PS/2 BIOS Interface      $137.00         68X2341  (no source code listing)
  37.  
  38. Advanced BIOS Interface  $50             68X2288
  39.  
  40. DOS 3.3 Technical Ref.   $93.00          6280059  (no reference for 4.0)
  41.  
  42. DOS 4.0 Command Ref.     $31.50          6280253  (commands only)
  43.  
  44. 8514/A Developer's Guide $26.75          68X2279
  45.  There is supposed to be a DOS 4.0 Technical Reference, but there's no name or
  46. part number listed in the official IBM literature. You might check with your
  47. local IBM retailer. (hah!)
  48.  
  49. DOS 4.0 Technical Ref.   $--.--          6280254  (not listed in catalog)
  50.  
  51. IBM NetBIOS Application
  52. Development Guide (API)  $49.25          68X2270  (not listed in catalog)
  53.  
  54.  
  55. address:
  56. IBM Technical Directory                 800-426-7282
  57. PO Box 2009                             414-633-8108
  58. Racine WI 53404-3336         BC, Canada 112-800-465-1234
  59.                                  Canada 800-465-1234
  60. catalogs are free
  61.  
  62.  
  63. Zenith Data Systems' "MS-DOS version 2 Programmer's Utility" comes with MASM,
  64. a version of the MS-DOS Programmer's Reference from Microsoft, the assembly
  65. language source for Zenith's ANSI.SYS driver, an editor, an assortment of
  66. filters and utilities, and the source listing for the "device dependent"
  67. portion of MS-DOS for the Z-151.
  68.  
  69.  
  70. "Document Content Architecture: Revisable - Form - Text Reference"
  71. IBM Document SC23-0758-1
  72.  
  73. IGES (International Graphics Exchange Specification) 3.0 documentation,
  74. Global Engineering Documents (800) 854-7179. Part number NBSIR 86-3359, NBS.
  75.  
  76. ISBN 0-672-22027-X "Interfacing To the IBM Personal Computer" by
  77. Lewis C. Eggebrecht, Howard W Sams & Co., Indianapolis, IN.
  78.  
  79. Intel Application Note AP-133, "Getting Started with the Numeric Data
  80. Processor," by Bill Rash.  February 1981.
  81.  
  82. Intel iAPX 286 Programmer's Reference Manual, including the iAPX 286
  83. Numeric Supplement, Intel part no. 210498-003.  Has some reasonably useful
  84. example codes in section 4, including ASCII to binary and vice versa on
  85. pages 4-7 to 4-14 and trig functions on 4-18 to 4-23.  The programming
  86. style in these examples is rather bizarre but they are better than nothing.
  87.  
  88. Intel 80387 Programmer's Reference Manual,  Intel part no. 231917-001.
  89. Various example listings on pages 7-7 to 7-17, including ASCII to binary
  90. and binary to ASCII conversions and raising a number to a power.  No trig
  91. routines in this manual because the 80387 has built-in FSIN, FCOS, and FSINCOS
  92. instructions and generalized FPTAN and FPATAN instructions that make
  93. subroutines  unnecessary.
  94.  
  95. Hercules sells a graphics library for the Herc board called GRAPHX for $50.
  96.  
  97. DoD Trusted Computer System Evaluation Criteria (popularly known as "The
  98. Orange Book)  GPO Stock No  008-000-00461-7   Cost $6.00
  99.  
  100. Information Interchange Standards:
  101.  
  102.   ANSI X 3.15-1976        (FIPS 16-1)
  103.     Bit Sequencing In Serial-By-Bit Data Transmission.
  104.  
  105.   ANSI X3.16-1976         (FIPS 17-1)
  106.     Character Structure and Parity-Sense, Serial-By-Bit.
  107.  
  108.   ANSI X3.25-1976         (FIPS 18-1)
  109.     Character Structure and Parity-Sense, Parallel-By-Bit.
  110.  
  111.   ANSI X3.4-1977          (FIPS 1-1)
  112.     Code for Information Interchange
  113.  
  114.   ANSI X3.41-1974         (FIPS 35)
  115.     Code Extension Techniques for Use With 7-Bit Coded Characters.
  116.  
  117.   ANSI X3.64-1979         (FIPS 86)
  118.     Additional Controls for Use With...
  119.  
  120.   ANSI X3.32-1973         (FIPS 1)
  121.     Graphic Representation of the Control Characters.
  122.  
  123.   ANSI X3.78-1981
  124.     Representation of Vertical Carriage positoning Characters.
  125.  
  126.   ANSI X3.42-1975
  127.     Representation of numeric values in Character Strings.
  128.  
  129.   ANSI X3.98-1983
  130.     Page Image Format (PIF), Text, for Information Systems.
  131.  
  132.   ANSI X3.28-1976
  133.     Procedure for the Use of Communications Control Characters.
  134.  
  135.   ANSI X3.66-1979         (FIPS 71)
  136.     Advanced Data Communications Control Procedures (ADCCP)
  137.  
  138. Data Encryption Standards:
  139.  
  140.   ANSI-X3.92-1981
  141.     Data Encryption Algorithm
  142.  
  143.   ANSI-X3.105-1983
  144.     Data Link Encryption
  145.  
  146.   ANSI-X3.106-1983
  147.     Modes of Operation of Data Encryption Algorithm
  148.  
  149. Serial Interface Standards:
  150.  
  151.   RS-232-C Aug 1969 (June 1981)
  152.     Interface Between Data Terminal Equipment (DTE) and
  153.     Data Communications Equipment (DCE)
  154.  
  155.     Bulletin #9 May 1971 (Application Notes)
  156.       ...reviews methods of operation...service and trans-
  157.       mission facility characteristics...
  158.  
  159.     Bulletin #12 Nov 1977 (Application Notes)
  160.       Interconnection Between RS-449 and RS-232-C ...
  161.  
  162.     Bulletin #14 Mar 1982 (Application Notes)
  163.       Loop Test Circuits Not Defined in RS-232-C
  164.  
  165.   RS-336-A Mar 1979
  166.     Interface Between DTE and Automatic Calling Equipment
  167.  
  168.   RS-449 Nov 1977
  169.   RS-449-1  Addendum 1  Feb 1980
  170.     General Purpose 37- and 9-Position Interface for DTE
  171.     and Data Circuit-Terminating Equipment (DCE)...
  172.  
  173. Standards Groups:
  174.  
  175. AFIP    (Federal Information Processing Standards)
  176.         Office of Technical Information and Publications
  177.         National Bureau of Standards
  178.         Washington, D.C. 20234
  179.  
  180. ANSI    American National Standards Institute, Inc.
  181.         1430 Broadway
  182.         New York, New York 10018
  183.  
  184. BELL    ??
  185.  
  186. EIA     Electronic Industries Association
  187.         2001 Eye Street
  188.         Washington, D.C. 20006
  189.  
  190. CCITT   ??
  191.  
  192. ISO     International Standards Organization
  193.         (available through ANSI)
  194.  
  195.  
  196. Coding and Information Theory       by Richard W. Hamming (Prentice-Hall, 1980)
  197.  
  198. Error Correcting Codes        by W. Wesley Peterson (MIT Press and Wiley, 1961)
  199.  
  200. Handbook of Software & Hardware Interfacing for IBM PCs
  201. Jefferey P. Royer
  202. 1987 by Prentice-Hall, Inc. (Osborne-McGraw-Hill)
  203. Englewood Cliffs, NJ 07632
  204. ISBN 0-13-381831-4          hardware and expansion card design and interfacing
  205.  
  206. The C Programmer's Guide to NetBios, W. David Schwaderer, Howard W Sams &
  207. Company, ISBN 0-672-22638-3  $24.95.
  208.  
  209. Computer Networks - Andrew S. Tanenbaum,Prentice Hall, ISBN 0-13-162959-X
  210.  
  211. Local Area Networks - Thomas W.Madron - Wiley, ISBN 0-471-85989-3
  212.  
  213. Netware APIs: There are many API packages available from Novell. Some of them:
  214. Value-Added Process API $10.00 part number 420-10361-001
  215. Netware Enhancements Package (security APIs, Queue Management, Accounting
  216. Services) $15.00 part number 420-010316-110
  217. Peer to Peer Comm. $15.00 part # 421-10070-001
  218. Message Handling Service Interface $15.00 part # 420-10360-001
  219. Novell API Reference Manual vols 1 & 2 $25.00 each part #s 452-760041-001
  220. and 452-760042-001
  221. C language Novell API Reference $250.00 part # 452-760043-001
  222. Programmer's Guide $49.00 part # 420-000089-001
  223.  
  224. NetWare Technical Journal, 650 South Clark, Chicago, IL 60605-9960, pub. four
  225. times a year for $50.00/yr.
  226.  
  227.  SCSI specification: $25 from the American National St