Displaying 12 results from an estimated 12 matches for "bigsnip".
2010 Jul 02
1
[syslinux:master] lua: Modernize the Makefile
Op 20100702 om 11:21 schreef syslinux-bot for H. Peter Anvin:
>
> lua: Modernize the Makefile
<bigsnip/>
> -liblua.a: $(LIBLUA_OBJS)
> +$(LIBLUA) : $(LIBLUA_OBJS)
> + rm -f $@
> $(AR) cq $@ $^
> $(RANLIB) $@
FWIW: Today I also found that missing `rm -f $@`
Cheers
Geert Stappers
2013 Dec 01
1
[PATCH] efi: reuse UDP port with sendto
On Nov 30, 2013 7:33 PM, "Geert Stappers" <stappers at stappers.nl> wrote:
>
> Op 2013-11-30 om 13:12 schreef Gene Cumm:
> <bigsnip/>
> >
> > Is there any chance you two could try my branch efi-fixes (commit
> > d04b0edf) as I believe this solves the issues of the changing
> > StationPort and routing difficulties of both a single subnet and
> > multiple subnets?
>
> What is the URL of the...
2005 Nov 19
1
Any way to boot a CD if no BIOS support & CD-ROM is not 100% standard?
I originally asked in a hardware/software forum, but, got basically no
results. It occured to me that if anyone would know, it would be you
people. What I'm wanting to do is set up a rescue disc for a really
old laptop. It needs to boot up a linux based CD, hopefully with
minimal to no working stuff on the harddrive (I plan to put a floppy
image to be written to a disk when needed to do the
2013 Nov 30
3
[PATCH] efi: reuse UDP port with sendto
On Thu, Nov 28, 2013 at 10:24 PM, Celelibi <celelibi at gmail.com> wrote:
> 2013/11/29, Gene Cumm <gene.cumm at gmail.com>:
>> On Thu, Nov 28, 2013 at 9:47 PM, Gene Cumm <gene.cumm at gmail.com> wrote:
>>> On Thu, Nov 28, 2013 at 9:34 PM, Celelibi <celelibi at gmail.com> wrote:
>>>> Without an assigned source port, Transmit function assign a
2013 Dec 01
0
[PATCH] efi: reuse UDP port with sendto
Op 2013-11-30 om 13:12 schreef Gene Cumm:
<bigsnip/>
>
> Is there any chance you two could try my branch efi-fixes (commit
> d04b0edf) as I believe this solves the issues of the changing
> StationPort and routing difficulties of both a single subnet and
> multiple subnets?
What is the URL of the git repository?
Groeten
Geert...
2015 Feb 20
0
[PATCH 0/1] EFI image booting capabilities
...es.
> It was tested on VMware EFI clients and HP Elitebook EFI notebooks,
> only on PXE environments but it should work on non-PXE scenarios as well.
>
> Feedback appreciated.
>
> Best,
> Patrick
>
> Signed-off-by: Patrick Masotta <masottaus at yahoo.com>
<bigsnip/>
> --- a/efi/pxe.c 2014-10-06 10:27:44.000000000 -0600
> +++ b/efi/pxe.c 2015-02-18 19:39:43.118182728 -0700
> @@ -154,7 +154,12 @@ void net_parse_dhcp(void)
> * Get the boot file and other info. This lives in the CACHED_REPLY
> * packet (query info 3)
> */
&...
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
2017 Aug 28
3
SSL Cert Woes
> > > > > > Hi Folks,
> > > > > >
> > > > > > I’m having a problem getting a the SSL cert file formatted
> > > > > > just like icecast wants… I’m running 2.4.2 … and it doesn’t
> > > > > > seem to want to use my combined key + cert chain no matter in
> > > > > > what order I put it.
>
2020 Jun 21
2
php 5.6 on CentOS 6
> On Jun 21, 2020, at 16:38, Valeri Galtsev <galtsev at kicp.uchicago.edu> wrote:
> This my reply is not intended for the OP, as he stated he will not listen about End Of Life of of PHP 5. Just in case anybody comes across this thread, please read what is written on the page referred to by Alexander Dalloz:
>
> >> PHP 5.6 is EOL. https://www.php.net/supported-versions.php
2007 Apr 30
3
disk image creation, step by step
Hi,
I am aware that it is impossible to netboot ISO files through
pxelinux/memdisk
and that there are multiple reasons for not even attempting it (like the
operating system which will try to access a physical optical drive
through its
own drivers anyway, BIOS issues etc.).
When people ask questions regarding ISO support in pxelinux/memdisk, they're
mostly told to convert the ISO into a
2005 Apr 13
1
Sv: Re: Sv: Re: Sv: Syslinux on USB initrd problem
Ive done a new initrd but got the exact same error.
Should rootfs really be minix?
initrd is ext2.
----Ursprungligt meddelande----
Fr?n: jbebel at ncsu.edu
Datum: Apr 13, 2005 11:58:26 PM
Till: gabriel <gabriel.j at telia.com>
?rende: Re: Sv: Re: Sv: [syslinux] Syslinux on USB initrd problem
I've got some really old instructions on creating an initrd up at
2015 Feb 20
6
[PATCH 0/1] EFI image booting capabilities
This patch adds to the core EFI image booting capabilities.
It was tested on VMware EFI clients and HP Elitebook EFI notebooks,
only on PXE environments but it should work on non-PXE scenarios as well.
Feedback appreciated.
Best,
Patrick
Signed-off-by: Patrick Masotta <masottaus at yahoo.com>
---
diff -uprN a/com32/elflink/ldlinux/execute.c b/com32/elflink/ldlinux/execute.c
---