home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / alt / msdos / programm / 2312 < prev    next >
Encoding:
Text File  |  1992-09-03  |  2.3 KB  |  57 lines

  1. Newsgroups: alt.msdos.programmer
  2. Path: sparky!uunet!stanford.edu!rock!taco!dspascha
  3. From: dspascha@eos.ncsu.edu (DAVID SCOTT PASCHAL)
  4. Subject: Re: Trapping 386 IO port accesses
  5. Message-ID: <1992Sep3.213055.27070@ncsu.edu>
  6. Originator: dspascha@c00063-100lez.eos.ncsu.edu
  7. Lines: 42
  8. Sender: news@ncsu.edu (USENET News System)
  9. Reply-To: dspascha@eos.ncsu.edu (DAVID SCOTT PASCHAL)
  10. Organization: North Carolina State University, Project Eos
  11. References: <1992Aug31.191659.672@Schultz.ON.CA> <1992Sep1.143350.10587@ncsu.edu> <tgreen.715391992@vincent2.iastate.edu> <1992Sep03.153802.688@Schultz.ON.CA>
  12. Distribution: na
  13. Date: Thu, 3 Sep 1992 21:30:55 GMT
  14.  
  15.  
  16. In article <1992Sep03.153802.688@Schultz.ON.CA>, peter@Schultz.ON.CA (Peter Roeser) writes:
  17. |> Newsgroups: alt.msdos.programmer
  18. |> Path: taco!rock!stanford.edu!agate!usenet.ins.cwru.edu!magnus.acs.ohio-state.edu!zaphod.mps.ohio-state.edu!cs.utexas.edu!torn!watserv2.uwaterloo.ca!watserv1!Schultz.ON.CA!peter
  19. |> From: peter@Schultz.ON.CA (Peter Roeser)
  20. |> Subject: Re: Trapping 386 IO port accesses
  21. |> Message-ID: <1992Sep03.153802.688@Schultz.ON.CA>
  22. |> Organization: S-S Technologies, Kitchener, ON
  23. |> References: <1992Aug31.191659.672@Schultz.ON.CA> <1992Sep1.143350.10587@ncsu.edu> <tgreen.715391992@vincent2.iastate.edu>
  24. |> Distribution: na
  25. |> Date: Thu, 3 Sep 92 11:38:02 GMT+5:00
  26. |> Lines: 22
  27. |> 
  28. |> In article <tgreen.715391992@vincent2.iastate.edu> tgreen@iastate.edu (Todd Greenfield) writes:
  29. |> >
  30. |> >what about doing this under windows?  I know nothing of windows
  31. |> >programming,  but wouldn't it be possible to write a windows
  32. |> >driver (for 386 enh mode of course) to do something like this?
  33. |> 
  34. |>   I have been told that although Windows uses protected mode to do
  35. |>   memory management( ie. traps when you talk to non-available mem.)
  36. |>   it does not trap IO references.
  37. |> 
  38. |> >
  39. |> >I'd be interested in seeing what others think, and how one 
  40. |> >would go about doing it, as I have a similar need.
  41. |> 
  42. |>   Let's keep the discussion going
  43. |> 
  44. |> 
  45. |> -- 
  46. |> Peter Roeser                 | peter@Schultz.ON.CA
  47. |> S-S Technologies Inc.        | uunet.uu.net!watserv1.uwaterloo.ca!schultz!peter
  48. |> 88 Ardelt Avenue             | voice: (519) 571-1434 x227
  49. |> Kitchener, ON Canada N2C 2C9 | FAX:   (519) 743-3610
  50. |> 
  51.  
  52. Hi.  Windows DOES trap I/O port accesses -- that's what *.386 virtual device
  53. drivers are for.
  54.  
  55. Tschuess,
  56. David Paschal
  57.