From owner-freebsd-hackers Sat Feb 8 14:12:51 2003 Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 094C537B401; Sat, 8 Feb 2003 14:12:50 -0800 (PST) Received: from hotmail.com (f93.sea2.hotmail.com [207.68.165.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEA1343F85; Sat, 8 Feb 2003 14:12:49 -0800 (PST) (envelope-from tobe_better@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 8 Feb 2003 14:12:49 -0800 Received: from 195.229.241.232 by sea2fd.sea2.hotmail.msn.com with HTTP; Sat, 08 Feb 2003 22:12:49 GMT X-Originating-IP: [195.229.241.232] From: "Auge Mike" To: current@freebsd.org Subject: printf....! Date: Sun, 09 Feb 2003 02:12:49 +0400 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 08 Feb 2003 22:12:49.0525 (UTC) FILETIME=[376AE250:01C2CFBF] Sender: owner-freebsd-hackers@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, _________________________________________________________________ The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message