home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / linux / 6834 < prev    next >
Encoding:
Internet Message Format  |  1992-07-27  |  1.0 KB

  1. Path: sparky!uunet!olivea!hal.com!decwrl!csus.edu!netcomsv!mork!zmbenhal
  2. From: zmbenhal@netcom.com (Zeyd M. Ben-Halim)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: Graphics library and mouse support in GCC ?
  5. Keywords: Graphics GCC
  6. Message-ID: <jcmmsvf.zmbenhal@netcom.com>
  7. Date: 28 Jul 92 04:53:28 GMT
  8. References: <bibhas.712287107@femto.engr.mun.ca>
  9. Followup-To: comp.os.linux
  10. Organization: Netcom - Online Communication Services (408 241-9760 guest)
  11. Lines: 14
  12.  
  13. In article <bibhas.712287107@femto.engr.mun.ca> bibhas@pico.engr.mun.ca (Bibhas Bhattacharya) writes:
  14. >I will be very much interested to know the graphics library and mouse
  15. >support with GCC. What could be the equivalent of the QUICK C interrupt
  16. >caller function int86() and others.
  17. >Any info is most welcome.
  18. >Thanks...
  19. >Bibhas.
  20.  
  21. All the necassery functions to do graphics are implemented by GCC. For info
  22. about graphics on linux hunt for vga* and MGR. vgalinux.tar.Z in banjo should
  23. be a good start. There is NO equivalent of int86(). You can't access the BIOS
  24. at all under linux.
  25.  
  26. Zeyd
  27.