Hey,
My attempts to use mmuhack are not very successful.
The fb is allocated in upper memory within my lib's renderer initialise function using:
CODE
int Uppermemfd = open("/dev/mem", O_RDWR); //Open the memory for reading/writing
fb = (unsigned short*)mmap(0, 320*240*sizeof(unsigned short)...