Displaying 6 results from an estimated 6 matches for "vosselman".
Did you mean:
hasselman
2010 Sep 21
1
[Pull request] disklib: fixes for write functions
...yslinux.zytor.com/archives/2010-September/015341.html) and
the second one is a sanity check for the number of sectors written by call (
see http://syslinux.zytor.com/archives/2010-September/015342.html).
Thanks,
The following changes since commit 6f438cf6d03e45d875b510559246573954e43218:
Arwin Vosselman (1):
Fix missing option -s in libinstaller
are available in the git repository at:
git://github.com/pierre/syslinux.git disklib-fixes
Pierre-Alexandre Meyer (2):
gpllib: disk: make write functions actually work
gpllib: disk: cap the number of sectors per write
com32/gplli...
2005 Aug 24
1
SYSLINUX 3.10 released
...tems with broken EBIOS.
* New API call to do "localboot".
* New API call to query features.
* New API call to run kernel image, a lower-level call than
"run command". See comboot.doc.
* Fix for bug in EBIOS code discovered by Arwin Vosselman.
* NOESCAPE security fix.
* Comments are now recognized even without a space following #.
* Fix incorrect handling of mixes of entries with and without
MENU PASSWD.
* The idle API call now harmlessly returns failure if it is a
no-op. That w...
2005 Aug 18
2
Nasty Bug (BIOS?).
At first I thought, I was dealing with the known EBIOS/CBIOS-problem.
The symptom was exactly the same (hangs at ...EBIOS). As 3.10-pre8 and
3.10-pre9, in contrary what was mentioned in the ML, did not bring any
improvement, I looked deeper into what could be my specific problem.
I found out that the program just halted at 'cmp [esi],edx' (line 658;
ldlinux.asm 3.10-pre9)! By replacing
2010 Oct 23
0
SYSLINUX 4.03 released
...about finding the partition
offset.
* chain.c32: support chainloading Dell Real Mode Kernel (Gene
Cumm).
* chain.c32: fix booting in CHS mode.
* rosh.c32 updated (Gene Cumm).
* Fix the -s option to the syslinux/extlinux installer (Arwin
Vosselman).
* isohybrid: fix padding of large images (PJ Pandit).
Begin3
Title: syslinux
Version: 4.03
Entered-date: 2010-10-22
Description: SYSLINUX is a collection of boot loaders for the Linux
operating system which operates off Linux ext2/3/4 or...
2005 Sep 03
0
SYSLINUX 3.11 released
...tems with broken EBIOS.
* New API call to do "localboot".
* New API call to query features.
* New API call to run kernel image, a lower-level call than
"run command". See comboot.doc.
* Fix for bug in EBIOS code discovered by Arwin Vosselman.
* NOESCAPE security fix.
* Comments are now recognized even without a space following #.
* Fix incorrect handling of mixes of entries with and without
MENU PASSWD.
* The idle API call now harmlessly returns failure if it is a
no-op. That w...
2010 Jul 30
1
Problem with short options (4.02).
Hello,
There seems to be a problem with short options.
F.i. "syslinux -s a:" results in:
Unknown option: -s
Usage: etc.
With the long option "syslinux --stupid a:" however everything is ok.
--
Regards,
Arwin.