Board logo

标题: 如何在config中把"menuitem="的数据连在一起 [打印本页]

作者: home     时间: 2007-4-3 05:49    标题: 如何在config中把"menuitem="的数据连在一起

如何在config中menuitem的数据连在一起
[menu]
menuitem=AUTO, Boot with emm386 (most compatible)
menuitem=MAX, Boot with emm386 (max memory)
menuitem=NOEMM, Boot without emm386
menuitem=CLEAN, Clean boot
menudefault=AUTO,5

可以修改为

[menu]
menuitem   AUTO, Boot with emm386 (most compatible)  MAX, Boot with emm386 (max memory)  NOEMM, Boot without emm386  CLEAN, Clean boot

把AUTO, Boot with emm386 (most compatible)  MAX, Boot with emm386 (max memory)  NOEMM, Boot without emm386  CLEAN, Clean boot连在一起,不使用多个menuitem=,应该如何实现这个菜单