![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| system calls | sangramdas | BSD | 1 | 05-08-2008 09:48 PM |
| Develop 2 IPC System Calls | Anki | Shell Programming and Scripting | 1 | 11-01-2007 01:22 PM |
| System calls ? | TECHRAMESH | SUN Solaris | 1 | 05-16-2006 02:05 AM |
| System calls? | PlunderBunny | UNIX for Dummies Questions & Answers | 2 | 03-26-2006 10:12 PM |
| System Calls | clickonline1 | UNIX for Dummies Questions & Answers | 2 | 10-06-2001 06:30 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
I need to develop 2 IPC system calls.
1) The first one allows sender to send a message to set of receivers in a single call. 2) The second one allows receiver to receives all message that have been sent to it in a single call Please help me in developing this system calls ....atleast how to start it ......Thanks alot |
|
||||
|
Which operating system is this for?
Do you know how system calls work? You need to add some code to the kernel to provide the kernels half, and integrate it to the kernels syscall dispatch mechanism. Then you need to provide a userland syscall api to access the syscall. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|