From 3e80780859c4cbe5223ca4329bfd6176f5c2c879 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Mon, 15 Aug 2022 20:48:23 +0200 Subject: kernel: port to multiboot2 --- grub.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'grub.cfg') diff --git a/grub.cfg b/grub.cfg index 922e96a..528b39c 100644 --- a/grub.cfg +++ b/grub.cfg @@ -1,6 +1,6 @@ set timeout=0 menuentry "Camellia" { - multiboot /boot/kernel - module /boot/init + multiboot2 /boot/kernel + module2 /boot/init } -- cgit v1.2.3