Passing data from GRUB2 module to kernel during boot-up

69 Views Asked by At

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

0

There are 0 best solutions below