Your FSB wasn't detected correctly (or rather not detected at all, what's
your CPU?). The actual bug is that if fsb frequency is too low the kernel
will crash when trying to use 64-bit mode (you can use -legacy parameter to
put xnu in 32-bit mode). You need to specify fsb with a variable. Can you
c
From: David Miller
Date: Thu, 23 Apr 2009 03:33:14 -0700 (PDT)
> 2009-04-23 David S. Miller
>
> Avoiding openning same device multiple times in device iterator.
>
> * kern/device.c (grub_device_iterate): Define struct part_ent,
> and use it to build a list of partitions in
From: David Miller
Date: Thu, 23 Apr 2009 03:33:16 -0700 (PDT)
> 2009-04-23 David S. Miller
>
> * disk/fs_uuid.c (grub_fs_uuid_close): Call grub_disk_close()
> on disk->data.
Committed.
___
Grub-devel mailing list
Grub-devel@gnu.org
h
From: David Miller
Date: Thu, 23 Apr 2009 03:33:18 -0700 (PDT)
> 2009-04-23 David S. Miller
>
> * disk/ieee1275/nand.c (grub_nand_iterate): Return
> grub_devalias_iterate() result instead of unconditional 0.
> * disk/ieee1275/ofdisk.c (grub_ofdisk_iterate): Likewise.
>
Getting these errors when building the package for Zenwalk Linux!
WARNING: zero length file usr/include/grub/lib/datetime.h
WARNING: usr/man/man1/grub-mkimage.1.gz is an empty gzipped file
WARNING: usr/man/man1/grub-mkelfimage.1.gz is an empty gzipped file
WARNING: usr/man/man1/grub-mkfont.1.
Hi,
I have been playing with booting from Raid5 and managed to hack together
a fix for the grub-setup to make grub install correctly on Raid5 disk
sets. It's not pretty yet but it worked for installing onto a raid5
whole disk set and having it boot. I will start creating a proper set
of patches
BandiPat wrote:
Getting these errors when building the package for Zenwalk Linux!
WARNING: zero length file usr/include/grub/lib/datetime.h
WARNING: usr/man/man1/grub-mkimage.1.gz is an empty gzipped file
WARNING: usr/man/man1/grub-mkelfimage.1.gz is an empty gzipped file
WARNING: usr/man/ma
On Fri, 2009-04-24 at 13:58 -0400, BandiPat wrote:
> BandiPat wrote:
> > Getting these errors when building the package for Zenwalk Linux!
> >
> > WARNING: zero length file usr/include/grub/lib/datetime.h
> > WARNING: usr/man/man1/grub-mkimage.1.gz is an empty gzipped file
...
I guess it's file
* Makefile.in: Use the "-o" (output) option of help2man instead
of shell redirection. This prevents creation of empty manuals
if help2man is not working.
---
Makefile.in |8
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Makefile.in b/Makefil
Vladimir Serbinenko writes:
<< HTML content follows >>
Your FSB wasn't detected correctly (or rather not detected at all, what's
your CPU?). The actual bug is that if fsb frequency is too low the kernel
will crash when trying to use 64-bit mode (you can use -legacy parameter
to put xnu in 32-
Pavel Roskin wrote:
The manuals are generated from the output of the corresponding commands.
I believe your version of help2man is not working. I'm going to fix the
makefile to prevent generation of empty manuals in that case.
---
Thanks Pavel. Turns out I didn't know about help2man, s
Quoting BandiPat :
Pavel Roskin wrote:
The manuals are generated from the output of the corresponding commands.
I believe your version of help2man is not working. I'm going to fix the
makefile to prevent generation of empty manuals in that case.
---
Thanks Pavel. Turns out I didn't
12 matches
Mail list logo