Re: [PATCH] testpci: initial module

2025-05-11 Thread Vladimir 'phcoder' Serbinenko
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

Re: [PATCH] testpci: initial module

2025-05-11 Thread Yair Yarom
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

Re: [PATCH] testpci: initial module

2025-05-08 Thread Vladimir 'phcoder' Serbinenko
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

[PATCH] testpci: initial module

2025-05-08 Thread Yair Yarom
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