Native Endianess

2007-03-07 Thread Daniel Weaver
I would like to propose a definition for "Native Endianess" The data has Native Endianess when a 32-bit read will return the correct value without byte swap. - Dan Weaver, ZNYX Networks [EMAIL PROTECTED] ___ Grub-dev

Re: uuid support on grub2 status

2007-03-07 Thread Marco Gerards
adrian15 <[EMAIL PROTECTED]> writes: hi, > I am intereested on reading uuid from ext2 partitions. I've been > searching on grub2 source code and I suppose it is very similar to the > fs->label function (or whatever it is), maybe only a transformation > from binary UUID to ascii UUID is the only c

Re: Google Summer of Code 2007

2007-03-07 Thread Marco Gerards
"Yoshinori K. Okuji" <[EMAIL PROTECTED]> writes: > As you may know, Google Summer of Code 2007 is about starting: > > http://code.google.com/soc/ > > I would like to ask if anybody is willing to be a mentor for GNU GRUB this > year. This year I will again try to participate in SoC. The rules ar

uuid support on grub2 status

2007-03-07 Thread adrian15
Hi, I am intereested on reading uuid from ext2 partitions. I've been searching on grub2 source code and I suppose it is very similar to the fs->label function (or whatever it is), maybe only a transformation from binary UUID to ascii UUID is the only complicated thing to add.