Re: [patch] printf long format

2005-06-22 Thread Marco Gerards
Hollis Blanchard [EMAIL PROTECTED] writes: Debugging a partition map bug, I was adding more grub_dprintf messages... and re-discovered that our printf doesn't handle e.g. %lx format strings (yet gcc requires these when printing longs). Isn't that hexadecimal? * kern/misc.c

How to create boot CDROM with GRUB2

2005-06-22 Thread Dennis Clarke
I went through the steps with configure and make and install into a prefix of ~/pkgs/local with the end result being : [EMAIL PROTECTED]:~/pkgs/local$ find . -ls 1959654 drwxr-xr-x 5 dclarke users4096 Jun 21 18:13 . 1959664 drwxr-xr-x 3 dclarke users4096 Jun 21

Re: [patch] printf long format

2005-06-22 Thread Hollis Blanchard
On Jun 22, 2005, at 6:05 AM, Marco Gerards wrote: Hollis Blanchard [EMAIL PROTECTED] writes: Debugging a partition map bug, I was adding more grub_dprintf messages... and re-discovered that our printf doesn't handle e.g. %lx format strings (yet gcc requires these when printing longs).

Re: How to create boot CDROM with GRUB2

2005-06-22 Thread Marco Gerards
Dennis Clarke [EMAIL PROTECTED] writes: Hi Dennis, My system is a PowerPC based unit with open firmware. In fact it is a GENESI ODW unit thus : http://www.pegasosppc.com/odw.php There is no floppy device but I guess I could attach one somehow. What I need to do is install the GRUB2

Re: How to create boot CDROM with GRUB2

2005-06-22 Thread Hollis Blanchard
On Jun 22, 2005, at 8:55 AM, Dennis Clarke wrote: I went through the steps with configure and make and install into a prefix of ~/pkgs/local with the end result being : [EMAIL PROTECTED]:~/pkgs/local$ find . -ls 1959654 drwxr-xr-x 5 dclarke users4096 Jun 21 18:13 . 1959664

Re: [patch] printf long format

2005-06-22 Thread Yoshinori K. Okuji
On Wednesday 22 June 2005 16:33, Hollis Blanchard wrote: You have made this comment a few times now. Please understand: I do watch out for this stuff, apparently more carefully than other committers. I am removing whitespace from an otherwise blank line. I am not saying I will never

Re: [patch] printf long format

2005-06-22 Thread Yoshinori K. Okuji
On Wednesday 22 June 2005 18:24, Marco Gerards wrote: With --ignore-space-change you sometimes miss changes that were made on purpose. OK, then how about --ignore-blank-lines? Personally I do not care about including space changes in a patch. But if you really hate it, I believe that we

Re: [patch] printf long format

2005-06-22 Thread Marco Gerards
Yoshinori K. Okuji [EMAIL PROTECTED] writes: On Wednesday 22 June 2005 18:24, Marco Gerards wrote: With --ignore-space-change you sometimes miss changes that were made on purpose. OK, then how about --ignore-blank-lines? Personally I do not care about including space changes in a patch.

Re: [patch] printf long format

2005-06-22 Thread Yoshinori K. Okuji
On Wednesday 22 June 2005 20:09, Marco Gerards wrote: In that case I will just stop nagging, unless blank lines are changed in files that do not have other changes or when it makes a patch really hard to read. Is that fine for you? No problem. BTW, is there any way to have Emacs to remove

Re: [patch] printf long format

2005-06-22 Thread Marco Gerards
Yoshinori K. Okuji [EMAIL PROTECTED] writes: On Wednesday 22 June 2005 20:09, Marco Gerards wrote: In that case I will just stop nagging, unless blank lines are changed in files that do not have other changes or when it makes a patch really hard to read. Is that fine for you? No problem.

Re: [patch] printf long format

2005-06-22 Thread Yoshinori K. Okuji
On Wednesday 22 June 2005 22:14, Marco Gerards wrote: Why not? Because I don't know how to do it. If you know, let me know. I don't have any objections to changing my .emacs either. I do not want to change .emacs only for GRUB 2. Since .emacs is a global configuration, this affects other

free magic is broken

2005-06-22 Thread Vincent Guffens
Hi, I have made a small test program that uses the memory management of grub2 to manage an allocated buffer and I can reproduce the free magic is broken problem with it. I have prepared a small web page with some details as it is a little bit long to explain here. See it there if you want more