Re: [PATCH grub] hurdhelper: Add helper to load GNU/Hurd multiboot modules

2022-09-30 Thread Samuel Thibault
Hello, Damien Zammit, le ven. 30 sept. 2022 12:53:27 +, a ecrit: > This adds a new grub module called hurdhelper. That's nice, but be should be submitted to the grub mailing list :) > +#define ACPI_TASK"acpi" > +#define PCI_TASK "pci-arbiter" > +#define DISK_TASK

[PATCH grub] hurdhelper: Add helper to load GNU/Hurd multiboot modules

2022-09-30 Thread Damien Zammit
This adds a new grub module called hurdhelper. This module simplifies the loading of hurd multiboot modules by allowing them to be loaded in one line (in order of loading). A typical use case would be: insmod multiboot insmod hurdhelper multiboot /boot/gnumach-1.8-486-dbg