Re: [PATCH] dprintf implementation

2005-02-24 Thread Aki Tossavainen
On Thu, 24 Feb 2005, Hollis Blanchard wrote: > On Feb 24, 2005, at 1:30 PM, Yoshinori K. Okuji wrote: > > > On Thursday 24 February 2005 09:02, Vincent Pelletier wrote: > >> Iirc there were differences of point of view on that matter. > >> Okuji, what do you think about that idea ? > > > > What I

Re: [PATCH] dprintf implementation

2005-02-24 Thread Hollis Blanchard
On Feb 24, 2005, at 1:30 PM, Yoshinori K. Okuji wrote: On Thursday 24 February 2005 09:02, Vincent Pelletier wrote: Iirc there were differences of point of view on that matter. Okuji, what do you think about that idea ? What I said was that you should use strings instead of bit fields. [...] Here y

Re: FOSDEM presentation

2005-02-24 Thread Marco Gerards
"Yoshinori K. Okuji" <[EMAIL PROTECTED]> writes: > On Thursday 24 February 2005 21:29, Marco Gerards wrote: >> During FOSDEM I will not read my email and I won't work on GRUB. I >> will get back on Monday or Tuesday. > > I think there was a free wifi network in last FOSDEM. Isn't it > available t

Re: [PATCH] dprintf implementation

2005-02-24 Thread Vincent Pelletier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yoshinori K. Okuji wrote: | Actually, strstr is not appropriate, because it does not consider word | boundaries. I think I'll write some function to find a word in a string... There is an algorithm I would like to test. | Strings are much better because

Re: FOSDEM presentation

2005-02-24 Thread Yoshinori K. Okuji
On Thursday 24 February 2005 21:29, Marco Gerards wrote: > During FOSDEM I will not read my email and I won't work on GRUB. I > will get back on Monday or Tuesday. I think there was a free wifi network in last FOSDEM. Isn't it available this year? BTW, I added a new section into the GRUB Wiki.

Re: [PATCH] Check for ncurses

2005-02-24 Thread Yoshinori K. Okuji
Hi Pavel! I'm very happy to hear from you again. On Thursday 24 February 2005 21:38, Pavel Roskin wrote: > The CVS version of GRUB 2 doesn't compile without ncurses, but it > doesn't check for ncurses in configure. The patch adds checks for > headers and library. Thank you.

[PATCH] Check for ncurses

2005-02-24 Thread Pavel Roskin
Hello! The CVS version of GRUB 2 doesn't compile without ncurses, but it doesn't check for ncurses in configure. The patch adds checks for headers and library. ChangeLog: * configure.ac: Add checks for ncurses. * util/console.c: Include config.h and the ncurses header fo

FOSDEM presentation

2005-02-24 Thread Marco Gerards
Hi, At FOSDEM I will give a small presentation about GRUB 2 for Hurd developers. It will be a technical talk. I put the presentation online: www.xs4all.nl/~mgerards/grub2.mgp I really suck at making presentations so please don't look at the code for it, it was made in a hurry and I could not g

Re: [PATCH] dprintf implementation

2005-02-24 Thread Yoshinori K. Okuji
On Thursday 24 February 2005 09:02, Vincent Pelletier wrote: > Iirc there were differences of point of view on that matter. > Okuji, what do you think about that idea ? What I said was that you should use strings instead of bit fields. # This enables the debug mode for fs and disk. debug="fs disk

Re: [PATCH] dprintf implementation

2005-02-24 Thread Aki Tossavainen
On Thu, 24 Feb 2005, Vincent Pelletier wrote: > Hollis Blanchard wrote: > > Your mailer did some bad stuff to this patch again... > > Argh. I wonder if it is because I sign my mails... > > > Weren't we going to have various flags to selectively enable debug > > messages from particular components

Re: [PATCH] dprintf implementation

2005-02-24 Thread Vincent Pelletier
Hollis Blanchard wrote: Your mailer did some bad stuff to this patch again... Argh. I wonder if it is because I sign my mails... Weren't we going to have various flags to selectively enable debug messages from particular components at runtime? Iirc there were differences of point of view on that m