From owner-freebsd-alpha Mon Mar 26 9:58:31 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from mail.interchange.ca (ns.interchange.ca [216.126.79.2]) by hub.freebsd.org (Postfix) with ESMTP id 727EE37B719 for ; Mon, 26 Mar 2001 09:58:27 -0800 (PST) (envelope-from michael@fastmail.ca) Received: by mail.interchange.ca (Fastmailer, from userid 555) id BC56D20FE; Mon, 26 Mar 2001 12:58:23 -0500 (EST) MIME-Version: 1.0 Message-Id: <3ABF833F.00018D.48828@frodo.searchcanada.ca> Content-Type: Multipart/Mixed; boundary="------------Boundary-00=_BLGT4PRMY3LOO49D7TH0" To: freebsd-alpha@freebsd.org Subject: Coding Conventions From: "Michael Richards" X-Fastmail-IP: 24.43.130.237 Date: Mon, 26 Mar 2001 12:58:23 -0500 (EST) Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --------------Boundary-00=_BLGT4PRMY3LOO49D7TH0 Content-Type: Text/Plain Content-Transfer-Encoding: 7bit Just a quick question as I get down to a testable fix on the boot loader problem: I've been hacking up the code adding things like: #ifdef DEBUG printf("returning from prom_open\n"); #endif Should these be left in for future debugging or should the patch only contain the real code changes? IE, if someone else needs to debug, let them go in and add their own printf's... One unfortunate side effect is that the boot loader will no longer fit on a single floppy with the kernel. I deleted the kernel because it dies before getting that far. -Michael _________________________________________________________________ http://fastmail.ca/ - Fast Free Web Email for Canadians --------------Boundary-00=_BLGT4PRMY3LOO49D7TH0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message