aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authormarcel.braun <marcel.braun@ost.ch>2026-02-17 18:41:25 +0100
committerLukas Oesch <lukasoesch20@gmail.com>2026-03-17 16:39:35 +0100
commitbbbf8c9032a54da4115d57d2897f8bb0a698895b (patch)
tree1163adf1749b412bcaed34bbee0534f81fa248a6 /arch
parentfefc9a138f4d4f26e6b676c4cdca77b3140e4206 (diff)
downloadteachos-bbbf8c9032a54da4115d57d2897f8bb0a698895b.tar.xz
teachos-bbbf8c9032a54da4115d57d2897f8bb0a698895b.zip
Copy modules to isofs folder
Diffstat (limited to 'arch')
-rw-r--r--arch/x86_64/support/grub.cfg.in2
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