diff options
| author | Lukas Oesch <lukasoesch20@gmail.com> | 2026-02-18 10:35:30 +0100 |
|---|---|---|
| committer | Lukas Oesch <lukasoesch20@gmail.com> | 2026-03-17 16:39:38 +0100 |
| commit | 01549be5c53f74df3df1d7f9de3e702ffb906088 (patch) | |
| tree | 14af67a1d372ba1144fb6c0672508502ff809953 /arch/x86_64/support | |
| parent | e32c889764b56aa0ed5373c07d0225c95ed502bb (diff) | |
| download | teachos-01549be5c53f74df3df1d7f9de3e702ffb906088.tar.xz teachos-01549be5c53f74df3df1d7f9de3e702ffb906088.zip | |
add multiboot2 module tag, all modules can be iterated
Diffstat (limited to 'arch/x86_64/support')
| -rw-r--r-- | arch/x86_64/support/grub.cfg.in | 3 |
1 files changed, 2 insertions, 1 deletions
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 /$<TARGET_FILE_NAME:kernel> - module2 /modules/test.img + module2 /modules/test.img bbbbbbb + module2 /modules/test.img aaaa boot }
\ No newline at end of file |
