Re: [PATCH] use of grub_dprintf in grub_mm_init_region() is misleading

2008-01-23 Thread Marco Gerards
Robert Millan <[EMAIL PROTECTED]> writes: > Using grub_dprintf() in grub_mm_init_region() easily leads to think that one > can activate this debug message by issuing `grub_env_set ("debug", "mem")' in > grub_machine_init(), before memory initialisation. > > However, that's completely false. grub_

[PATCH] use of grub_dprintf in grub_mm_init_region() is misleading

2008-01-23 Thread Robert Millan
Using grub_dprintf() in grub_mm_init_region() easily leads to think that one can activate this debug message by issuing `grub_env_set ("debug", "mem")' in grub_machine_init(), before memory initialisation. However, that's completely false. grub_env_set will silently [1] ignore your call because