Hi, everyone.
I port DirectFB-1.6.3 with linux-fusion to Blackfin, which has no mmu.
I debug dfbtest_init,
unsigned long shm_base;
if (ioctl( fd, FUSION_SHM_GET_BASE, &shm_base )) {
ret = errno2result(errno);
D_PERROR( "Fusion/Init: FUSION_SHM_GET_BASE failed!\n" );
goto error;
}
and find that shm_base will return 0x20000000, but this address it out of my
memory.
So, do linux-fusion support nommu cpu?
thanks.
jfx @ china
_______________________________________________
directfb-dev mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev