diff options
| author | Lukas Oesch <lukasoesch20@gmail.com> | 2026-04-08 15:48:32 +0200 |
|---|---|---|
| committer | Lukas Oesch <lukasoesch20@gmail.com> | 2026-04-11 07:58:21 +0200 |
| commit | 5865dac062f3291b8081eca39c2835015d2c43c6 (patch) | |
| tree | 3680241b3f118c83a398d723530e95b098e7812f /arch/x86_64/support/grub.cfg.in | |
| parent | eef84863f56a9453aaf086391a85b8d78d722358 (diff) | |
| download | teachos-5865dac062f3291b8081eca39c2835015d2c43c6.tar.xz teachos-5865dac062f3291b8081eca39c2835015d2c43c6.zip | |
extend tests with another filesystem
Diffstat (limited to 'arch/x86_64/support/grub.cfg.in')
| -rw-r--r-- | arch/x86_64/support/grub.cfg.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86_64/support/grub.cfg.in b/arch/x86_64/support/grub.cfg.in index 35621f9..45c3356 100644 --- a/arch/x86_64/support/grub.cfg.in +++ b/arch/x86_64/support/grub.cfg.in @@ -5,5 +5,6 @@ menuentry "TeachOS" { multiboot2 /$<TARGET_FILE_NAME:kernel> module2 /modules/ext2_4KB_fs.img module2 /modules/ext2_1KB_fs.img + module2 /modules/ext2_2KB_fs.img boot }
\ No newline at end of file |
