base: update kernel binary name in boot configuration

This commit is contained in:
2026-05-30 10:16:06 +01:00
parent d0fdb0268d
commit 52d31002c1
+1 -1
View File
@@ -2,7 +2,7 @@ set timeout_style=menu
set timeout=0
menuentry "Rosetta (Serial Log)" {
multiboot /boot/mango_kernel kernel.early-console=ttyS0
multiboot /boot/magenta_kernel kernel.early-console=ttyS0
module /boot/rosetta-system.bsp
boot
}