12 lines
227 B
INI
12 lines
227 B
INI
|
|
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
|
||
|
|
}
|