Displaying 1 result from an estimated 1 matches for "config11".
Did you mean:
config1
2012 Nov 28
3
config.c32 fails in 5.00pre11
...To
replicate:
1_ The content of the device:
/dira
/cat.c32
/config.c32
/ldlinux.c32
/ldlinux.sys
/libcom32.c32
/pwd.c32
/syslinux.cfg
/dira/dira.cfg
2_ Content of /syslinux.cfg:
DEFAULT pwd1
PROMPT 0
LABEL config1
COM32 config.c32 /dira/dira.cfg
APPEND /dira/
LABEL pwd1
COM32 pwd.c32
LABEL config11
CONFIG /dira/dira.cfg
APPEND /dira/
3_ Content of /dira/dira.cfg
DEFAULT pwd2
LABEL pwd2
COM32 /pwd.c32
LABEL config2
COM32 /config.c32 /syslinux.cfg
APPEND /
LABEL config21
CONFIG /syslinux.cfg
APPEND /
3_ Boot and Run "config1" label.
4_ Run config2 label
5_ Press TAB.
Since &quo...