home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / gnu / gcc / help / 2111 < prev    next >
Encoding:
Internet Message Format  |  1992-09-11  |  1.8 KB

  1. Xref: sparky gnu.gcc.help:2111 comp.os.msdos.programmer:9288
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!swrinde!zaphod.mps.ohio-state.edu!sample.eng.ohio-state.edu!purdue!mentor.cc.purdue.edu!noose.ecn.purdue.edu!samsung!balrog!ctron.com
  3. From: dj@ctron.com (DJ Delorie)
  4. Newsgroups: gnu.gcc.help,comp.os.msdos.programmer
  5. Subject: Re: djgpp 2.2.2 Q's: mouse/svga/assembler/bios
  6. Message-ID: <5039@balrog.ctron.com>
  7. Date: 11 Sep 92 22:07:49 GMT
  8. References: <25586@castle.ed.ac.uk>
  9. Sender: root@balrog.ctron.com
  10. Reply-To: dj@ctron.com
  11. Followup-To: gnu.gcc.help
  12. Distribution: gnu, comp
  13. Organization: None whatsoever
  14. Lines: 43
  15.  
  16. In article <25586@castle.ed.ac.uk>, eonu24@castle.ed.ac.uk (I Reid) writes:
  17. > 1. Where is the best place to ask djgpp questions ?
  18.  
  19. There is a mailing list. To subscribe to the djgpp mailing list, send
  20. mail:
  21.  
  22.   % mail listserv@sun.soe.clarkson.edu
  23.   Subject:
  24.   add djgpp
  25.   ^D
  26.  
  27. If you don't get an auto-reply, send mail to
  28. djgpp-request@sun.soe.clarkson.edu.  Regular submissions should go to
  29. djgpp@sun.soe.clarkson.edu.  For listserv help, send a "help" message
  30. to listserv.  There is also a djgpp-announce list.
  31.  
  32. Currently, there isn't a dedicated newsgroup, although discussion on
  33. such an issue has happened.
  34.  
  35. > 2. Problems with Trident 8900 chipset and djgpp ?
  36.  
  37. I've gone back and forth with the Trident drivers.  No one driver
  38. works for everyone, so I stopped trying.  You've got the source; you
  39. can make it work for you.
  40.  
  41. > 3. Mouse support (non libgr.a)? 1 svga bank only ok ?
  42.  
  43. Most mouse drivers won't understand SVGA graphics modes, so you need
  44. to use the same method that the libgr.a mouse routines use.
  45.  
  46. > 4. Interrupt routines ?
  47.  
  48. Only through go32 or TSRs.
  49.  
  50. > 5. 386 assembly & bios
  51.  
  52. It's Motorola format.  I think there's documentation on
  53. gatekeeper.dec.com for gas, but I figured it out from the gas sources
  54. and "gcc -S".
  55.  
  56. DJ
  57. dj@ctron.com
  58. Life is a banana.
  59.