Fennix/tools/grub.cfg
2022-10-20 01:08:42 +03:00

8 lines
147 B
INI

set default=0
set timeout=0
# set lang=ro_RO
menuentry "Fennix" {
multiboot2 /kernel.fsys --alloc=liballoc11 --cores=0 --tasking=multi
boot
}