home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / linux / 20391 < prev    next >
Encoding:
Text File  |  1992-12-14  |  1.9 KB  |  50 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!news.centerline.com!noc.near.net!goethe.credtech.com!arena
  3. From: arena@goethe.credtech.com (Mike Arena)
  4. Subject: Re: PC port I/O for Linux MS-DOS emulator (long)
  5. Message-ID: <1992Dec14.181549.27231@goethe.credtech.com>
  6. Keywords: emulator, msdos, ms-dos, port I/O, linux, 386bsd, pc
  7. Reply-To: arena@credtech.com (Mike Arena)
  8. Organization: Credit Technologies Inc.
  9. References: <77873@hydra.gatech.EDU>
  10. Date: Mon, 14 Dec 1992 18:15:49 GMT
  11. Lines: 37
  12.  
  13. In article <77873@hydra.gatech.EDU> gt8134b@prism.gatech.EDU (Howlin' Bob) writes:
  14. >dear Those in the Know,
  15. >
  16. >A plea for help:
  17. >
  18. >   I am currently modifying Linux's (pre-alpha) MS-DOS emulator to 
  19. >support simulated port I/O; that is, if a program does an in
  20. >from I/O address 0x2f8, I'll hand it the next available character
  21. >on com2.
  22.  
  23. ...
  24.  
  25. >   So I come to you, the public, in a plea for help.  I desperately
  26. >need information on the 8250 UARTs (the 16550's seem to be 8250's with
  27. >one extra FIFO control register, correct?), the 8259 interrupt
  28. >controller, and the keyboard controller (number?).  If you can't give
  29. >me information about the chips, at least point me to a useful reference.
  30. >I know I should probably get the Intel spec. sheets, but something about
  31. >programming PC's would be just as good.
  32.  
  33. ...
  34.  
  35. >Howlin' Bob
  36. >Georgia Institute of Technology, Atlanta Georgia, 30332
  37. >uucp:      ...!{decvax,hplabs,ncar,purdue,rutgers}!gatech!prism!gt8134b
  38. >Internet: gt8134b@prism.gatech.edu
  39.  
  40. Look in Jeff Duntemann's articles in Dr. Dobb's Journal for most of 1991.
  41. I think the first issue was around March.
  42.  
  43. He describes, in much detail, about interrupt-driven communication using
  44. UART's on the PC.  His set of articles are much better than any book I've
  45. found which claimed to be "the bible" on PC communications.
  46. -- 
  47. Michael James Arena            Credit Technologies Inc.
  48. arena@credtech.com            281 Winter Street, Suite #100
  49. (617) 890-2000 x237            Waltham, MA  02154
  50.