[PATCH] Fix warning at pic_isa.c

2023-01-05 Thread Flavio Cruz
--- i386/i386at/pic_isa.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i386/i386at/pic_isa.c b/i386/i386at/pic_isa.c index b0415c24..1e5ac103 100644 --- a/i386/i386at/pic_isa.c +++ b/i386/i386at/pic_isa.c @@ -33,8 +33,8 @@ /* These interrupts are always present */ -

[PATCH] Use grub-file instead of mbchk to test multiboot header

2023-01-05 Thread Flavio Cruz
mbchk is not part of grub2 and only available on grub-legacy. --- tests/Makefrag.am | 2 +- tests/configfrag.ac| 2 +- tests/{test-mbchk.in => test-multiboot.in} | 8 3 files changed, 6 insertions(+), 6 deletions(-) rename tests/{test-mbch