All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vincent Pelletier <subdino2004@yahoo.fr>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: [PATCH] sparc64 (common & specific files)
Date: Wed, 13 Jul 2005 22:59:22 +0200	[thread overview]
Message-ID: <42D580AA.90705@yahoo.fr> (raw)
In-Reply-To: <87fyuiadbf.fsf@student.han.nl>

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=us-ascii, Size: 1678 bytes --]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Marco Gerards wrote:
> Thanks a lot for your porting work, you are doing a great job!  You
> definitely set the world record GRUB porting. :)

I would have been much slower without the whole working ppc port, as I
had all the functions I needed. And it is not over yet, because we can't
boot anything from it for the moment. I'll try to work on it as fast as
I can this summer.

>>Index: kern/dl.c
>>===================================================================
>>RCS file: /cvsroot/grub/grub2/kern/dl.c,v
>>retrieving revision 1.10
>>diff -u -p -r1.10 dl.c
>>--- kern/dl.c	14 Feb 2005 18:41:33 -0000	1.10
>>+++ kern/dl.c	12 Jul 2005 18:51:52 -0000
>>@@ -618,7 +618,10 @@ grub_dl_load (const char *name)
>>     return mod;
>>   
>>   if (! grub_dl_dir)
>>-    grub_fatal ("module dir is not initialized yet");
>>+    {
>>+      grub_error(0,"module dir is not initialized yet");
>>+      return 0;
>>+    }
> 
> 
> Can you explain this?

Hollis told me it should have been only an error.
I was getting this fatal in the early stages of porting (after I got the
ieee calls working and before I got the mm.c problems).
So I left it in the final patch.
Hollis, could you confirm / infirm that ?

Vincent Pelletier
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFC1YCqFEQoKRQyjtURAheHAJ9lja5g7Bt5SmF88/8VvNxFmSeRswCeOhRZ
5AKMcEx2eCYeRwal2U1pc6w=
=pqHf
-----END PGP SIGNATURE-----

	

	
		
___________________________________________________________________________ 
Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger 
Téléchargez cette version sur http://fr.messenger.yahoo.com




  reply	other threads:[~2005-07-13 21:06 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-12 18:57 [PATCH] sparc64 (common & specific files) Vincent Pelletier
2005-07-13  7:34 ` Vincent Pelletier
2005-07-13  8:55 ` Vincent Pelletier
2005-07-13 16:21   ` Marco Gerards
2005-07-13 21:02     ` Vincent Pelletier
2005-07-13 21:49       ` Marco Gerards
2005-07-13 22:15         ` Vincent Pelletier
2005-07-14  0:43           ` Hollis Blanchard
2005-07-14  8:27             ` Yoshinori K. Okuji
2005-07-13 16:19 ` Marco Gerards
2005-07-13 20:59   ` Vincent Pelletier [this message]
2005-07-27  3:58     ` missing prefix not fatal Hollis Blanchard
2005-07-27  7:27       ` Vincent Pelletier

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=42D580AA.90705@yahoo.fr \
    --to=subdino2004@yahoo.fr \
    --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.