From 3ab0e537368e57dc67b2f7f21aea06ee4001f7a3 Mon Sep 17 00:00:00 2001 From: Marcel Braun Date: Mon, 6 Apr 2026 10:44:46 +0200 Subject: Clean up boot modules --- arch/x86_64/support/grub.cfg.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'arch/x86_64/support/grub.cfg.in') 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 /$ - module2 /modules/test.img bbbbbbb - module2 /modules/test.img aaaa boot } \ No newline at end of file -- cgit v1.2.3 From eef84863f56a9453aaf086391a85b8d78d722358 Mon Sep 17 00:00:00 2001 From: Lukas Oesch Date: Wed, 8 Apr 2026 15:26:27 +0200 Subject: add test images --- arch/x86_64/support/grub.cfg.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/x86_64/support/grub.cfg.in') 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 /$ + module2 /modules/ext2_4KB_fs.img + module2 /modules/ext2_1KB_fs.img boot } \ No newline at end of file -- cgit v1.2.3 From 5865dac062f3291b8081eca39c2835015d2c43c6 Mon Sep 17 00:00:00 2001 From: Lukas Oesch Date: Wed, 8 Apr 2026 15:48:32 +0200 Subject: extend tests with another filesystem --- arch/x86_64/support/grub.cfg.in | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/x86_64/support/grub.cfg.in') 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 /$ 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 -- cgit v1.2.3