Delo
From LinuxMIPS
DELO is a boot loader for DECstations. The latest version (0.8) can boot ECOFF, ELF and ELF64 kernels and supports loading of initial ramdisk. Supported filesystems inlcude ext2 and iso9660. It is possible to create bootable CD images. Boot settings are stored in /etc/delo.conf
Example delo.conf
# /etc/delo.conf
#
# boot device
boot=/dev/sda
#
# bootable kernel images:
label=linux
image=/boot/vmlinux
append="root=/dev/sda5 console=ttyS2"
#
label=linux-2.4
image=/boot/vmlinux-2.4
append="root=/dev/hda2 console=ttyS0 initrd=/initrd.img"
