On 07/27/2007 10:52 AM, Peter Stuge wrote:
Hi John,
On Thu, Jul 26, 2007 at 09:48:39PM -0400, john wrote:
Finally, the spin-up delay patch given on the Build Tutorial does not work. I believe a blank line is missing just before the /* Initialize */ comment.
Can you send an updated patch?
Thanks!
//Peter
I've attached the patch I used.
John ==========
Index: main/filo.c =================================================================== --- main/filo.c (revision 34) +++ main/filo.c (working copy) @@ -60,6 +60,7 @@
/* Initialize */ init(); + delay(5); grub_main(); return 0; }