diff options
| author | Marcel Braun <marcel.braun@ost.ch> | 2026-04-06 10:44:46 +0200 |
|---|---|---|
| committer | Lukas Oesch <lukasoesch20@gmail.com> | 2026-04-11 07:58:20 +0200 |
| commit | 3ab0e537368e57dc67b2f7f21aea06ee4001f7a3 (patch) | |
| tree | 133f00c6b2a780b54b9748f3574121338269aba0 | |
| parent | 725116d22e850c502e6cb8d42b100da1080dfec0 (diff) | |
| download | teachos-3ab0e537368e57dc67b2f7f21aea06ee4001f7a3.tar.xz teachos-3ab0e537368e57dc67b2f7f21aea06ee4001f7a3.zip | |
Clean up boot modules
| -rw-r--r-- | arch/x86_64/support/grub.cfg.in | 2 | ||||
| -rw-r--r-- | arch/x86_64/support/modules/test.img | bin | 2097152 -> 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 Binary files differdeleted file mode 100644 index 914fa7f..0000000 --- a/arch/x86_64/support/modules/test.img +++ /dev/null |
