From: Robert Millan <rmh@aybabtu.com>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: [PATCH] Remote GDB debugging stub (for i386)
Date: Tue, 6 May 2008 17:02:33 +0200 [thread overview]
Message-ID: <20080506150233.GC23773@thorin> (raw)
In-Reply-To: <1209647545.3433.14.camel@localhost.localdomain>
On Thu, May 01, 2008 at 03:12:25PM +0200, Lubomir Rintel wrote:
> --- grub2/gdb/cstub.c 1970-01-01 01:00:00.000000000 +0100
> +++ grub2-gdb/gdb/cstub.c 2008-05-01 10:57:57.000000000 +0200
> @@ -0,0 +1,362 @@
> +/* cstub.c - machine independent portion of remote GDB stub */
> +/*
> + * Copyright (C) 2006 Lubomir Kundrak
Please put the FSF in copyright notice (since copyright is being assigned).
Also acknowledge whatever copyright/license notice there was in code copied
from gdb (though if it was public domain, I think you can skip the latter).
> + * This program is free software; you can redistribute it and/or modify
> + * it under the terms of the GNU General Public License as published by
> + * the Free Software Foundation; either version 2 of the License, or
> + * (at your option) any later version.
> + *
> + * This program is distributed in the hope that it will be useful,
> + * but WITHOUT ANY WARRANTY; without even the implied warranty of
> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> + * GNU General Public License for more details.
> + *
> + * You should have received a copy of the GNU General Public License
> + * along with this program; if not, write to the Free Software
> + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
Please update to GPL 3. I suggest you copy the whole blob since there are
improvements in the last paragraph.
> /* The size of the first region which won't be compressed. */
> -#define GRUB_KERNEL_MACHINE_RAW_SIZE 0x4A0
> +#define GRUB_KERNEL_MACHINE_RAW_SIZE 0x4BC
What caused this? Any way we can have this dynamically calculated?
--
Robert Millan
<GPLv2> I know my rights; I want my phone call!
<DRM> What use is a phone call… if you are unable to speak?
(as seen on /.)
next prev parent reply other threads:[~2008-05-06 15:03 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-01 13:12 [PATCH] Remote GDB debugging stub (for i386) Lubomir Rintel
2008-05-06 15:02 ` Robert Millan [this message]
2008-05-06 18:46 ` Vesa Jääskeläinen
2008-05-07 8:17 ` Lubomir Rintel
2008-05-07 8:17 ` [PATCH] GDB stuff updated Lubomir Rintel
2008-05-16 20:17 ` Vesa Jääskeläinen
2008-05-16 20:23 ` Vesa Jääskeläinen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080506150233.GC23773@thorin \
--to=rmh@aybabtu.com \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.