aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMarcel Braun <marcel.braun@ost.ch>2026-04-06 10:44:46 +0200
committerLukas Oesch <lukasoesch20@gmail.com>2026-04-11 07:58:20 +0200
commit3ab0e537368e57dc67b2f7f21aea06ee4001f7a3 (patch)
tree133f00c6b2a780b54b9748f3574121338269aba0 /arch
parent725116d22e850c502e6cb8d42b100da1080dfec0 (diff)
downloadteachos-3ab0e537368e57dc67b2f7f21aea06ee4001f7a3.tar.xz
teachos-3ab0e537368e57dc67b2f7f21aea06ee4001f7a3.zip
Clean up boot modules
Diffstat (limited to 'arch')
-rw-r--r--arch/x86_64/support/grub.cfg.in2
-rw-r--r--arch/x86_64/support/modules/test.imgbin2097152 -> 0 bytes
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86_64/support/grub.cfg.in b/arch/x86_64/support/grub.cfg.in
index 834345a..49f19ce 100644
--- a/arch/x86_64/support/grub.cfg.in
+++ b/arch/x86_64/support/grub.cfg.in
@@ -3,7 +3,5 @@ default=0
menuentry "TeachOS" {
multiboot2 /$<TARGET_FILE_NAME:kernel>
- module2 /modules/test.img bbbbbbb
- module2 /modules/test.img aaaa
boot
} \ No newline at end of file
diff --git a/arch/x86_64/support/modules/test.img b/arch/x86_64/support/modules/test.img
deleted file mode 100644
index 914fa7f..0000000
--- a/arch/x86_64/support/modules/test.img
+++ /dev/null
Binary files differ