Files
rosetta/base/boot/grub/grub.cfg
T

12 lines
227 B
INI
Raw Normal View History

2026-02-21 23:21:52 +00:00
menuentry "Rosetta" {
multiboot /boot/mango_kernel
module /boot/rosetta-system.bsp
boot
}
menuentry "Rosetta (Serial Log)" {
multiboot /boot/mango_kernel kernel.early-console=ttyS0
module /boot/rosetta-system.bsp
boot
}