search for: menu_h

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

2011 Mar 16
0
[GIT PULL] elflink compiler warning fixes
...index c7d7079..90b54a5 100644 --- a/com32/elflink/modules/menu.h +++ b/com32/elflink/modules/menu.h @@ -208,4 +208,7 @@ void execute(const char *cmdline, enum kernel_type type); /* drain.c */ void drain_keyboard(void); +/* printmsg.c */ +int draw_message_file(const char *filename); + #endif /* MENU_H */ diff --git a/com32/elflink/modules/mytest.c b/com32/elflink/modules/mytest.c index ddc8a0e..04c59ac 100644 --- a/com32/elflink/modules/mytest.c +++ b/com32/elflink/modules/mytest.c @@ -12,6 +12,7 @@ #include <setjmp.h> #include <limits.h> #include <com32.h> +#include <cor...
2010 Apr 23
1
Path simple menu integrated progress indicator
...UT_ROW]+VSHIFT) +#define HELPMSG_ROW (cm->mparm[P_HELPMSG_ROW]+VSHIFT) +#define HELPMSGEND_ROW (cm->mparm[P_HELPMSGEND_ROW]) +#define HSHIFT (cm->mparm[P_HSHIFT]) +#define VSHIFT (cm->mparm[P_VSHIFT]) +#define HIDDEN_ROW (cm->mparm[P_HIDDEN_ROW]) + + #endif /* MENU_H */ diff -uprN syslinux-3.86-vanilla//com32/menu/menumain.c syslinux-3.86/com32/menu/menumain.c --- syslinux-3.86-vanilla//com32/menu/menumain.c 2010-03-31 11:24:25.000000000 -0500 +++ syslinux-3.86/com32/menu/menumain.c 2010-04-15 13:08:03.000000000 -0500 @@ -29,11 +29,13 @@ #include <li...
2011 Mar 09
14
[PATCH 00/12] elflink shrinkage
From: Matt Fleming <matt.fleming at linux.intel.com> This is a series of patches that, * shrink the core by moving things into an ldlinux ELF module * begin wiring up some of the C versions of various functions The core now only contains essential code and loads the ldlinux module to do everything else, like providing a command line interface and loading kernels. The config file parsing
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com> This series fixes some bugs and switches the elflink branch to be entirely ELF modules. It applies on top of, http://syslinux.zytor.com/archives/2011-April/016369.html The deletions in the diff stat below are mainly from deleting com32/elflink/modules (finally!). Now there should be no duplicate code because we don't need COM32 and