Re: [rtl] RT and the VGA

2000-07-24 Thread Stuart Hughes
daniel sheltraw wrote: > > Hello realtimers > > I have a function which writes to video memory in kernel-space (and the > palette registers) after setting up the video mode using SVAGlib in > user-space. I have used this function previously in a non-RT kernel > module where it worked as expected

[rtl] RT and the VGA

2000-07-23 Thread daniel sheltraw
Hello realtimers I have a function which writes to video memory in kernel-space (and the palette registers) after setting up the video mode using SVAGlib in user-space. I have used this function previously in a non-RT kernel module where it worked as expected. Now I am trying to use the same func