On Sunday 09 July 2006 23:37, Jeroen Dekkers wrote:
> Well, if you consider the total_sectors a private variable, and you
> want to have accessor functions for accessing it, then I can
> understand your point a bit, but such things will make the kernel
> bigger and I thought it was a goal to keep i
I'm trying to build GRUB (1.94) for loading a diskless system that has
Intel E1000-series NICs. The instructions I have say that I can get a
list of supported NICs by doing a:
./configure --help
I do get a lot of output from that command, but no list of NIC's that I
can see. I tried it on
Ted Dennison <[EMAIL PROTECTED]> writes:
> I'm trying to build GRUB (1.94) for loading a diskless system that has
> Intel E1000-series NICs. The instructions I have say that I can get a
> list of supported NICs by doing a:
>
>./configure --help
>
> I do get a lot of output from that command, b
Marco Gerards wrote:
> Ted Dennison <[EMAIL PROTECTED]> writes:
>
>> I tried looking through the sources too, but couldn't find anything
>> enlightening. What am I missing?
>>
>
> GRUB 2 does not have networking support yet. Better use GRUB Legacy.
>
To check if your card is support
Gerardo Richarte wrote:
Marco Gerards wrote:
Ted Dennison <[EMAIL PROTECTED]> writes:
I tried looking through the sources too, but couldn't find anything
enlightening. What am I missing?
GRUB 2 does not have networking support yet. Better use GRUB Legacy.
Ah. That