2008/10/21 Frédéric Weisbecker <fweisbec@xxxxxxxxx>: > 2008/10/21 loody <miloody@xxxxxxxxx>: >> But I want to know where I can find the instructions listed by >> categories, like file control, disk control, network, system, etc. I forgot some things. Your best source is actually the include/ directory in the kernel in which you will find the most part of the API available for the kernel. If you search the role or the prototype of a function for example, go to your include directory and if your seek the function foo, type grep -r foo * to find in which file its prototype resides. -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ