Hi again,

--- On Sun, Jul 5, 2009 at 11:09 AM, Shakthi
Kannan<[email protected]> wrote:
| 4. We will use a top-level Makefile to build code in the
| subdirectories (for each example). See this for an example:
| http://shakthimaan.com/downloads/device_drivers/device-drivers-2.6.tar.bz2
\--

To begin with, try to write examples for the following:

* To find if the processor is using LE/BE
* Creating and using a static library
* Creating and using a shared library
* Pipes
* FIFOs
* Mutex
* Semaphores
* Shared memory
* Message queues

You can create separate directory for each section -- 'static-library,
'shared-library', 'endian', 'pipes', et. al. and write the examples
under it.

If you want to write many examples, use a meaningful filename.c.
Everything should build from a Makefile. If you are new to writing
Makefiles, read online on how to write one.

SK

-- 
Shakthi Kannan
http://www.shakthimaan.com
_______________________________________________
Users mailing list
[email protected]
http://lists.dgplug.org/listinfo.cgi/users-dgplug.org

Reply via email to