From: zmbenhal@netcom.com (Zeyd M. Ben-Halim) Subject: Re: Graphics library and mouse support in GCC ? Date: 28 Jul 1992 04:53:28 GMT
In article <bibhas.712287107@femto.engr.mun.ca> bibhas@pico.engr.mun.ca (Bibhas Bhattacharya) writes:
>I will be very much interested to know the graphics library and mouse
>support with GCC. What could be the equivalent of the QUICK C interrupt
>caller function int86() and others.
>Any info is most welcome.
>Thanks...
>Bibhas.
All the necassery functions to do graphics are implemented by GCC. For info
about graphics on linux hunt for vga* and MGR. vgalinux.tar.Z in banjo should
be a good start. There is NO equivalent of int86(). You can't access the BIOS
at all under linux.
Zeyd