home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / alt / msdos / programm / 2295 < prev    next >
Encoding:
Text File  |  1992-08-31  |  1.3 KB  |  37 lines

  1. Newsgroups: alt.msdos.programmer
  2. Path: sparky!uunet!utcsri!torn!watserv2.uwaterloo.ca!watserv1!Schultz.ON.CA!peter
  3. From: peter@Schultz.ON.CA (Peter Roeser)
  4. Subject: Re: Trapping 386 IO port accesses
  5. Message-ID: <1992Aug31.192341.795@Schultz.ON.CA>
  6. Organization: Sutherland-Schultz Limited, Kitchener, ON
  7. References: <1992Aug31.191659.672@Schultz.ON.CA>
  8. Distribution: na
  9. Date: Mon, 31 Aug 1992 19:23:41 GMT
  10. Lines: 25
  11.  
  12. Greetings netters,
  13.  
  14. I have a need to write a program for MSDOS that will act
  15. as a TSR to redirect IO manipulation by another program
  16. to my own custom hardware. That is to say:
  17.  
  18.     1. Trap any IO reads/writes to a specific port
  19.     2. Simulate Interrupts from hardware
  20.  
  21. This is somewhat like writing a debugger that allows traps
  22. whenever low level IO is accessed.
  23. Needless to say this must all be done in software.
  24. The software can be specified to only run on 386 class PC's.
  25.  
  26. Does anyone have experience in writing this kind of software?
  27. Are there any books which might discuss this kind of hardware
  28. simulation?
  29.  
  30. I will post a summary of any email if there is interest.
  31.  
  32. -- 
  33. Peter Roeser                 | peter@Schultz.ON.CA
  34. S-S Technologies Inc.        | uunet.uu.net!watserv1.uwaterloo.ca!schultz!peter
  35. 88 Ardelt Avenue             | voice: (519) 571-1434 x227
  36. Kitchener, ON Canada N2C 2C9 | FAX:   (519) 743-3610
  37.