Hi expert,
For network communication, I see that GRUB2 has http module but not https.
Is there any intention on creating https module? Has anyone tried to
create one?
Regards,
Madeline
___
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.or
Hi experts,
I am new to GRUB2 and I have a library (libuser.a) that I would like to
statically linked to GRUB2. Is this possible?
I have looked at grub2/grub-core's Makefile.core.def and I saw:
module = {
name = regexp;
common = commands/regexp.c;
common = commands/wildcard.c
ld