search for: showmenus

Displaying 4 results from an estimated 4 matches for "showmenus".

2010 Jul 25
0
[PATCH] HDT: Fix cursor on exit from Menu Mode
From: Gene Cumm <gene.cumm at gmail.com> CMenu: Fix cursor on exit from showmenus() Signed-off-by: Gene Cumm <gene.cumm at gmail.com> This fixes the issue in hdt.c32 that Kent Robotti noticed where exiting directly from Menu Mode caused the cursor to not be displayed. This same issue also affects com32/cmenu/simple.c32 and probably others using showmenus(). --- diff -...
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
...tem("Windows 98 SE Startup Disk", "Windows 98 SE Startup Disk", OPT_RUN, "win98_bootdisk", 0); add_item("Linux Kickstart Options", "Kickstart install various Linux distributions", OPT_SUBMENU, "Linux Kickstart Options", 0); curr = showmenus(find_menu_num("PXE Menu")); if (curr) { if (curr->action == OPT_RUN) { if (issyslinux()) runsyslinuxcmd(curr->data); else csprint(curr->data,0x07); return 1; } csprint("Error! Bad things have happened...
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