diff options
Diffstat (limited to 'arch/x86_64/support/grub.cfg.in')
| -rw-r--r-- | arch/x86_64/support/grub.cfg.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86_64/support/grub.cfg.in b/arch/x86_64/support/grub.cfg.in index 49f19ce..35621f9 100644 --- a/arch/x86_64/support/grub.cfg.in +++ b/arch/x86_64/support/grub.cfg.in @@ -3,5 +3,7 @@ default=0 menuentry "TeachOS" { multiboot2 /$<TARGET_FILE_NAME:kernel> + module2 /modules/ext2_4KB_fs.img + module2 /modules/ext2_1KB_fs.img boot }
\ No newline at end of file |
