home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 14 Text / 14-Text.zip / ERRATA.TXT < prev    next >
Text File  |  1992-05-30  |  1KB  |  34 lines

  1. The following is errata for Writing OS/2 2.0 Device Drivers in C as
  2. of 20 April, 1992.
  3.  
  4.  
  5. Page 9, last paragraph, line 2, replace "Figure 3-2" with "Figure
  6. 2-3"
  7.  
  8. Page 16, first paragraph, replace entire paragraph with:
  9.  
  10. "Processors are generally referred to by the size of the data which
  11.  can be handled at any one given time. The 8088 is referred to as a
  12.  16-bit processor, although technically it can only handle 8 bits at
  13.  a time (The 8088 performs 16-bit operations by transparently
  14.  multiplexing two 8-bit operations). The 80286, for example, is
  15.  called a 16-bit processor because it can handle data 16 bits at a
  16.  time. The 80386 and 80486 are referred to as 32-bit processors
  17.  because they can directly manipulate data 32 bits at a time."
  18.  
  19. Page 17, first paragraph, line 2, replace "eight-bit" with "16-bit"
  20.  
  21. Page 18, last paragraph, first sentence, replace "30" with "25".
  22.  
  23. Page 19, first paragraph, line 2, replace "25" with "33".
  24.  
  25. Page 19, last paragraph, third sentence which begins "The processor
  26. speed", delete entire sentence.
  27.  
  28. Page 49, last paragraph, second sentence, replace "Figure 5-3" with
  29. "Figure 5-5".
  30.  
  31. Page 399, Listings, change "#define WRITE_POS_REG_CARD 0x0D" with
  32. "#define WRITE_POS_REG_CARD 0x0E"
  33.  
  34.