-----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 _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel