diff options
| author | marcel.braun <marcel.braun@ost.ch> | 2026-02-17 18:41:25 +0100 |
|---|---|---|
| committer | Lukas Oesch <lukasoesch20@gmail.com> | 2026-03-17 16:39:35 +0100 |
| commit | bbbf8c9032a54da4115d57d2897f8bb0a698895b (patch) | |
| tree | 1163adf1749b412bcaed34bbee0534f81fa248a6 /arch/x86_64/support | |
| parent | fefc9a138f4d4f26e6b676c4cdca77b3140e4206 (diff) | |
| download | teachos-bbbf8c9032a54da4115d57d2897f8bb0a698895b.tar.xz teachos-bbbf8c9032a54da4115d57d2897f8bb0a698895b.zip | |
Copy modules to isofs folder
Diffstat (limited to 'arch/x86_64/support')
| -rw-r--r-- | arch/x86_64/support/grub.cfg.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/support/grub.cfg.in b/arch/x86_64/support/grub.cfg.in index b29fc36..09d2ace 100644 --- a/arch/x86_64/support/grub.cfg.in +++ b/arch/x86_64/support/grub.cfg.in @@ -3,6 +3,6 @@ default=0 menuentry "TeachOS" { multiboot2 /$<TARGET_FILE_NAME:kernel> - module2 isofs/modules/test.img + module2 /modules/test.img boot }
\ No newline at end of file |
