Date: Tue, 27 Jul 2004 08:38:00 +0000 From: "M.M. Yang" <youngdream8039@hotmail.com> To: freebsd-ia64@freebsd.org Cc: freebsd-questions@freebsd.org Subject: "printf" doesn't work in ia64_init()? Message-ID: <BAY19-F26TZWrGWHVrl00086681@hotmail.com>
next in thread | raw e-mail | index | archive | help
Hi all, I'm reading the function ia64_init()<sys/ia64/ia64/machdep.c>, and try to use "printf" to output some information. But if I put "printf" before "msgbufinit()", I won't see any word I expect by using dmesg. In the same function after "cninit()", it comments: /* * Initialize the console before we print anything out. */ cninit(); /* OUTPUT NOW ALLOWED */ So I have thought "printf" should work after cninit(). But now it seems to work only after msgbufinit(). Is there any way I can output information before msgbufinit()? Regards, Annie _________________________________________________________________ 与联机的朋友进行交流,请使用 MSN Messenger: http://messenger.msn.com/cn
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BAY19-F26TZWrGWHVrl00086681>