1. open("/dev/mem")
2. allocate and attach using Sys V IPC shared memory
3. mmap the shared memory to /dev/mem video memory.
4. Let other processes write this shared memory, so that
it is updated to the video memory
Is this possible?
Regards,
Hasdi