Is there any way to pass data from a custom GRUB2 module to kernel, so that a kernel driver module can use it?
I am writing a GRUB2 module that process some data and need to get this data output passed to kernel. The data consists of some integers and long integers.
Thanks