AW: USB kernel driver

2005-10-18 Thread 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

Re: GRUB 1.91 is released

2005-10-18 Thread Joe Ciccone
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

Re: USB kernel driver

2005-10-18 Thread Jonas Smedegaard
-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

Re: USB kernel driver

2005-10-18 Thread Marco Gerards
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

Re: USB kernel driver

2005-10-18 Thread Jonas Smedegaard
-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

Re: USB kernel driver

2005-10-18 Thread Marco Gerards
[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

USB kernel driver

2005-10-18 Thread jochen
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 _

gsd proposal : dd

2005-10-18 Thread adrian15
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

Re: Fun abusing grub...

2005-10-18 Thread adrian15
> > 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