]> git.karo-electronics.de Git - karo-tx-redboot.git/blob - packages/hal/i386/pc/v2_0/misc/menu.lst
Initial revision
[karo-tx-redboot.git] / packages / hal / i386 / pc / v2_0 / misc / menu.lst
1 # Example GRUB boot menu configuration file for eCos
2
3 default 0
4 timeout 30
5
6 # eCos tm_basic test from dd0
7 title eCos - tm_basic fd0
8 root (fd0)
9 kernel /boot/tm_basic
10
11 # eCos tm_basic test from hd0
12 title eCos - tm_basic hd0
13 root (hd0,0)
14 kernel /boot/tm_basic
15
16 # eCos tcp_echo test from fd0
17 title eCos - tcp_echo fd0
18 root (fd0)
19 kernel /boot/tcp_echo
20
21 # eCos tcp_echo test from hd0
22 title eCos - tcp_echo hd0
23 root (hd0)
24 kernel /boot/tcp_echo
25
26 # eCos nc_test_slave test from fd0
27 title eCos - nc_test_slave fd0
28 root (fd0)
29 kernel /boot/nc_test_slave
30
31 # eCos nc_test_slave test from hd0
32 title eCos - nc_test_slave hd0
33 root (hd0)
34 kernel /boot/nc_test_slave
35
36 #end
37
38