lkml.org 
[lkml]   [1999]   [Jun]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: *(int*)0 = 0 & variations
Date
> * 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/

\
 
 \ /
  Last update: 2005-03-22 13:52    [W:0.068 / U:0.032 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site