Displaying 3 results from an estimated 3 matches for "timeoutcode".
Did you mean:
timeout_mode
2005 Sep 28
1
complex menu and timeout handler
hy,
i'm looking for a way to register the start of a specific menu entry
(the parameter is "linux") with the ontimeout handler, unfortunately the
complex example only offers beep().
what is the correct way to start this specific entry? something like
char *call = "linux";
return call;
thx in advance,
marco
2006 Nov 22
2
Problem with "additional" submenus
...quot;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 ((void *) 0)
#endif
#include "menu.h"
#include "com32io.h"
#include <string.h>
TIMEOUTCODE ontimeout()
{
return CODE_ENTER;
}
int main(void)
{
t_menuitem * curr;
// Choose the default title and setup default values for all
attributes....
init_menusystem(NULL);
set_window_size(1,1,23,78); // Leave one row/col border all around
reg_ontimeout(ontimeout, 3000, 0);
// Adva...
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