search for: add_menu

Displaying 5 results from an estimated 5 matches for "add_menu".

2004 Feb 03
2
SYSLINUX 2.09-pre5 - Menu Depth "Feature"
...enutest.c COMPILED: http://www.survivaldisk.com/menutest.com It's easiest explained if you just compile the .c and experience it for yourself, anyways. If you have two submenus nested within each other and then call a third menu it will bring up the second menu instead of the third. MAIN = add_menu(" Main Menu "); add_item("Begin Menu Depth Test","Only Allows Depth Of Two",OPT_SUBMENU,NULL,ONE); add_item("Exit to prompt", "Exit the menu system", OPT_EXITMENU, "exit", 0); ONE = add_menu(" LEVEL 1 "); add_item("...
2004 Oct 07
1
Menu examples?
Hi all, I'm looking for some menu examples for Murali's menu system. Specifically, a headstart on creating a Kickstart menu which covers the most common options with the intention of creating this: label ks.menu kernel vmlinuz.ks.$DIST append ksdevice=eth0 ks=http://kickstartserver/$DIST/Custom/ks.cfg.$DIST initrd=initrd.ks.$DIST lang= devfs=nomount ramdisk_size=8192 Hmm...looking
2004 Jan 16
6
Comboot Menu
Since lot of people want this thing, I will try to take a stab at it. For now, I will hard code the menu in the code, and then somebody else can remove that restriction. May be we can add some kind of keyword to the config file which syslinux ignores and the comboot menu does something with it. I have one question about comboot: If I write a DOS program using C (compiled using watcom -3 -mt -osx
2006 Nov 22
2
Problem with "additional" submenus
...submenu) --> RedHat 9 (submenu) --> Return to main menu (exitmenu) --> (goes to boot: prompt) Boot Normally Win 98 Startup Disk Linux Kickstart Options --> (goes to boot: prompt instead of first-level submenu) In addition to the code you'll find below, I have also tried to use the add_menu funtion rather than add_named_menu to add the menus and have used those return values in the calls to "add_item(.., OPT_SUBMENU,..)" for the 5th parameters and I get the exact same results. Here is my code, hopefully someone can spot what I am doing wrong: #ifndef NULL #define NULL ((vo...
2006 Nov 27
8
Chaining from PXELinux to some other boot loader
Hi I am using PXELinux to boot BartPE and some other application and it works fine. There are some other Boot application which I am using 3COM MBAUTIL PXE.mnu and floppy images. I have problem chaining from pxelinux.0 to 3com pxe.0 (pxe.mnu). Consider: BIOS->(DHCP-TFTP)->pxelinux.0 works fine. BIOS->(DHCP-TFTP)->3COM pxe.mnu works fine, the menu appears and I can choose a floppy