search for: wfeldt

Displaying 3 results from an estimated 3 matches for "wfeldt".

Did you mean: feldt
2010 Apr 09
2
[PATCH] gfxboot: support MENU LABEL statement
The config file parser now accepts MENU LABEL. Also, make config statements case-insensitive. Signed-off-by: Steffen Winterfeldt <wfeldt at opensuse.org> --- com32/gfxboot/gfxboot.c | 69 ++++++++++++++++++++++++++++++++++------------- 1 files changed, 50 insertions(+), 19 deletions(-) diff --git a/com32/gfxboot/gfxboot.c b/com32/gfxboot/gfxboot.c index bfdd8cc..640422b 100644 --- a/com32/gfxboot/gfxboot.c +++ b/com32/gfxbo...
2006 Jun 19
0
syslinux 3.11/3.20-pre initrd loading bug
If you load more than one initrd syslinux doesn't clear the memory between them. Or rather, the code for it does not work. The patch below fixes it. Steffen --- loadhigh.inc +++ loadhigh.inc @@ -65,7 +65,10 @@ push edi ; <C> Target buffer mov cx,ax xor bx,bx ; ES:0 + push dx call getfssec ; Load the data into xfer_buf_seg + ; getfssec destroys dx! + pop dx
2009 Oct 29
5
[PATCH] gfxboot.c32
Ok, here is the first try to turn the gfxboot wrapper into a com32 module. I had to extend the interface to the gfxboot core a bit to get it working. So it works only with latest gfxboot from git://gitorious.org/gfxboot/gfxboot.git Steffen -------------- next part -------------- A non-text attachment was scrubbed... Name: gfxboot_c32.diff.gz Type: application/x-gzip Size: 7220 bytes Desc: URL: