Displaying 5 results from an estimated 5 matches for "vesacon_load_background".
2014 Jan 17
1
vesamenu fullscreen efi boot
I'm no C expert but, I'd like to play with this, could you give me
some pointers to which code to look at so I can try to hack something
together?
On Thu, Jan 16, 2014 at 6:34 PM, H. Peter Anvin <hpa at zytor.com> wrote:
> On 01/16/2014 03:19 PM, Aaron McSorley wrote:
>> This is for a USB boot image where I won't have advance knowledge of
>> the different screen
2012 Nov 27
0
Syslinux-5.00-pre11
...ucture
xfs: Rework xfs_dir2_get_right_blk()
xfs: Add XFS_DINODE_FMT_BTREE support in xfs_next_extent()
xfs: Add xfs_readlink()
Matt Fleming (24):
bufprintf: Add va_end() for our va_copy()
asprintf: Ensure we always call va_end(ap)
vesa: Fix double close() bug in vesacon_load_background()
chainboot: Delete extraneous free() in chainboot_file()
ldlinux: Never exit from ldlinux.c32
ldlinux: Don't return NULL on KEY_ESC.
runimage.c: Actually pass arguments to execute()
ldlinux: Automatically apply ".c32" extension for COM32 files
ldli...
2011 Mar 16
0
[GIT PULL] elflink compiler warning fixes
...k/modules/background.c
@@ -12,6 +12,7 @@
#include <consoles.h>
#include <string.h>
+#include <core-elf.h>
#include <syslinux/vesacon.h>
#include <sys/module.h>
#include "menu.h"
@@ -33,6 +34,8 @@ int draw_background(const char *what)
else
return vesacon_load_background(what);
#endif
+
+ return 0;
}
void set_background(const char *new_background)
diff --git a/com32/elflink/modules/hello.c b/com32/elflink/modules/hello.c
index cba63e2..b38f05c 100644
--- a/com32/elflink/modules/hello.c
+++ b/com32/elflink/modules/hello.c
@@ -17,10 +17,9 @@
static int hello...
2010 Apr 23
1
Path simple menu integrated progress indicator
...e/syslinux/vesacon.h 2010-03-31 11:24:25.000000000 -0500
+++ syslinux-3.86/com32/include/syslinux/vesacon.h 2010-04-15 08:21:00.000000000 -0500
@@ -32,6 +32,7 @@
int vesacon_default_background(void);
void vesacon_set_resolution(int, int);
+void vesacon_get_resolution(int *, int *);
int vesacon_load_background(const char *);
int vesacon_set_background(unsigned int);
void vesacon_cursor_enable(bool);
diff -uprN syslinux-3.86-vanilla//com32/lib/sys/vesacon_write.c syslinux-3.86/com32/lib/sys/vesacon_write.c
--- syslinux-3.86-vanilla//com32/lib/sys/vesacon_write.c 2010-03-31 11:24:25.000000000 -050...
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