diff options
| author | Lukas Oesch <lukasoesch20@gmail.com> | 2026-04-08 15:26:27 +0200 |
|---|---|---|
| committer | Lukas Oesch <lukasoesch20@gmail.com> | 2026-04-11 07:58:21 +0200 |
| commit | eef84863f56a9453aaf086391a85b8d78d722358 (patch) | |
| tree | 5ead5e5aca9b6531e78f2be97b4342cd6cc69427 /arch/x86_64/support/grub.cfg.in | |
| parent | edef121fccb75e98ce4a252c4a969f5c85d547ec (diff) | |
| download | teachos-eef84863f56a9453aaf086391a85b8d78d722358.tar.xz teachos-eef84863f56a9453aaf086391a85b8d78d722358.zip | |
add test images
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 |
