Hello,
I would like to implement shared memory between different tasks and between a task and the kernel. How can that be implemented with C language ?
Thanks!
sharing memory between task/task or task/kernel
sharing memory between task/task or task/kernel
Last edited by stanko51 on Thu Feb 17, 2011 9:16 pm, edited 1 time in total.
- NickJohnson
- Member
- Posts: 1249
- Joined: Tue Mar 24, 2009 8:11 pm
- Location: Sunnyvale, California
Re: sharing memory between task/task or task/kernel
Do you have paging set up? If so, it's pretty simple: just map the shared region of memory in both tasks or the task and the kernel.