Marco Gerards wrote:
Vincent Guffens <[EMAIL PROTECTED]> writes:
Hi Vincent,
I just wanted to make a small update on the network support as I've
just had grub2 sending bootp request. Here is the request as seen from
my laptop directly connected to my test pc:
Cool! nice to hear about this progre
Hi Vincent,
>> pci_register_driver or is it very specific to NICs?
>
> yes, all the etherboot drivers should just be fine after a small
> modification.
What does this have to do with etherboot drivers?
I was not too clear with what I meant, sorry. GRUB 2 is very
portable. For example there is
On Mar 24, 2005, at 3:41 PM, Marco Gerards wrote:
Hollis Blanchard <[EMAIL PROTECTED]> writes:
(grub_halt_init): New function.
(grub_halt_fini): Likewise.
Why do you need this?
(grub_reboot_init): New function.
(grub_reboot_fini): Likewise.
Same here.
Because these c
Hollis Blanchard <[EMAIL PROTECTED]> writes:
[...]
> Because these commands need to be accessible from grub-emu (that is
> how you quit).
Oh, right.
>>> * include/grub/powerpc/ieee1275/init.h: Remove inaccurate
>>> comment.
>>
>> Can you change the comment to something sane?
>
> include
On Wednesday 23 March 2005 11:28 pm, Antoine Terrienne wrote:
> Should be possible I'll take a look. But in most cases i found on the web
> malloc is a good subtitute to memalign.
But you must still check if a pointer returned by malloc is aligned correctly.
> I agree argp is techically superior
On Friday 25 March 2005 01:07 pm, Marco Gerards wrote:
> > Probing for the config here means looking for a dhcp server, obtaining
> > an IP address, the gateway and the next-server. It does not yet look
> > for the dhcp option-150 for the menu.
>
> Okuji, I have seen a discussion about this option