Re: File I/O from Kernel
Posted: Tue May 02, 2017 8:35 am
I don't think those kind of libraries are the ones for operating system development. Are you sure all the answers on Google are like that?ReznicencuBogdan wrote:And on google all the answers used some external libraries (<linux/kernel.h> , <fcntl.h> ,<sys/types.h>... etc.) which I don't have or don't know how to link to the kernel.
https://github.com/torvalds/linuxno92 wrote:Also, please tell me, is <linux/kernel.h> a library?
Well, the header file exists in the source code so yes.