similar to: GSoC 2010

Displaying 20 results from an estimated 10000 matches similar to: "GSoC 2010"

2009 Nov 18
1
[RESEND][PATCH] pcitest: fix wrong statements about file locations
The module tries to access the files in the current directory. Signed-off-by: Sebastian Herbszt <herbszt at gmx.de> Index: syslinux-3.84-pre3/com32/modules/pcitest.c =================================================================== --- syslinux-3.84-pre3.orig/com32/modules/pcitest.c +++ syslinux-3.84-pre3/com32/modules/pcitest.c @@ -127,8 +127,7 @@ int main(int argc, char *argv[])
2007 Apr 26
5
Is There an Alternative to MEMDISK ?
This isn't an esp urgent issue, but I'd like to use a certain RAM diagnostic (Doc Mem) which I've already posted a note about a couple of months ago. Simply won't work booting the floppy disk image via MEMDISK. In the interim, I've tried to resolve this by changing things on my side. I'm pretty sure it's a XMS incompatibility, as it fails differently depending on
2008 Mar 28
1
I'm banned from the IRC
Hello, I'm Ziyu Yu, a gsoc applier. I'm banned from the irc: * alapagos.oftc.net NOTICE AUTH :*** Looking up your hostname... * *** Checking Ident * *** Your forward and reverse DNS do not match, ignoring hostname. * *** No Ident response * *** Banned autokilled: We suspect this host of participating in a botnet. Mail support at oftc.net if you feel this in error. (2008-03-15 16:29:08) *
2015 Jan 03
3
Lost hotmail
On 01/03/2015 08:56 AM, Gene Cumm wrote: > On Fri, Jan 2, 2015 at 3:43 PM, Geert Stappers <stappers at stappers.nl> wrote: >> On Sat, Dec 27, 2014 at 05:07:04PM +0100, Geert Stappers wrote: >>> On Mon, Dec 22, 2014 at 11:06:58AM +0200, Ady wrote: >>>>> On Sun, Dec 21, 2014 at 12:21:32PM -0800, Patrick Masotta wrote: >>>>>> [ ... Failed to
2010 Mar 21
6
[PATCH] mboot: set boot loader name
Set a pointer to syslinux_version()->version_string in mbinfo. Signed-off-by: Sebastian Herbszt <herbszt at gmx.de> diff --git a/com32/mboot/mboot.c b/com32/mboot/mboot.c index 8425e06..76ef7a0 100644 --- a/com32/mboot/mboot.c +++ b/com32/mboot/mboot.c @@ -222,6 +222,13 @@ int main(int argc, char *argv[]) /* Add auxilliary information */ mboot_make_memmap(); mboot_apm();
2015 Jan 03
0
Lost hotmail
On Sat, Jan 3, 2015 at 12:53 PM, John 'Warthog9' Hawley <warthog19 at eaglescrag.net> wrote: > On 01/03/2015 08:56 AM, Gene Cumm wrote: >> On Fri, Jan 2, 2015 at 3:43 PM, Geert Stappers <stappers at stappers.nl> wrote: >>> On Sat, Dec 27, 2014 at 05:07:04PM +0100, Geert Stappers wrote: >>>> On Mon, Dec 22, 2014 at 11:06:58AM +0200, Ady wrote:
2013 Feb 10
4
[PATCH] poweroff COM32 module
This module is able to power off a system via APM. It replaces the poweroff COMBOOT module. Signed-off-by: Sebastian Herbszt <herbszt at gmx.de> --- com32/modules/Makefile | 2 +- com32/modules/poweroff.c | 88 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 89 insertions(+), 1 deletions(-) create mode 100644 com32/modules/poweroff.c diff --git
2015 Jun 14
5
Alternate git repo
On Sat, Jun 13, 2015 at 6:14 PM, Sebastian Herbszt <herbszt at gmx.de> wrote: > Gene Cumm wrote: >> Recently there have been discussions off-list about using another repo >> as the primary repository, repo.or.cz in particular. Considering the >> issues until recently with git.zytor.com and the situation with >> git.kernel.org along with the fact I already push to
2013 Jul 01
2
com32 poweroff.c32
Gert Cuykens wrote: > On Sun, Jun 30, 2013 at 6:12 PM, Sebastian Herbszt <herbszt at gmx.de> wrote: >> Which qemu version with which bios are you trying? > > inside a vmware player 5.0.2 build-1031769 running ubuntu 13.10 > SeaBIOS (version 1.7.2-20130528_111335-allspice) > QEMU emulator version 1.5.0 QEMU starting from v1.3.0-408-g9ee59f3 no longer supports the Bochs
2013 Jul 03
2
com32 poweroff.c32
Gert Cuykens wrote: > On Mon, Jul 1, 2013 at 10:50 PM, Sebastian Herbszt <herbszt at gmx.de> wrote: >> Gert Cuykens wrote: >>> >>> On Sun, Jun 30, 2013 at 6:12 PM, Sebastian Herbszt <herbszt at gmx.de> wrote: >>>> >>>> Which qemu version with which bios are you trying? >>> >>> >>> inside a vmware player 5.0.2
2019 Jul 23
3
Status of syslinux git master
hpa wrote: > On July 7, 2019 8:37:10 AM PDT, Sebastian Herbszt <herbszt at gmx.de> > wrote: > >Gene, > > > >it looks like the syslinux master branch is broken since February > >[1]. Peter created the wip.makefixes branch but I wasn't able to get > >it working (yet) and it lacks activity since March. > > > >I think it might be time to revert
2009 Aug 08
2
[PATCH] pxe: fix OACK packet handling
The current code only works iff the tsize option is set. This patch fixes the handling of the OACK packet and makes the code work with all combinations of the tsize and blksize options. Signed-off-by: Sebastian Herbszt <herbszt at gmx.de> diff --git a/core/pxe.c b/core/pxe.c index 81d3e23..a4b8a14 100644 --- a/core/pxe.c +++ b/core/pxe.c @@ -913,8 +913,10 @@ static void pxe_searchdir(char
2010 Jun 13
2
[GIT PULL] gfxboot module changes
Hello Peter, the following changes since commit 08b3602db548775ca819780de77686a186156ec7: H. Peter Anvin (1): isohybrid: use getopt_long_only() are available in the git repository at: git://repo.or.cz/syslinux/sherbszt.git gfxboot32 Sebastian Herbszt (2): gfxboot: use syslinux_derivative_info() gfxboot: set media type com32/gfxboot/gfxboot.c | 22
2008 Dec 04
1
sub menus / multiple distros on usb key w/ syslinux
being a complete novice with syslinux, I was hoping someone here could help me out. I have a USB Key that I have "broken" into two areas. General storage in the "back" and space for several live distributions on the front. What I need to do now is figure out how to make a syslinux.cfg file that would let me pick which one to boot at startup time. Basically, I want a menu
2007 Apr 02
2
Where to RTFM details of kernel options/parameters.
Newbie question here. I am doing some work with Bering uClibC and have been wondering about the meaning of the various parameters in the syslinux.cfg file. I have already read the FAQ (http://syslinux.zytor.com/faq.php) which leaves me wondering where to find more information on the 'default' and 'append' parameters. For example, what are all of the kernel and other arguments that
2010 Mar 24
2
INCLUDE is broken in pxelinux/menu.c32 3.85
I was trying out the INCLUDE command within menu.c32 (via pxelinux, actually gpxelinux) and noticed that it's broken. The symptom is that the text is included, as expected, but the subsequent text from the including file is wrong. In some cases it actually pulls from above the INCLUDE leading to the INCLUDE being reprocessed (an infinite recursion). (The recursion seems to stop after 20-30
2007 Mar 06
1
png to lss
I want to use my own company name to display at the startup of the thin client could you suggest any method to do the same. Yogesh Mhatre
2008 Jul 10
1
Syslinux
Hello Marc I am having the same issue mentioned below. I ran the mkdosfs, and received the following: /dev/sdb contains a mounted filesystem Can you help? On Tuesday 10 July 2007 11:16, Visar Zejnullahu wrote: >* hi I'm new to this, and already havin some trouble :( *>* *>* I tried to make my usb pen drive bootable with sysliux, but I got this *message: >* *>* syslinux: this
2009 Nov 20
2
MEMDISK El Torito Emulation
A very special thanks to H. Peter for finding the time to [at least partially, if not wholly] scrutinize and merge the El Torito emulation code for MEMDISK! I'd like to ask that those who've previously used the stale MEMDISK-ISO switch to this latest[1] MEMDISK proper and report any failures. Gert, I believe this version addresses the PloP .ISO trouble you reported. Could you
2010 Apr 30
2
sub-menu's
Unless someone already has a snazzy isolinux image that lets you select multiple makes and models to update bios's that's willing to share. I was curious if someone could tell me how to go from my isolinux.cfg into sub menu categories so instead of having one great big menu with multiple makes models and bios revisions, I can drill down into menu's until i get to the bios revisions to