summaryrefslogtreecommitdiff
path: root/rtems-grub-h0-1.cfg
blob: 3438d63647dc624a99ae04151082d49b8bb6bf47 (plain)
1
2
3
4
5
6
7
8
9
# RTEMS Grub configuration for RTEMS Testing
set default=0
timeout=0

menuentry "RTEMS RTL Tester" {
 set root=(hd0,1)
 multiboot (hd0,1)/rtld --console=com1 --ide=0
}