On 10/14/05, Pradeep Singh <pradeep.singh.rautela@xxxxxxxxx> wrote: > Hi all > > i want to know where can i find the source for early_printk, which prints to > the console early during the boot up? > how can i use it? > any pointers. Have you ever used cscope or lxr? Consider doing so for examining code. setup_early_printk is used in i386/kernel/setup.c and x86_64/kernel/early_printk.c. Hope that helps. To use it, look in Documentation/kernel-parameters.txt (earlyprintk=). Thanks, Nish -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/