GRUB provides an interface to add up boot-time module loading. We can build independent binaries add link them with kernel during boot. GRUB provides address of these modules in its boot-structure which can be used by kernel to invoke module's functions.
GRUB provides an interface to add up boot-time module loading. We can build independent binaries add link them with kernel during boot. GRUB provides address of these modules in its boot-structure which can be used by kernel to invoke module's functions.