2021-08-22 07:03:16 +08:00

8 lines
97 B
INI

set timeout=0
set default=0
menuentry "boot RT-Thread" {
multiboot /rtthread.elf
boot
}