Re: NTFS file system driver (update 4)

2007-08-02 Thread Bean
On 8/3/07, Marco Gerards <[EMAIL PROTECTED]> wrote: > Bean <[EMAIL PROTECTED]> writes: > > >> If you make these two changes and send in the patch, I'll commit the > >> patch. > >> > > > > Ok, this is the new patch. > > Committed. > Thanks, but i don't see fs/ntfs.c in the cvs, do you forget to add

Re: NTFS file system driver (update 4)

2007-08-02 Thread Marco Gerards
Bean <[EMAIL PROTECTED]> writes: >> If you make these two changes and send in the patch, I'll commit the >> patch. >> > > Ok, this is the new patch. Committed. Thanks, Marco ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman

Re: NTFS file system driver (update 4)

2007-08-02 Thread Bean
On 8/3/07, Marco Gerards <[EMAIL PROTECTED]> wrote: > Bean <[EMAIL PROTECTED]> writes: > > Hi, > > >> - You have unclear errors like "B2". Can you improve those so I know > >> what went wrong if I get such error? > > > > I'm sorry, I forget to change this one. > > I would have done that, but I re

Re: Problem with the blocklist command

2007-08-02 Thread Marco Gerards
Bean <[EMAIL PROTECTED]> writes: > On 8/3/07, Marco Gerards <[EMAIL PROTECTED]> wrote: >> Bean <[EMAIL PROTECTED]> writes: >> >> > On 7/31/07, Marco Gerards <[EMAIL PROTECTED]> wrote: >> >> Yes, I was afraid of that... Can you make a patch+changelog of this >> >> so it can be fixed in CVS? >> > >

Re: NTFS file system driver (update 4)

2007-08-02 Thread Marco Gerards
Bean <[EMAIL PROTECTED]> writes: Hi, >> - You have unclear errors like "B2". Can you improve those so I know >> what went wrong if I get such error? > > I'm sorry, I forget to change this one. I would have done that, but I really have no idea how to change that :-). Can you please change thes

Ethernet support [PATCH]

2007-08-02 Thread Marco Gerards
Hi, Here is what I had on my harddisk regarding ethernet support. I cleaned it up and wrote a changelog entry. Johan suggested some changes and these were incorporated. If I do not get any comments within a week, I'll just commit the patch. Please note that a directory network/ is added with s

Re: Problem with the blocklist command

2007-08-02 Thread Bean
On 8/3/07, Marco Gerards <[EMAIL PROTECTED]> wrote: > Bean <[EMAIL PROTECTED]> writes: > > > On 7/31/07, Marco Gerards <[EMAIL PROTECTED]> wrote: > >> Yes, I was afraid of that... Can you make a patch+changelog of this > >> so it can be fixed in CVS? > > > > Ok, i basicly change read_hook in grub_

Re: NTFS file system driver (update 4)

2007-08-02 Thread Bean
On 8/3/07, Marco Gerards <[EMAIL PROTECTED]> wrote: > Bean <[EMAIL PROTECTED]> writes: > > Hi, > > > I improve the driver a little bit. Now it uses grub_fshelp_read_file > > to read uncompressed files. I also disable the hook when reading > > compressed files, because disk layout doesn't make much

Re: Acer arcade instantOn and grub

2007-08-02 Thread adrian15
[EMAIL PROTECTED] escribió: when laptop is new (read "when you haven't overridden window's bootloader"), pressing the normal power on button causes a normal boot sequence, but pressing the arcade button causes a different boot sequence. A different boot sequence. i don't really want to resto

Re: Host filesystem access

2007-08-02 Thread Marco Gerards
Marco Gerards <[EMAIL PROTECTED]> writes: Hi, > Here is a patch to make it possible to access the host filesystem from > grub-emu. This is especially useful for debugging purposes and will > make my life easier ;-). > > This also adds a dummy disk which is used to give the host filesystem > a na

Re: [OT] grub 0.95 featured in marvel comic

2007-08-02 Thread Marco Gerards
shirish <[EMAIL PROTECTED]> writes: Hi Shirish, > nice blog. i would surely love to see (as an end-user) > how things are different, if any tricks can be done or stuff like > that. Also any ETA or when we are near release, for e.g. the last one > I know which my distro. has is 1.95 i

Re: grub2 ChangeLog conf/i386-pc.rmk conf/powerpc-i...

2007-08-02 Thread Marco Gerards
"Jerone Young" <[EMAIL PROTECTED]> writes: > On 7/30/07, Marco Gerards <[EMAIL PROTECTED]> wrote: >> "Jerone Young" <[EMAIL PROTECTED]> writes: >> >> > This was no mistake. So here is the thinking here (I figured this >> > would come up). The multiboot heads outside of the grub directory are >> >

Re: Problem with the blocklist command

2007-08-02 Thread Marco Gerards
Bean <[EMAIL PROTECTED]> writes: > On 7/31/07, Marco Gerards <[EMAIL PROTECTED]> wrote: >> Yes, I was afraid of that... Can you make a patch+changelog of this >> so it can be fixed in CVS? > > Ok, i basicly change read_hook in grub_disk and grub_file, then fix > the warning. see if it works. Do

Re: NTFS file system driver (update 4)

2007-08-02 Thread Marco Gerards
Bean <[EMAIL PROTECTED]> writes: Hi, > I improve the driver a little bit. Now it uses grub_fshelp_read_file > to read uncompressed files. I also disable the hook when reading > compressed files, because disk layout doesn't make much sense for > compressed data. You didn't fix some issues I menti