diff options
| author | hpa <hpa> | 2004-02-02 08:58:35 +0000 |
|---|---|---|
| committer | hpa <hpa> | 2004-02-02 08:58:35 +0000 |
| commit | dda2dffd01825eab5c6fc9e59c150d31dd16ccdf (patch) | |
| tree | 366412cd2f2fc1754e4eedbaeebc31310be2593f /menu/README | |
| parent | cb4c2a2a6fc0bc6451a3bd5a5c544ba297946eaa (diff) | |
| download | syslinux-2.09-pre3.tar.gz | |
Allow multiple mains in the makefile by building as a librarysyslinux-2.09-pre3
Diffstat (limited to 'menu/README')
| -rw-r--r-- | menu/README | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/menu/README b/menu/README index 50149782..6f7110d0 100644 --- a/menu/README +++ b/menu/README @@ -4,9 +4,11 @@ This is a menu system written by Murali Krishnan Ganapathy and ported from OpenWatcom to gcc by HPA. -To configure the menus, you need to set up main.c to have the menu -items you desire, then build the menu system using make. You can use -either simple.c or complex.c as a starting point for your own main.c. +To configure the menus, you need to set up a menu configuration file +to have the menu items you desire, then build the menu system using +make. You can use either simple.c or complex.c as a starting point +for your own menu configuration file; then add the name with a .com +extension to the MENUS list in the Makefile. The resulting code runs both under DOS as well as SYSLINUX. Currently, menu items, submenus and checkboxes are supported. |
