[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: About reading a text-file from kernel
I have one doubt that, I am not writing my classifier as kernel module,
I am directly modifying existing code for this.
Can I still make use of 'ioctl' calls ?
Oh, if you are modifying the kernel itself, then you can implement 'system calls' instead of ioctls for the purpose.
Regards,
- Ratnadeep