Displaying 20 results from an estimated 600 matches similar to: "Question on menu/Makefile"
2006 Jan 09
2
Question on Kernel boot options
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I have a project that uses syslinux to load the kernels from the CD to create
disk and/or partition images. The process works great, but as I have been
building newer kernel images with new disk and nic drivers, I have had users
run into problems.
Example: one users machine would fail at hotplug detection, creating a
kernel with this feature off
2007 Feb 07
2
SYSLINUX 3.36-pre6 (release candidate)
I have, hopefully, found and fixed the issue with non-kernel binaries
that appeared in 3.35. As a result, I have pushed out 3.36-pre6 and am
classifying it as a release candidate. Please try it out, especially if
you have had problems with 3.35.
ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/Testing/
-hpa
2007 Jan 24
1
vesamenu samples?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
I've been using the standard isolinux.cfg file for some time with
great success. Have it currently display a file at the beginning with
a little .lss graphic file, and some basic info then with the image
names and info. Also have 4 of the help files linked to the F1 - F4
keys.
But I just had a number of emails back
2018 Aug 02
1
[PATCH 1/2] Add fabs() implementation
When we add -ffreestanding the compiler won't get to inline this any more.
Signed-off-by: David Woodhouse <dwmw2 at infradead.org>
---
com32/lib/math/fabs.S | 15 +++++++++++++++
mk/lib.mk | 2 +-
2 files changed, 16 insertions(+), 1 deletion(-)
create mode 100644 com32/lib/math/fabs.S
diff --git a/com32/lib/math/fabs.S b/com32/lib/math/fabs.S
new file mode 100644
index
2016 Oct 19
4
[PATCH] Fix for crash with certain EFIs
Hi Ady,
Would it work if we removed "ifdef EFI_BUILD" condition and just add
-mno-red-zone for all x86_64 builds? If not, do you have any ideas how
to pass this flag?
This could work, because the patch is adding the -mno-red-zone flag
only for x86_64 builds, which are only used in the form of the efi64
target. The efi32 and bios targets are both 32-bit.
BTW. I also tried 6.04-pre1 and
2006 Nov 20
0
Problem with mixing regular kernels and 2.6.19 git kernels.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I have a boot cd with multiple kernels to support various hardware, and was
recently adding the latest 2.6.19 git kernels. When I started with the git
kernels, it would boot, but could not mount the / root file system since the
block size was only 1024, and needed 4096. I found that changing the
mke2fs command with the -b 4096 option made this
2007 Jan 25
4
vesamenu.c32 and cat.c32
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I have done some additional testing, and gotten it a bit close to what I was
looking for. I had to modify the cat.c to eliminate the printing of the
arguments and file name, and added a Press Enter to return menu line.
With the below isolinux.cfg the options do display the files, and pressing
enter than returns to the vesamenu.
DEFAULT
2005 Nov 14
1
loading any size image file, why?
using winimage, create a custom image size using [b]total number of
sectors[/b], any size, unsure of max
change [b]boot sector properties[/b] to [b]win 95/98[/b]
and save the file to the isolinux directory as floppy.ima
then using isolinux.cfg file add this
default 1
prompt 1
label 1
2008 Sep 26
3
SYSLINUX 3.72 released
Well, it has to happen at some point, so I have officially pushed out
SYSLINUX 3.72. The big news in this release is of course the ISOLINUX
hybrid mode support (a single image which can be booted either from a
CD-ROM or from a hard disk/USB stick), but there are plenty of more
goodies in here, including the label listing (not technically
completion) on the Tab key.
As usual, huge thanks to
2007 Mar 16
2
SYSLINUX 3.40-pre15 -- more library work, Linux-loading demo module
Hello all,
I have done more work on the syslinux shuffle library. This is more
higher-level work, in particular it is specific to loading Linux kernels.
This stuff allows manipulating initramfs on the fly, if desired. As a
demo, I have written up a module which loads a Linux kernel with all the
usual stuff, but optionally adds the DHCP packet from the PXE stack into
a file named
2008 Oct 14
2
SYSLINUX 3.73-pre3
I just pushed out SYSLINUX 3.73-pre3. The only significant difference
over -pre2 was changing MEMDISK to use "safeint" by default.
-hpa
2015 Nov 27
8
[PATCH 0/2] Do not use the "red zone" on EFI
From: Sylvain Gault <sylvain.gault at gmail.com>
The System V ABI for x86-64 specify that a "red zone" is an area of 128 bytes
above the current stack frame. This area can be used by a called function in
order to avoid the overhead of modifying the stack pointer. The direct effect
is that interrupt/event/signal handlers must not write to this area. In the
UEFI calling convention,
2014 May 12
2
compile error about 6.0.2
It's x86 arch.The reason of compiling pxelinux only is that i want to add tcp support, not http and ftp.
? 2014-05-08 18:09:15?"Gene Cumm" <gene.cumm at gmail.com> ???
On May 7, 2014 11:54 PM, "??" <muliu92 at 163.com> wrote:
> make[4]: Entering directory `/mlsyslinux/bios/com32/libupload'
> gcc -Wp,-MT,cpio.o,-MD,./.cpio.o.d -std=gnu99 -m32
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
2007 Dec 14
8
KEEPPXE/DOS
First off I love syslinux and it has worked flawless for us on the unix side of the realm.
We're trying to use our ghost images within a dos netboot using syslinux. Unfortunatly we can only pass DHCP ip's to hosts that exhibit a vendor code 'like windows/pxe/and other os's do". Unfortunatly DOS does not, so we cannot request a second IP after the pxe process to map samba
2019 Aug 16
2
Question on upgrading to syslinux 6.04?
On 16 Aug 2019 at 5:40, Ady Ady via Syslinux wrote:
To: "syslinux at zytor.com" <syslinux at zytor.com>
Date sent: Fri, 16 Aug 2019 05:40:45 +0000
Subject: Re: [syslinux] Question on upgrading to syslinux 6.04?
From: Ady Ady via Syslinux <syslinux at syslinux.org>
Send reply to: Ady Ady <ady-sf at hotmail.com>
> > I've
2014 May 08
2
compile error about 6.0.2
make -r -C /mlsyslinux -f /mlsyslinux/Makefile SRC="/mlsyslinux" \
OBJ=/mlsyslinux objdir=/mlsyslinux bios
make[1]: Entering directory `/mlsyslinux'
make -r -C /mlsyslinux/bios -f /mlsyslinux/Makefile SRC="/mlsyslinux" \
objdir=/mlsyslinux/bios OBJ=/mlsyslinux/bios HAVE_FIRMWARE=1 \
ARCH=i386 LDLINUX=ldlinux.c32 all
make[2]:
2009 Mar 18
2
Issue with timeout option?
I have a project g4l that uses syslinux and have been working on the next
version. I installed the 3.74 pre5, and it worked just fine. But I was doing a
test, and booted the systems, and usually pick the default kerenel or one of
the other kernels on the CD before it times out with 60 seconds. But this
time, I didn't do that. It loaded the default kernel with no problem, but then
gives
2014 Nov 21
1
[PATCH 1/2] libupload: fix parallel build issue
Fixed:
cp -r syslinux-6.01/com32/libupload/*.h image/usr/share/syslinux/com32/include/
[snip]
rm -rf image/usr/share/syslinux/com32/include
[snip]
cp: cannot create regular file `image/usr/share/syslinux/com32/include/serial.h': No such file or directory
The cp is happened in the "libupload" dir, while "rm -fr" is happend in
"lib" dir, let "libupload"
2014 Jul 09
2
isohybrid binary not in 6.03-pre18? (utils bt is in bios/utils?)
[This email is either empty or too large to be displayed at this time]