[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: XDD and Xbios



> Can you use Kernal functions?

Not that I am aware of, no. I want to get the pointer to the IKBD table which
is returned by Kbdvbase()...

This is for the mouse system in XaAES. At present, I have an initialisation
command which is written to the device - part of that command is the pointer
to the IKBD table. It would be nice if that didn't need to be sent to the
device.

I tried putting the Kbdvbase() call in the init part of the XDD (I'm not
interested in calling xbios functions in the device driver functions like
open/close etc...) and it worked fine, but I don't want to use that system if
its not stable.

Thanks,

James