Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Mar 2001 12:58:23 -0500 (EST)
From:      "Michael Richards" <michael@fastmail.ca>
To:        freebsd-alpha@freebsd.org
Subject:   Coding Conventions
Message-ID:  <3ABF833F.00018D.48828@frodo.searchcanada.ca>

next in thread | raw e-mail | index | archive | help

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

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3ABF833F.00018D.48828>