home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / os2 / programm / 7341 < prev    next >
Encoding:
Internet Message Format  |  1993-01-06  |  695 b 

  1. Path: sparky!uunet!usc!cs.utexas.edu!torn!nott!uotcsi2!revcan!Semi.Mitel.com!rickr
  2. From: rickr@Semi.Mitel.COM (Rick Reitmaier)
  3. Newsgroups: comp.os.os2.programmer
  4. Subject: Device Drivers
  5. Keywords: device, driver
  6. Message-ID: <13786@icarus>
  7. Date: 5 Jan 93 18:59:46 GMT
  8. Organization: Mitel. Kanata (Ontario). Canada.
  9. Lines: 11
  10.  
  11.  
  12.     Hi,
  13.  
  14.     A question about device drivers under OS/2.
  15.  
  16.     I'm currently trying to program a device driver in 
  17.  C (no assembler for me, thanks).  I've been able to figure
  18.  out most things, except for access to the request packet's 
  19.  address.  How do I get the pointer to the packet from ES:BX 
  20.  (physical device driver reference p3-5) while in my strategy 
  21.  routine?
  22.