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

9 lines
171 B
INI
Raw Normal View History

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