|
low level hardware access in linux
Hey I was wondering if it is possible to access hardware directly on a comp running some linux. Particularly the graphics hardware.
Basically I would like to be able to write directly to the video hardware while in VGA mode.
I did this in a dos enviroment but got tripped up on having to deal with far pointers and all that 16 bit jazz.
I am trying to keep away from using opengl or any other graphics packages as this is a purely academic adventure into controling pc hardware in C++/C
Thanks.
|