From owner-cvs-all Mon Jul 17 12:39:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 06B1837BB6F; Mon, 17 Jul 2000 12:39:53 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA47199; Mon, 17 Jul 2000 12:39:52 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200007171939.MAA47199@freefall.freebsd.org> From: John Baldwin Date: Mon, 17 Jul 2000 12:39:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/boot0 boot0.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/07/17 12:39:52 PDT Modified files: sys/boot/i386/boot0 boot0.s Log: Oops. Remove some debugging code used to display a hexdump of the sector we just loaded from the disk. The code to call it was commented out, and it easily fit into the extra sector, but remove it anyway as it is unneeded. Revision Changes Path 1.19 +4 -67 src/sys/boot/i386/boot0/boot0.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message