i have a question, why so many people here and on linuxsir want to intercept the system call from module. why need do this? to finish what function?
i do not know, can anybody tell me?
i do not think so, that is only a table
a = t[x];
t[x] = b;
is too simple, so no benefit for learning kernel source.
i give a topic. create a tcp server, read a string as file name, open the file, read content, and send content back to client via socket. can anybody write one module to do this?