From fefc9a138f4d4f26e6b676c4cdca77b3140e4206 Mon Sep 17 00:00:00 2001 From: "marcel.braun" Date: Tue, 17 Feb 2026 17:41:10 +0100 Subject: Save WIP --- arch/x86_64/support/grub.cfg.in | 1 + arch/x86_64/support/modules/test.img | Bin 0 -> 2097152 bytes 2 files changed, 1 insertion(+) create mode 100644 arch/x86_64/support/modules/test.img (limited to 'arch') diff --git a/arch/x86_64/support/grub.cfg.in b/arch/x86_64/support/grub.cfg.in index 49f19ce..b29fc36 100644 --- a/arch/x86_64/support/grub.cfg.in +++ b/arch/x86_64/support/grub.cfg.in @@ -3,5 +3,6 @@ default=0 menuentry "TeachOS" { multiboot2 /$ + module2 isofs/modules/test.img 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 new file mode 100644 index 0000000..914fa7f Binary files /dev/null and b/arch/x86_64/support/modules/test.img differ -- cgit v1.2.3