Hi,
I'm looking for suggestions on possible IPC mechanisms that I can implement in my self-made OS for an AVR32 board.
My current choice is implementing the massage passing mechanism described in the books written by Tanenbaum.
Is this a good choice? Are there easier way to implement IPC?
Thanks