I’ve written a simple character device driver for Linux. It is a simple message storing/retrieving system where the messages are stored in kernel space. I should be able to do something like this: and then retrieve the message with The messages are stored in a queue. When I try to retrieve a message that I hard coded in for testing