aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-07-23 23:55:28 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-07-23 23:55:28 +0200
commitb334a8494bef50c5b90adc1f101464fc8c4c971a (patch)
tree591efae83a93d25e45ab3b32d5d3d2e6c94d702b /arch
parent7d78433e6ea80b651f80201b6c5beef799887e7f (diff)
downloadkernel-b334a8494bef50c5b90adc1f101464fc8c4c971a.tar.xz
kernel-b334a8494bef50c5b90adc1f101464fc8c4c971a.zip
kernel: port ram disk to new driver architecture
Diffstat (limited to 'arch')
-rw-r--r--arch/x86_64/support/grub.cfg.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86_64/support/grub.cfg.in b/arch/x86_64/support/grub.cfg.in
index 45c33560..06701fdc 100644
--- a/arch/x86_64/support/grub.cfg.in
+++ b/arch/x86_64/support/grub.cfg.in
@@ -3,8 +3,8 @@ default=0
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
+ module2 /modules/ext2_4KB_fs.img type=ramdisk
+ module2 /modules/ext2_1KB_fs.img type=ramdisk
+ module2 /modules/ext2_2KB_fs.img type=ramdisk
boot
} \ No newline at end of file