grub.cfg 97 B

1234567
  1. set timeout=0
  2. set default=0
  3. menuentry "boot RT-Thread" {
  4. multiboot /rtthread.elf
  5. boot
  6. }