similar to: SYSLINUX 2.10-pre6 is now release candidate

Displaying 20 results from an estimated 110 matches similar to: "SYSLINUX 2.10-pre6 is now release candidate"

2004 May 18
2
SYSLINUX 2.10-pre2 is out
I have released SYSLINUX 2.10-pre2. I *really* would like testing reports for this one, especially ISOLINUX, since I've included Knut Petersen's fix for Award BIOSes... Changes in 2.10: * MEMDISK: Handle images compressed with zip as well as with gzip. Some Windows-based image tools apparently generate these kinds of images by default. Patch by Patrick
2004 Jun 22
1
syslinux 2.10 (error during menu compile)
When I try to compile the menu I got the following: gcc -m32 -funsigned-char -g -W -Wall -march=i386 -falign-functions=0 -falign-jumps=0 -falign-loops=0 -Os -MMD -S -o main.s main.c echo '.code16gcc' | cat - main.s > main.s16 as -o main.o16 main.s16 gcc -m32 -funsigned-char -g -W -Wall -march=i386 -falign-functions=0 -falign-jumps=0 -falign-loops=0 -Os -MMD -S -o biosio.s biosio.c
2004 Aug 20
0
Syslinux 2.11 and gcc 3.4.1
Memdisk still won't build because gcc doesn't always inline functions. Here's a patch I used. --- memdisk/Makefile.orig 2004-01-24 16:37:22.000000000 -0500 +++ memdisk/Makefile 2004-08-18 06:34:53.000000000 -0400 @@ -17,11 +17,12 @@ then echo $(1); else echo $(2); fi) M32 := $(call gcc_ok,-m32,) +MINLINE := $(call gcc_ok,-minline-all-stringops,)
2004 Apr 27
2
Gcc 3.4.0 and syslinux-2.09 menu
The menu directory won't compile with gcc 3.4.0 because gcc complains that "ebp" cannot be used as a constraint. If preserving ebp is necessary then it will have to be done in the assembler code. Gcc 3.3.3 just seems to ignore the constraint. It didn't do anything special to preserve the register. I also noticed that getnumrows returns the contents of 0x484 which is the
2004 Apr 28
3
Lilo like menuing system for Syslinux
Hi, I'm sure this has been posted before. And I'm just wondering if anyone has ever implemented it. I just thought that this is really a nice feature for Syslinux. TIA, Vic --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.656 / Virus Database: 421 - Release Date: 4/9/2004
2004 Feb 02
10
SYSLINUX 2.09-pre2
This version contains a fix to mbr.asm, plus a version of Murali's menu system, but ported to gcc. Although gcc produces much bigger 16-bit code (since it's really 32-bit code with prefixes) I figured it would be much easier for people to deal with since it requires the configuration to be compiled in. That being said, it's a *very* powerful menu system, partially *because*
2001 Oct 22
3
ext3 0.9.13 for linux 2.4.13-pre6
An ext3 patch for the latest Linus kernel is at http://www.uow.edu.au/~andrewm/linux/ext3/ The changes are quite small: - Tided up some code now that quotas in Linus and -ac kernels are synced up. - Fix a race which can cause a null-pointer deref in ext3_writepage(). This bug has been there for a long time, but only manifested in 2.3.13-pre for some reason. I've tested this pretty
2001 Oct 24
0
Does patch for 2.4.13-pre6 work on 2.4.13 as well?
Hi everybody Just wanted to ask that. pre6 with ext3 work fine for me so far. Bye Tim
2005 Aug 09
4
SYSLINUX 3.10-pre6
This version cleans up the Ethersel (PCI config probing) changes I have been iterating with Alex Heinz. It's not the same code (so please test, especially Alex), but it should work the same. As before, if you have a machine for which 2.13 worked and 3.0x hasn't worked, please test this version too. http://www.kernel.org/pub/linux/utils/boot/syslinux/Testing/ -hpa
2002 Apr 28
0
SYSLINUX 1.73-pre6 released
It seems that at least SYSLINUX 1.73-pre4 and -pre5 had some very serious bugs in it, so here is a SYSLINUX 1.73-pre6 to test out; don't be surprised if there are more in short order... :) ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/Testing/ -hpa
2002 Apr 29
1
1.73-pre6 doesn't like kbdmap
Hi, just tried 1.73-pre6 pxelinux: - booting linux works - memdisk with 1.44M Dos image works - the 'kbdmap'-parameter fails: [..] Unknown keyword in config file. Missing parameter in config file. boot: - and it doesn't remap any keys. I tried 1.66 with the same config file and it works, it accepts 'kbdmap' and also remaps the keys. Regards, Josef
2002 Jul 15
0
SYSLINUX 2.00-pre6 released
Hi everyone, I have released SYSLINUX 2.00-pre6. The only difference against -pre5 is that I finally got around to fixing mbr.asm so that it produces a working MBR. http://www.kernel.org/pub/linux/utils/boot/syslinux/Testing/ I will probably try to do a binary-only release of the COM32 port of newlib libc sometime this week. The only reason this will be a binary-only release is that the
2003 Nov 19
1
RE : SYSLINUX 2.07-pre6 and memdisk decompression problems
Hi, I tested this version and it works all right ! Thanks a lot for the quick fix. Do you still want to see the output in order to check everything is OK, or you don't need it ? --------------------- Sylvain Faivre EdifiXio - AIH Team +33 1 56 90 51 24 www.edifixio.com > -----Message d'origine----- > De : H. Peter Anvin [mailto:hpa at zytor.com] > Envoy? : mardi 18 novembre
2003 Nov 27
1
SYSLINUX 2.08-pre6 released
This version adds Murali's "onerror" configuration directive. ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/Testing/ -hpa
2003 Nov 30
0
SYSLINUX 2.08-pre6
Hi all, It looks like the announcement about 2.08-pre6 never went out... it is 2.08-pre5 with Murali's "onerror" command added. -hpa
2007 Aug 15
1
syslinux-3.52-pre6 will not assemble
Hello, While attempting to build syslinux-3.52-pre6 for testing (my SCSI machine won't boot from CD-ROM with 3.51) I hit this problem: nasm -O99 -f bin -DDATE_STR="'3.52-pre6'" -DHEXDATE="0x46c22b21" \ -DMAP=pxelinux.map -l pxelinux.lsr -o pxelinux.bin pxelinux.asm pxelinux.asm:1206: error: short jump is out of range nasm -version NASM version
2007 Dec 19
0
SYSLINUX 3.60-pre6 released; help wanted
I have patched up the boot-once support added in 3.60-pre4 so that I now feel that it should be pretty safe it won't get invoked by mistake (famous last words, I know.) I have also pulled in the man pages from the Debian project. Unfortunately some of them are pretty out of date; I have done a first pass of touching them up, but there is still a fair bit of work that could be done. For
2014 Mar 13
0
Still interested in pre-compiled binaries for 6.03-pre6
Most excellent! The pre-compiled syslinux6.03-pre6 binaries work great! I'm able to load syslinux.efi and all necessary support libs. I get my expected syslinux boot menu. I've used syslinux 5 / vesamenu for yrs (Legacy PXE boots). So I know my way around from here. Thanks Gene & Feri. And thanks Peter, for making me feel better -- it's the TFTP protocol that's bizarre, I
2014 Mar 05
0
6.03-pre6 minor building suggestions
> In Syslinux 6.03-pre6: > > _ The txt/html/*.html files are currently created 3 times, one for > each firmware. I think they should be created only once (under the > main txt/html/ directory), just as the rest of the documentation is. > In that case, the <respective_firmware>/txt/html/ subdirectories > should not even be created. > > _ The bios/dosutil/
1997 Apr 03
0
R-alpha: R0.50-pre6: "stack imbalance in ..." // is.vector(matrix...)
[[[ To the new subscribers of the R-devel mailing list: The latest prerelease of R 0.50 has not been announced to this mailing list, by accident. In short, get R6.tgz and R6-update.shar.gz, from ftp://stat.auckland.ac.nz/pub/ihaka/ and first unpack the tar file, then the shar file in the same directory.. ]]] and to ALL "R-devel"oppers: Yes, please use this