search for: gerth

Displaying 20 results from an estimated 27 matches for "gerth".

Did you mean: gert
2010 May 04
1
[PATCH] cat.c32: check if filename exists
cat.c32: check if filename exists. Signed-off-by: Gert Hulselmans <gerth at zytor.com> --- com32/samples/cat.c | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/com32/samples/cat.c b/com32/samples/cat.c index 16380b0..3930f74 100644 --- a/com32/samples/cat.c +++ b/com32/samples/cat.c @@ -15,13 +15,18 @@ int main(int argc, char *argv[])...
2011 Feb 10
1
Bug/Patch for NUT 2.6.0 ; usbhid-ups (libhid.c)
...part of the code will probably know right away if it is a reasonable change or if there is a better fix. If you need more details on my system/setup, please let me know; I'll be happy to provide more info. And finally, thank you all for giving us NUT -- it's very useful! Regards, Richard Gerth ==================================================== --- libhid.c 2011-02-02 20:35:39.862569743 -0600 +++ libhid.c.rg 2011-02-02 20:41:41.716570500 -0600 @@ -149,7 +149,7 @@ return 0; } - r = comm_driver->get_report(udev, id, buf, sizeof(buf)); + r = com...
2011 Feb 10
1
Bug/Patch for NUT 2.6.0 ; usbhid-ups (libhid.c)
...part of the code will probably know right away if it is a reasonable change or if there is a better fix. If you need more details on my system/setup, please let me know; I'll be happy to provide more info. And finally, thank you all for giving us NUT -- it's very useful! Regards, Richard Gerth ==================================================== --- libhid.c 2011-02-02 20:35:39.862569743 -0600 +++ libhid.c.rg 2011-02-02 20:41:41.716570500 -0600 @@ -149,7 +149,7 @@ return 0; } - r = comm_driver->get_report(udev, id, buf, sizeof(buf)); + r = com...
2010 Mar 06
1
[Patch]: Document 'nopassany' in MEMDISK documentation.
'nopassany' is missing in the MEMDISK documentation: http://www.zytor.com/pipermail/syslinux-commits/2010-February/000096.html - Gert Hulselmans commit aeb2406ea701d974c85aa7fdd9af7c53106d7e48 Author: Gert Hulselmans <gerth at zytor.com> Date: Sat Mar 6 22:33:09 2010 +0100 Document 'nopassany' in MEMDISK documentation. diff --git a/doc/memdisk.txt b/doc/memdisk.txt index c7244ab..9b5a301 100644 --- a/doc/memdisk.txt +++ b/doc/memdisk.txt @@ -139,6 +139,7 @@ h) Some systems without a floppy drive hav...
2010 Jul 04
1
Merge LUA branch of Marcel Ritter
...ust working on this, so no example lua file right now ============================================================ For now -Wno-error is enabled for building lua.c32. All warnings should be fixed at some point, but it compiles and works at least. You can get it from: http://git.zytor.com/?p=users/gerth/syslinux.git;a=commit;h=cbc883c3fed2423d772b11cf2006bbb91ba512ca - Gert Hulselmans
2002 Dec 20
2
XP slow to print to Samba 3.0 alpha21 server
Hi all, As WinXP begins to loom larger in our environment, we're seeing a consistent pattern that XP machines (mostly XP Professional, possibly others) take an excessively long time to access shared printers: I'm told that it takes up to 5 minutes to initially install the printer on the local machine, and it typically takes around 45 seconds to deliver print jobs to the queue. The print
2010 Jun 30
1
(no subject)
>From 1db8a8919482dbed4cc15509d8078b2f16a289bb Mon Sep 17 00:00:00 2001 From: Gert Hulselmans <gerth at zytor.com> Date: Wed, 30 Jun 2010 14:10:23 +0200 Subject: [PATCH] chain.c32: add grubcfg= for passing an alternative config filename to GRUB Legacy GRUB Legacy reserves 89 bytes for storing the filename of the configfile from memory address 0x8217 to 0x826f. We allow overwriting the default...
2003 May 03
1
Version 0.81beta4 of Printing Chapter for Samba 3.0 HOWTO Collection available
[crossposting to Samba, CUPS and Linuxprinting mailing lists...] Hi, the Draft for the Printing Chapter of the new Samba 3.0 HOWTO Collection. is now updated to version 0.81beta4.It is available at http://www.linuxprinting.org/kpfeifle/SambaPrintHOWTO/ A PDF version (for convenient printing) is also there. Here is my Changelog:
2010 Jul 01
2
[PATCH] ifplop.c32: Detect if PLoP USB/CD INT13h hook is enabled/disabled
...he following assembly code (NASM) can detect the PLoP INT13h hook: mov eax,'PoLP' ; Reverse of 'PLoP' mov ebp,'DKHC' ; Reverse of 'CHKD' int 13h cmp eax,' sey' ; Reverse of 'yes ' jz plop_INT13h_active Signed-off-by: Gert Hulselmans <gerth at zytor.com> Signed-off-by: Shao Miller <shao.miller at yrdsb.edu.on.ca> --- com32/modules/Makefile | 2 +- com32/modules/ifplop.c | 166 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 167 insertions(+), 1 deletions(-) create mode 100644 com32/modules/ifplop.c di...
2010 Jun 28
0
[PATCH] chain.c32: pass partition number to stage2 of Grub Legacy
Grub Legacy stage2 will read the install_partition variable from memory address 0x8208. We only need to change the value at 0x820a to the correct partition number: -1: whole drive (default) 0-3: primary partitions 4-*: logical partitions Signed-off-by: Gert Hulselmans <gerth at zytor.com> --- com32/modules/chain.c | 13 ++++++++----- 1 files changed, 8 insertions(+), 5 deletions(-) diff --git a/com32/modules/chain.c b/com32/modules/chain.c index a76d275..4f5baf1 100644 --- a/com32/modules/chain.c +++ b/com32/modules/chain.c @@ -123,11 +123,11 @@ static struct op...
2011 Jan 24
0
[PATCH] disklib: Detect "MS-DOS 3.30 through Windows 95 (A)" MBR
Add detection code for "MS-DOS 3.30 through Windows 95 (A)" MBR to disklib. Signed-off-by: Gert Hulselmans <gerth at zytor.com> --- com32/gpllib/disk/mbrs.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/com32/gpllib/disk/mbrs.c b/com32/gpllib/disk/mbrs.c index 77e4180..37309e1 100644 --- a/com32/gpllib/disk/mbrs.c +++ b/com32/gpllib/disk/mbrs.c @@ -27,7 +27,6 @@ void get_mbr_s...
2011 Jan 24
0
[PATCH] disklib: Detect "FreeDOS (eXtended FDisk)" MBR
Add detection code for "FreeDOS (eXtended FDisk)" MBR to disklib. Signed-off-by: Gert Hulselmans <gerth at zytor.com> --- com32/gpllib/disk/mbrs.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/com32/gpllib/disk/mbrs.c b/com32/gpllib/disk/mbrs.c index 37309e1..6150fcf 100644 --- a/com32/gpllib/disk/mbrs.c +++ b/com32/gpllib/disk/mbrs.c @@ -27,7 +27,6 @@ void get_mbr_s...
2011 Apr 21
2
HDT 0.5.0 is out
...ge that speaks about the dump feature : http://www.hdt-project.org/wiki/Dump But also, this one which speaks about the possible options at the command line : http://www.hdt-project.org/wiki/BootParameters I'd like to thank all people that help me in releasing this version : - Gene Cumm & Gerth Hulselmans for testing - Jim Cromie for his patches - All the other that reported during the beta phases Downloads can be found as usual here : http://www.hdt-project.org/wiki/hdt-0.5.0 Cheers & happy using of HDT ! Erwan,
2011 Apr 21
2
HDT 0.5.0 is out
...ge that speaks about the dump feature : http://www.hdt-project.org/wiki/Dump But also, this one which speaks about the possible options at the command line : http://www.hdt-project.org/wiki/BootParameters I'd like to thank all people that help me in releasing this version : - Gene Cumm & Gerth Hulselmans for testing - Jim Cromie for his patches - All the other that reported during the beta phases Downloads can be found as usual here : http://www.hdt-project.org/wiki/hdt-0.5.0 Cheers & happy using of HDT ! Erwan,
2002 Dec 21
0
Re: samba digest, Vol 1 #2006 - 24 msgs (Out of the office - Returning Monday, Jan. 6th)
...4. FW: [Samba] Strange locking errors with LabView under Samba 2.2.7 and HP-UX 11.11 (Windsor Dave (AdW/MOE2.1)) 15. samba upgrade (Norman Zhang) 16. Re: Cannot install samba (Joel Hammer) 17. Re: XP slow to print to Samba 3.0 alpha21 server...another data point from 2.2.7 (John Gerth) 18. Re: Create time changing by itself? (Jacob Anawalt) 19. Re: File Systems - Which one to use? (Dragan Krnic) 20. need roaming profile + local profile (sander) 21. xp problem (pippo@bellnet.ca) --__--__-- Message: 1 From: Matt Larson <mlarson@rossmarketinginc.com> To: "'...
2010 Jun 30
0
[PATCH] chain.c32: add grubcfg= for passing an alternative config
...ing the default value (/boot/grub/menu.lst) when grubcfg=<filename> is used together with grub=<loader>. Examples: chain.c32 fs grub=/boot/grub/stage2 grubcfg=/boot/grub/grub.lst chain.c32 hd1,10 grub=/boot/grub/stage2 grubcfg=/boot/grub/grub.lst Signed-off-by: Gert Hulselmans <gerth at zytor.com> --- com32/modules/chain.c | 50 +++++++++++++++++++++++++++++++++++++++++++----- 1 files changed, 44 insertions(+), 6 deletions(-) diff --git a/com32/modules/chain.c b/com32/modules/chain.c index 4f5baf1..fd48bb8 100644 --- a/com32/modules/chain.c +++ b/com32/modules/chain.c @@...
2010 Apr 07
1
Error on extlinux 3.86 boot: "Missing Operating System"
Hi folks! In my system i have a SSD card, and i try to install extlinux in it. But, my extlinux installation not work!! I make a initrd to boot my machine on lan, and my init execute a installation of extlinux version 3.86 on my SSD card. The installation on init is similar to: http://pastebin.com/szcYCCjR The return of installation of extlinux is: /mnt is /dev/sda1 And the install not report
2010 Jul 05
0
whichsys.c32: execute specific command, based on Syslinux bootloader variant
...c32 is +/- eighty times smaller than lua.c32, atm. Usage: whichsys.c32 [-iso- command] [-pxe- command] [-sys- command] Examples: whichsys.c32 -iso- chain.c32 hd0 -sys- chain.c32 hd1 swap whichsys.c32 -iso- config iso.cfg -sys- sys.cfg -pxe- pxe.cfg http://git.zytor.com/?p=users/gerth/syslinux.git;a=commit;h=66c3eb4f6fc622fc3326956adfb0c6e23342b98f - Gert Hulselmans --- com32/modules/Makefile | 2 +- com32/modules/whichsys.c | 128 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 129 insertions(+), 1 deletions(-) create mode 100644 com32/modules/whichsys...
2010 Jul 27
2
Usage output of Syslinux installers is not consequent
Why doesn't the Windows Syslinux installer show: --offset and --directory too (I know it is not supported)? Because the Linux versions show the Windows/dos specific commands: --mbr --active and --force I didn't check the DOS version. If all options will be displayed unconditionally for all installers, it might be a good idea to add: --offset -t Offset of the file system on the
2010 Aug 30
4
memdisk operations FAIL to boot with Syslinux-4.02
Hello all I have installed "syslinux" as follows: Microsoft(R) Windows 98 (C)Copyright Microsoft Corp 1981-1999. C:\WINDOWS>format o: /s C:\WINDOWS>format o: /s WARNING, ALL DATA ON DISK DRIVE O: WILL BE LOST! Proceed with Format (Y/N)?y Checking existing disk format. Formatting 967.98M Format complete. System transferred Volume label (11 characters, ENTER for none)?