blob: 277ca5c640cbfd08665649b9bad93098db8b8c64 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
set timeout=0
set default=0
menuentry "Melvix with logging" {
multiboot /boot/melvix
boot
}
menuentry "Melvix without logging" {
multiboot /boot/melvix nolog
boot
}
|