Le dim. 11 mai 2025, 17:11, Yair Yarom a écrit :
>
>
> On Thu, 8 May 2025 at 17:30, Vladimir 'phcoder' Serbinenko <
> phco...@gmail.com> wrote:
>
>> Le jeu. 8 mai 2025, 15:49, Yair Yarom a écrit :
>>
>>> +#include
>>>
>> What requires normal.h? Just curious
>>
> grub_file_getline is in normal.h
On Thu, 8 May 2025 at 17:30, Vladimir 'phcoder' Serbinenko <
phco...@gmail.com> wrote:
> Le jeu. 8 mai 2025, 15:49, Yair Yarom a écrit :
>
>> +#include
>>
> What requires normal.h? Just curious
>
grub_file_getline is in normal.h
> +struct grub_testpci_devlist {
>> + char** devices;
>> + int
Le jeu. 8 mai 2025, 15:49, Yair Yarom a écrit :
> Initial testpci module and command used to query if PCI devices are
> present.
>
> ---
> docs/grub.texi | 8 ++
> grub-core/Makefile.core.def | 7 ++
> grub-core/commands/testpci.c | 167 +++
> 3
Initial testpci module and command used to query if PCI devices are
present.
---
docs/grub.texi | 8 ++
grub-core/Makefile.core.def | 7 ++
grub-core/commands/testpci.c | 167 +++
3 files changed, 182 insertions(+)
create mode 100644 grub-core/c