From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nasir Hossain Subject: printf doesnt work Date: Fri, 11 Jun 2004 11:46:43 +0530 Sender: linux-c-programming-owner@vger.kernel.org Message-ID: <40C94E4B.7010708@gawab.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-c-programming@vger.kernel.org hi all, printf doesnt seem to work when after the kernel comes up and mounts the tmp filesystem. How can I print messeges at this stage.At this point the 1st temporary filesystem is mounted which executes a binary. The binary works fine but i dont get any printf outputs on the screen. thanks for any help nasir