mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-16 05:09:21 +08:00
8 lines
97 B
INI
8 lines
97 B
INI
set timeout=0
|
|
set default=0
|
|
|
|
menuentry "boot RT-Thread" {
|
|
multiboot /rtthread.elf
|
|
boot
|
|
}
|