[patch] rough Mac OS X loader

2006-01-01 Thread Hollis Blanchard
I've been working on a Mac OS X loader for GRUB. During the usual OS X boot process, the firmware loads the BootX bootloader (which is a hybrid CHRP script and XCOFF binary), which has a Mach-O loader and loads the OS X Mach kernel. Rather than trying to load and run the Mach kernel directly,

Re: Update on video subsystem draft

2006-01-01 Thread Marco Gerards
Vesa Jääskeläinen <[EMAIL PROTECTED]> writes: >> For a GNU project VMWare is absolutely not an option. You are of >> course free to do whatever you like, but it is not something that can >> be documented. > > Well I don't even run a Linux natively on this system :). I use VMware a > lot for diffe

Re: Happy new year

2006-01-01 Thread Andre Smith
Happy New Year! > -Original Message- > From: Marco Gerards [mailto:[EMAIL PROTECTED] > Sent: Sunday, January 1, 2006 11:44 AM > To: grub-devel@gnu.org > Subject: Happy new year > > Happy new year! > > -- > Marco > > > > ___ > Grub-devel mail

Re: Update on video subsystem draft

2006-01-01 Thread Vesa Jääskeläinen
Marco Gerards wrote: > Vesa Jääskeläinen <[EMAIL PROTECTED]> writes: >> 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. > > Nice. I am not really sure what a render t

Happy new year

2006-01-01 Thread Marco Gerards
Happy new year! -- Marco ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: GRUB2 Compilation Error

2006-01-01 Thread Marco Gerards
"Andre Smith" <[EMAIL PROTECTED]> writes: > I attempted to compile GRUB2 on Ubuntu Linux and I got the following message: > > make: *** No rule to make target `util/powerpc/ieee1275/grub-install.in', > needed by `grub-install'. Stop. I think you can fix this by running autoconf. > As I mention