Re: *(int*)0 = 0 & variations

Alexander Maryanchick (Sasha@GDev.msk.ru)
Wed, 23 Jun 1999 15:57:49 +0400


> * a central dbg_printk().

I think it can be used to fix the ugly "hack alert" in linux/init/main.c :
Instead of
/ * HACK ALERT! ... */
memory_start = console_init(memory_start,memory_end);
must be
memory_start = debug_init(memory_start,memory_end);

This fix will allow to fix a some hacks in the kernel,
done because the console is initialized too early.

Best regards.

Alexander.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/