diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-07-23 23:55:28 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-07-23 23:55:28 +0200 |
| commit | b334a8494bef50c5b90adc1f101464fc8c4c971a (patch) | |
| tree | 591efae83a93d25e45ab3b32d5d3d2e6c94d702b /arch/x86_64 | |
| parent | 7d78433e6ea80b651f80201b6c5beef799887e7f (diff) | |
| download | kernel-b334a8494bef50c5b90adc1f101464fc8c4c971a.tar.xz kernel-b334a8494bef50c5b90adc1f101464fc8c4c971a.zip | |
kernel: port ram disk to new driver architecture
Diffstat (limited to 'arch/x86_64')
| -rw-r--r-- | arch/x86_64/support/grub.cfg.in | 6 |
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 |
