From owner-freebsd-questions Fri Feb 7 13:48:13 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AAF337B401 for ; Fri, 7 Feb 2003 13:48:12 -0800 (PST) Received: from hotmail.com (f41.sea2.hotmail.com [207.68.165.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46F4543FAF for ; Fri, 7 Feb 2003 13:48:12 -0800 (PST) (envelope-from tobe_better@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 7 Feb 2003 13:48:12 -0800 Received: from 195.229.241.233 by sea2fd.sea2.hotmail.msn.com with HTTP; Fri, 07 Feb 2003 21:48:11 GMT X-Originating-IP: [195.229.241.233] From: "Auge Mike" To: freebsd-questions@FreeBSD.ORG Subject: printf ... ! Date: Sat, 08 Feb 2003 01:48:11 +0400 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 07 Feb 2003 21:48:12.0080 (UTC) FILETIME=[9C60EB00:01C2CEF2] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, I was trying to know how "printf" works in FreeBSD... I hvae reached to this point : #define _write(fd, s, n) \ __syscall(SYS_write, (int)(fd), (const void *)(s), (size_t)(n)) I'am not really familiar with the way FreeBSD handle interrupts. I like from any one of you to tell me what functions will be called next and in which files, till we get the string of the printf function argment displayed in the terminal. Yours, _________________________________________________________________ MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message