Results 1 to 1 of 1
I'm writing a new system call named icsys, i want to write something to the console when this system call is invoked.
i tried calling write() from icsys() but during ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-28-2010 #1Just Joined!
- Join Date
- Jul 2010
- Posts
- 1
How to use write system call within a system call
I'm writing a new system call named icsys, i want to write something to the console when this system call is invoked.
i tried calling write() from icsys() but during compilation of kernel i received multiple definition error for several functions in read_write.c.
how to print to a console from a system call.
please someone help me with this
i'm using kernel 2.6.34.1


Reply With Quote
