Re: grub2 multiboot for ppc and system initalization

2005-12-30 Thread Noah yan
Hi, Macro,   Sorry for some confusion, some clearification below.   On 12/30/05, Marco Gerards <[EMAIL PROTECTED]> wrote: Noah yan <[EMAIL PROTECTED]> writes:Hi Noah, > I am glad that I have finally made the grub2 multiboot for ppc working. It> is based on Hollis' earlier work (> http://lists.gnu.

Update on video subsystem draft

2005-12-30 Thread Vesa Jääskeläinen
I have made some updates to wiki . Changed some parameters from grub_[u]int32_t to standard C types ([unsigned] int). Added functions used to manage and use render targets. Here is the URL there: http://grub.enbug.org/VideoSubsystem I also decided to release sneak peak of current version for thos

Re: grub2 multiboot for ppc and system initalization

2005-12-30 Thread Marco Gerards
Cyril Plisko <[EMAIL PROTECTED]> writes: >> >> > As in x86 and sparc, the multiboot strap is basically not the real kernel, >> > but a loader to load ramdisk and initializer of system before exitto unix >> > module. Here comes several choices about the system initialization: >> >> Can you explain

Re: grub2 multiboot for ppc and system initalization

2005-12-30 Thread Cyril Plisko
> > > As in x86 and sparc, the multiboot strap is basically not the real kernel, > > but a loader to load ramdisk and initializer of system before exitto unix > > module. Here comes several choices about the system initialization: > > Can you explain that? Usually the kernel loaded by multiboot *i

Re: Compilation problem with Yacc

2005-12-30 Thread Marco Gerards
Xun Sun <[EMAIL PROTECTED]> writes: Hi, > Today when I tried to compile grub2 from latest cvs on my Fedora Core > 2 system, it errored out with the messages: Thanks for your report. There are some other issues related to this one. I will take care of all of them real soon. -- Marco ___

Re: grub2 multiboot for ppc and system initalization

2005-12-30 Thread Marco Gerards
Noah yan <[EMAIL PROTECTED]> writes: Hi Noah, > I am glad that I have finally made the grub2 multiboot for ppc working. It > is based on Hollis' earlier work ( > http://lists.gnu.org/archive/html/grub-devel/2005-06/msg00049.html) . > Hollis' hello world example works for my building environment a

grub2 multiboot for ppc and system initalization

2005-12-30 Thread Noah yan
Hi, All I am glad that I have finally made the grub2 multiboot for ppc working. It is based on Hollis' earlier work (http://lists.gnu.org/archive/html/grub-devel/2005-06/msg00049.html) . Hollis' hello world example works for my building environment and system, which is Mandrake Linux (2.6.11) on P