From 01549be5c53f74df3df1d7f9de3e702ffb906088 Mon Sep 17 00:00:00 2001 From: Lukas Oesch Date: Wed, 18 Feb 2026 10:35:30 +0100 Subject: add multiboot2 module tag, all modules can be iterated --- arch/x86_64/support/grub.cfg.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'arch') diff --git a/arch/x86_64/support/grub.cfg.in b/arch/x86_64/support/grub.cfg.in index 09d2ace..834345a 100644 --- a/arch/x86_64/support/grub.cfg.in +++ b/arch/x86_64/support/grub.cfg.in @@ -3,6 +3,7 @@ default=0 menuentry "TeachOS" { multiboot2 /$ - module2 /modules/test.img + module2 /modules/test.img bbbbbbb + module2 /modules/test.img aaaa boot } \ No newline at end of file -- cgit v1.2.3