How can I write to a text file from kernel space? I tried including file.h, but the compiler yelled at me. I want to be able to write a log file without copying each individual line back to user space ...