home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / msdos / programm / 12333 < prev    next >
Encoding:
Text File  |  1993-01-22  |  1004 b   |  27 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!mcsun!sunic!palantir.p.tvt.se!infolog!infovox.se!infopc52.infovox.se!GORAN
  3. From: GORAN@infovox.se (G|ran Bostr|m)
  4. Subject: Does MSDOS destroys interrupt vectors during start?
  5. Message-ID: <GORAN.31304.727708491@infovox.se>
  6. Lines: 16
  7. Sender: news@infovox.se
  8. Organization: Infovox AB, Sweden
  9. Date: Fri, 22 Jan 1993 13:14:51 GMT
  10.  
  11. I'm writing a device driver using serial communications (i e COM 1 - 4).
  12.  
  13. As far as I can see the MSDOS systems initializes the interrupt
  14. vectors for COM 1 - 4 __AFTER__ the drivers has been loaded.
  15.  
  16. This destroys the vectors I've just installed during the INIT-pahase in
  17. the just loaded device driver.
  18.  
  19. Is this correct? Can I circumvent this?
  20.  
  21. G|ran.
  22. -----------------------------------------------------+-----------------
  23. G|ran Bostr|m               email: goran@infovox.se  |  We make your
  24. Infovox AB, Box 2069        phone: + 46 8 764 3572   |  computer
  25. S-171 02 Solna, Sweden      fax:   + 46 8 735 78 76  |  talk !
  26.  
  27.