URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [hal/] [i386/] [pc/] [current/] [misc/] [grub.cfg] - Rev 786
Compare with Previous | Blame | View Log
# Example GRUB 2 (version 1.98) Configuration File
# Timeout for menu
set timeout=10
# Set default boot entry as Entry 0
set default=0
# Entry 0 - redboot
menuentry "redboot from hd0,1" {
set root=(hd0,1)
multiboot /boot/redboot.elf
}