>
> Greetings,
>
> I didn't try to break any records, but I did try to make a good
> reference machine for each of these operating systems and
> get real experience about handling real devices.
>
> Enclosed, read the touching tale of my attempts at installing 9
> different operating systems unde
Let's suppose that MBR has this structure:
Boot Code: 466 bytes
Partition table: 66 bytes
Let's do the following with Linux:
dd if=/dev/zero of=./blank.img count=1 bs=466
dd if=./blank.img of=/dev/hda
I think that this two commands will make a thing similar to
fdisk /mbr
that's to say give a bl
Hi,
can somebody tell me if it is possible to integrate an USB kernel driver
(f. ex. linux-2.6.0\drivers\usb) into GRUB2 to access USB devices?
If possible, it would be great if somebody could tell me what basic steps
I have to do.
Thanks a lot,
Jochen
_
[EMAIL PROTECTED] writes:
Hi,
> can somebody tell me if it is possible to integrate an USB kernel driver
> (f. ex. linux-2.6.0\drivers\usb) into GRUB2 to access USB devices?
>
> If possible, it would be great if somebody could tell me what basic steps
> I have to do.
I don't think it is possible
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Tue, 18 Oct 2005 18:03:08 +0200
Marco Gerards <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] writes:
>
> Hi,
>
> > can somebody tell me if it is possible to integrate an USB kernel
> > driver (f. ex. linux-2.6.0\drivers\usb) into GRUB2 to access
Jonas Smedegaard <[EMAIL PROTECTED]> writes:
> How about borrowing from etherboot?
>
> NIC drivers were borrowed from there in the past - is that (gonna be)
> the case with v2 as well?
>
> Perhaps it would be relevant to share some of their work on getting USB
> NICs to work as well?
Etherboot ha
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Tue, 18 Oct 2005 18:25:45 +0200
Marco Gerards <[EMAIL PROTECTED]> wrote:
> Jonas Smedegaard <[EMAIL PROTECTED]> writes:
>
> > How about borrowing from etherboot?
> >
> > NIC drivers were borrowed from there in the past - is that (gonna
> > be) the
Marco Gerards wrote:
>Joe Ciccone <[EMAIL PROTECTED]> writes:
>
>
>
>>Yoshinori K. Okuji wrote:.
>>
>>
>>
>>>* Add support for x86_64.
>>>
>>>
>>>
>>I am curious if support for x86_64 still uses -m32 in the build process,
>>and if so, why?
>>
>>
>My question: why not?
>
>
I just
> > [EMAIL PROTECTED] writes:
> >
> > Hi,
> >
> > > can somebody tell me if it is possible to integrate an USB kernel
> > > driver (f. ex. linux-2.6.0\drivers\usb) into GRUB2 to access USB
> > > devices?
> > >
> > > If possible, it would be great if somebody could tell me what basic
> > > steps I