4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-14 20:29:23 +08:00

8 lines
97 B
INI
Raw Normal View History

2021-08-22 07:03:16 +08:00
set timeout=0
set default=0
menuentry "boot RT-Thread" {
multiboot /rtthread.elf
boot
}