Quote:
Originally Posted by knc1
Is there any signs that it calls out to a lower level routine to post the character(s)?
Perhaps the lower level routine can be accessed as an answer to this question.
|
It maps ascii characters to pixel representation and sends it to framebuffer device. To send unicode characters you will have to convert it first to image, then you can use eips as well. If you want to use low level framebuffer stuff there are people that have already done it here (geekmaster?).